Good Afternoon,
I was hoping that the forum may be able to help me with amultilevel “IF” function. I do not think it would be very complicated but I can’tquite nail down the formula.
What I would like to do is have the formula display thefollowing:
So summed up it would be
Would anyone have any input on how to go about this IF statement,or if perhaps there is an easier function? Thank you!
I was hoping that the forum may be able to help me with amultilevel “IF” function. I do not think it would be very complicated but I can’tquite nail down the formula.
What I would like to do is have the formula display thefollowing:
- If cellA1 is greater than $30,000 assign it an “A”
- If cell A1 is greater than or equal to 15k butless than 30k, assign it a “B”
- If cell A1 is greater than or equal to 6k butless than 15k, assign it a “C”
- For any value less than 6k, assign it a “D”
So summed up it would be
- >30 k …….”A”
- >15k but <30k….”B”
- >6k but <14999…..”C”
- <5999 …..”D”
Would anyone have any input on how to go about this IF statement,or if perhaps there is an easier function? Thank you!