Ok, I’m going to try and explain this as best as I can. I’m looking to fill a name field in Excel based on data in two other cells. Basically if Tone 1 is A and Tone 2 B name = XYZ. I know I could do this with an IF statement, but Tone 1 and Tone 2 could be a bunch of different things. I’m thinking there has to be a way to create a table elsewhere and ask the cell to check that table for a name. Does this make sense?
You may also like
submitted by /u/ntzm_ [link] [comments]
How to remove billing section from checkout page on Magnto2.4.5
I use 3d graphics software that has you press middle mouse button to pan around. Pressing and holding the middle mouse button […]
I’ve created a plugin in Magento 2.4.5 to overwrite MagentoCatalogSearchModelLayerFilterPrice ‘s method. <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:ObjectManager/etc/config.xsd”> <type name=”MagentoCatalogSearchModelLayerFilterPrice”> <plugin name=”magento_core_price” type=”MyVendorMyModuleModelMagentoPrice” […]