nested IF

SamS

Well-known Member
Joined
Feb 17, 2002
Messages
542
Having trouble putting together a nested IF statement, it all depends on whether the cell G8 is in error or not, probably a better way to do it. Here are the 2 formula I need nested:

=IF(AND(ISERROR(F8),ISERROR(G8)),E8+F11,#N/A)

=IF(AND(ISERROR(F8),NOT(ISERROR(G8))),E9+F11)

thnx
 
Aladin, don't know why but this formula just doesn't want to work for me

=IF(ISERROR(F8),IF(ISERROR(G8),E8,E9)+F11,NA())

will try the variation hotpepper has suggested (got a football game on I want to watch) tomorrow.

HP - I change my profile hit submit and keep getting server cannot be found after about 1 minute.

It shouldn't be that difficult to post the values that you have in F8, G8, E8, E9, and F11 in a situation where the formula "doesn't want to work" for you. You don't need an exhibit at all for this.
 
Upvote 0

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Aladin, I think I have stuffed up. Looking closely the formula in F9 should have been.
=IF(ISERROR(E8),IF(ISERROR(F8),E8,E9)+F11,NA())

Need to get some glasses, I think. Have managed to update my profile now and will try and get the html maker to work.
 
Upvote 0

Forum statistics

Threads
1,226,225
Messages
6,189,736
Members
453,566
Latest member
ariestattle

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