ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   IF Formula Error (https://www.excelbanter.com/excel-worksheet-functions/194988-if-formula-error.html)

Teri

IF Formula Error
 
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

Mike H

IF Formula Error
 
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

"Teri" wrote:

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


Teri

IF Formula Error
 
THANK YOU SO MUCH!!! It worked perfectly!!

"Mike H" wrote:

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

"Teri" wrote:

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



All times are GMT +1. The time now is 07:25 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com