Hello Community,
I have 4 columns:
Actual delivered = the number of deliverables completed
Benchmark = the number of deliverables expected
% Achieved = Percent Achieve (divides the actuals/benchmark)
Status = This is the formula I need assistance with
I'm trying to apply the red/yellow/green status indicator symbols when the %Achieved is within a certain range of the benchmark:
Green = 100% of benchmark met
Yellow = between 0.1% and 19.9% below benchmark
Red >= 20% below benchmark
I'm struggling how to write this function -- would appreciate your expertise!