D
DrHunter
Hi all,
I want to write an if whereby if certain conditions are met by a reference
cell, a certain type or result is displayed. Here is an example...
Say cell A1= cat;
in another cell, i want to output certain comments depending on what cell A1
show. This is what i am trying to use, but i cannot get it to work
IF((A1 = cat,dog,rat)," ", "Not an animal")
the reason is A1 can be any of the three.
Is there a better way of doing this.
Any help will be very muchh welcomed
I want to write an if whereby if certain conditions are met by a reference
cell, a certain type or result is displayed. Here is an example...
Say cell A1= cat;
in another cell, i want to output certain comments depending on what cell A1
show. This is what i am trying to use, but i cannot get it to work
IF((A1 = cat,dog,rat)," ", "Not an animal")
the reason is A1 can be any of the three.
Is there a better way of doing this.
Any help will be very muchh welcomed