I think you are returning values rounded down/up eg 1.672.
try
=IF(AND(Totals!S5>=1,Totals!S5<=1.675),"Minor",IF(AND(Totals!S5>1.675,Totals!S5<=2.355),"Moderate",IF(AND(Totals!S5>2.355,Totals!S5<=3),"Severe")))
I think you are returning values rounded down/up eg 1.672.
try
=IF(AND(Totals!S5>=1,Totals!S5<=1.675),"Minor",IF(AND(Totals!S5>1.675,Totals!S5<=2.355),"Moderate",IF(AND(Totals!S5>2.355,Totals!S5<=3),"Severe")))
Last edited by Aussiebear; 05-12-2025 at 02:10 PM.
MVP (Excel 2008-2010)
Post a workbook with sample data and layout if you want a quicker solution.
To help indent your macros try Smart Indent
Please remember to mark threads 'Solved'