Hi
I'm trying to try a short formula for a sheet I'm working on. I want one of various calculations to be completed based on which text string is chosen from a drop down list. I've tried the standard =IF(cell="text",....) format, but it keeps defaulting to the False condition.
For example;
is defaulting to 0, even when C1 has the correct text string chosen.
Any ideas?
Cheers
I'm trying to try a short formula for a sheet I'm working on. I want one of various calculations to be completed based on which text string is chosen from a drop down list. I've tried the standard =IF(cell="text",....) format, but it keeps defaulting to the False condition.
For example;
Code:
=IF(C1="even weighting",1,0)
Any ideas?
Cheers