IF Formula Error

T

Teri

I have a spreadsheet that calculates a 3 year percentage ratio in colum F8.
I'm trying to create a formula that will look at the percentage ratio in a
cell and return the following information:

If over 125% "Surcharge" to appear in adjacent cell
If under 75% "Reduction to appear in adjacent cell
If between 76% and 124% "No Change" to appear in adjacent cell

Any help would be greatly appreciated!!

Thanks
 
M

Mike H

Teri,

You may want to adjust the <= to get the precise boundaries you require

=IF(E8<=75%,"Reduction",IF(E8<125%,"No Change","Surcharge"))

Mike
 
T

Teri

THANK YOU SO MUCH!!! It worked perfectly!!

Mike H said:
Teri,

You may want to adjust the <= to get the precise boundaries you require

=IF(E8<=75%,"Reduction",IF(E8<125%,"No Change","Surcharge"))

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

IF Formula and multiple formulas 1
Formula to fill one cell from another 0
Sumproduct formula 7
Logical Function 1
if format problem 8
Excel Formula question 0
Using cell contents in Vlookup formula 3
date function 10

Top