C
Clark
This If-Then will only return "0" or "3.4" depending upon the contents of H8.
How do I modify it to give me the number I want based upon the contents of
H8?
=IF(H8<=10,3.4,IF(H8>=10<=20,2.7,IF(H8>20<=30,2.3,IF(H8>30<=40,2,IF(H8>40<=80,1.8,IF(H8>80,1.5,))))))
How do I modify it to give me the number I want based upon the contents of
H8?
=IF(H8<=10,3.4,IF(H8>=10<=20,2.7,IF(H8>20<=30,2.3,IF(H8>30<=40,2,IF(H8>40<=80,1.8,IF(H8>80,1.5,))))))