Can I execute a formula inside a formula.
My colleague is want to to do this:
If he selects fruit, he wants his hlookup to return for the selected hlookup for fruit, but if he selects meat, he wants his hlookup to return the selected hlookup for meat.
Example =IF(J4="Fruit",(=HLOOKUP($J$4,Fruit!$B$1:$B$15,2,)IF J4="Meat",(=HLOOKUP($J$4,Meat!$B$1:$B$15,2,))"
My colleague is want to to do this:
If he selects fruit, he wants his hlookup to return for the selected hlookup for fruit, but if he selects meat, he wants his hlookup to return the selected hlookup for meat.
Example =IF(J4="Fruit",(=HLOOKUP($J$4,Fruit!$B$1:$B$15,2,)IF J4="Meat",(=HLOOKUP($J$4,Meat!$B$1:$B$15,2,))"