Help with multiple if/then formulas in one cell

MSant14

New Member
Joined
Mar 10, 2018
Messages
4
I have a spreadsheet in which I need one cell to return a value depending on the entry in another cell, using the If/then function. The formula I am currently using is below. When cell E27 says "Monthly Reduction" or "quarterly reduction", the cell that contains this formula correctly populates the appropriate value. When E27 says "annual reduction", this cell with the formula returns a "FALSE" value. What am I doing wrong with this formula? Thanks so much for the help

=IF(E27="Monthly Reduction", 'Bill Plan Calculator'!B19, IF(E27="Quarterly Reduction", 'Bill Plan Calculator'!B42, IF(E27="Annual Reduction", 'Bill Plan Calculator'!B65)))
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
I have a spreadsheet in which I need one cell to return a value depending on the entry in another cell, using the If/then function. The formula I am currently using is below. When cell E27 says "Monthly Reduction" or "quarterly reduction", the cell that contains this formula correctly populates the appropriate value. When E27 says "annual reduction", this cell with the formula returns a "FALSE" value. What am I doing wrong with this formula? Thanks so much for the help

=IF(E27="Monthly Reduction", 'Bill Plan Calculator'!B19, IF(E27="Quarterly Reduction", 'Bill Plan Calculator'!B42, IF(E27="Annual Reduction", 'Bill Plan Calculator'!B65)))
That probably means you either spelled "Annual Reduction" incorrectly in the cell or added one or more spaces either before or after the "Annual Reduction" in the cell.
 
Upvote 0

Forum statistics

Threads
1,213,520
Messages
6,114,099
Members
448,548
Latest member
harryls

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top