I am working on this formula and I need assistance. An if/then statement to add 1, 2 or 3 based on conditional formatting - for example if the format is Red then put a 3.
Or, perhaps set it up for a range if possible:
=IF(OR(D10="-"),"",IF(OR(D10=92%),1))
Instead of just 92% can I make it a range 90% - 92.% then 2 points.
Although, it would be a lot easier to set it up if D10 is equal to Orange then put point 1.
Please help
Or, perhaps set it up for a range if possible:
=IF(OR(D10="-"),"",IF(OR(D10=92%),1))
Instead of just 92% can I make it a range 90% - 92.% then 2 points.
Although, it would be a lot easier to set it up if D10 is equal to Orange then put point 1.
Please help