Hi,
Just wondering if anyone could figure how I can do the following:
I have 2 columns below, One named School and the other one called Area.
My formula in the school column is: =LOOKUP($B7,{"management","hairdressing","medicine"},{"Management School","Hairdressing School","have to do further research"})
However, the formula works fine, except for when it comes to 'Medicine'. When it finds medicine, I want it to check another cell in the same row and then check another excel sheet table to check for the answer. I was looking at nested if functions etc but Maybe this is too complicated for a formula?
any help, really appreciated?
Just wondering if anyone could figure how I can do the following:
I have 2 columns below, One named School and the other one called Area.
My formula in the school column is: =LOOKUP($B7,{"management","hairdressing","medicine"},{"Management School","Hairdressing School","have to do further research"})
However, the formula works fine, except for when it comes to 'Medicine'. When it finds medicine, I want it to check another cell in the same row and then check another excel sheet table to check for the answer. I was looking at nested if functions etc but Maybe this is too complicated for a formula?
any help, really appreciated?
Code:
School Area
Hairdressing School management
Hairdressing School hairdressing
have to do further research medicine
Hairdressing School management
Hairdressing School hairdressing
Last edited: