nikhil0311
Board Regular
- Joined
- May 3, 2013
- Messages
- 200
- Office Version
- 2013
- Platform
- Windows
Book1 | ||||
---|---|---|---|---|
A | B | |||
1 | Revenue | Comment | ||
2 | 100 | $100 mm | ||
3 | 75 | $75mm - $99mm | ||
4 | 50 | $50mm - $74mm | ||
5 | 45 | $15mm - $49mm | ||
6 | 10 | $0mm - $14mm | ||
Nested IF |
column A has numbers and column B is the final comment i am looking to capture based on the below criteria.
For example
if the number in column A is (>= 100) greater than and equals to 100 then comment in column B should be "$100 mm"
Criteria
If >= 100 then "$100 mm"
OR
If >= 75 and <=99 then "$75mm - $99mm"
OR
If >= 50 and <=74 then "$50mm - $74mm"
OR
If >= 15 and <=49 then "$15mm - $49mm"
OR
If >0 and <=14 then "$0mm - $14mm"
let me know if you have any questions!