Hi All
Any thoughts on a formula that gives a different output for a range of numbers.
i.e.
A1 contains a value from 0 to 1000
A formula in A2 should follow the following scenario:
If the number is below 200 then show a response of "Low"
If the number is equal to or greater than 200 but below 400 then show a response of "Medium"
If the number is equal to or greater than 400 but below 800 then show a response of "Medium High"
If the number is equal to or greater than 800 and below 1000 then show a response of "High"
If the number is equal to or greater than 1000 then show "Very High"
Any help is much appreciated
Thank you