I need a formula in excel that identifies ranges, ex
0-30 = 20%
31-60 = 98,5%
61-90 = 100%
91-120 = 101,5%
If f2<= 30
inform 20%;
if f2>30
and <60
inform 98,5%
, etc.
How do I do it?
I need a formula in excel that identifies ranges, ex
0-30 = 20%
31-60 = 98,5%
61-90 = 100%
91-120 = 101,5%
If f2<= 30
inform 20%;
if f2>30
and <60
inform 98,5%
, etc.
How do I do it?
Use the "SE" function (or "IF" if your office is in English).
This function has the following format:
SE ("condition"; A; B)
where A is the answer if the condition is true and B is the answer if the condition is false.
Example:
SE (F2