Hi All
I have a scenario where I'm attempting to extract certain words that appear between double quotes but only if they meet a certain condition.
For example I want to search for ALL fruit in column A and present these individually in the subsequent columns.
So for the above, it would return "Pear" in Column B and Apple in Column C (ignoring all of the other items that are not fruit)
Any idea how I would go about this? (Ideally an excel formula as my skills in VBA are at level 1)
I have a scenario where I'm attempting to extract certain words that appear between double quotes but only if they meet a certain condition.
For example I want to search for ALL fruit in column A and present these individually in the subsequent columns.
Fruit' = "Pear" OR 'Fruit' = "Apple" AND 'Vegetable' = "Cabbage" AND 'Meat' = "Beef" |
So for the above, it would return "Pear" in Column B and Apple in Column C (ignoring all of the other items that are not fruit)
Any idea how I would go about this? (Ideally an excel formula as my skills in VBA are at level 1)