B
Brooke
I would like to create a formula that would take multiple information and
return a letter Rank from A to E based on dollar revenue.
Example - I have Column A that contains a dollar amount. I would like cell
B to return a letter from A to E based on the following table -
A = $2500 and Up
B = $1000 - $2499
C = $250 - $999
D = $75 - $249
E = $0 - $74
So if Column A equals $1000 then it returns the letter B in that cell.
How do I write this formula or would I have to do each cell as an individual
formula. If (A2<$1000, "B"), If(A2<$75, "D")
Thanks
Brooke
return a letter Rank from A to E based on dollar revenue.
Example - I have Column A that contains a dollar amount. I would like cell
B to return a letter from A to E based on the following table -
A = $2500 and Up
B = $1000 - $2499
C = $250 - $999
D = $75 - $249
E = $0 - $74
So if Column A equals $1000 then it returns the letter B in that cell.
How do I write this formula or would I have to do each cell as an individual
formula. If (A2<$1000, "B"), If(A2<$75, "D")
Thanks
Brooke