L
livifivil
I am setting up a formula that can have a possible 3 results. I was
trying to use an "If, Then" statement but that will only cover two of
the results. I have a cell that has a drop down menu with four possible
coices: blank, "fixed", "rescheduled" and "pending." The problem I have
is that I used the formula:
=IF(I34="fixed", 3, 1)
What I want is to assign a point value to each choice.
Fixed = 3
Pending = 1
Rescheduled = 1
Blank = 0
The problem is that with the formula I have a blank cell will still
give one point. Any suggestions?
trying to use an "If, Then" statement but that will only cover two of
the results. I have a cell that has a drop down menu with four possible
coices: blank, "fixed", "rescheduled" and "pending." The problem I have
is that I used the formula:
=IF(I34="fixed", 3, 1)
What I want is to assign a point value to each choice.
Fixed = 3
Pending = 1
Rescheduled = 1
Blank = 0
The problem is that with the formula I have a blank cell will still
give one point. Any suggestions?