@INDIRECT with IFERROR and IF statement - formula problem

muad'ebe

New Member
Joined
Jun 12, 2002
Messages
18
I have a cell with the formula =IFERROR(@INDIRECT("3!$M$6"),0) which works fine.

I would like to replace "3!$M$6" with an IF statement IF('3'!$M$6=5,$M$3,'3'!$M$6)


Everything I've tried has not worked.

The formula refers to tabs that are not yet there, but can be added if necessary. If the added tab cell M6=5, then I need the formula to read cell M3 of the current page. If cell M6 of the added page equals a number other than 5, it should enter the number on the added page in cell M6.

Thanks for your help.
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
try this:
Excel Formula:
IF('3'!$M$6=5,Indirect($M$3),Indirect('3'!$M$6))
 
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,560
Members
449,089
Latest member
Motoracer88

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