If and or function problem

martyloo

Board Regular
Joined
Sep 29, 2010
Messages
100
So far my formula does the following:

If cell "E19" = 11 and "F19" = 11

Display what is in cell A42 in sheet Working Strategy

Otherwise

Do the sum cell "D22" - "B19" in sheet Working Strategy

Here is the following formula:-

=IF(AND(E19=11,F19=11),'Working Strategy'!A42,SUM(D22-'Working Strategy'!B19))

I want to add into this formula into the above formula:-

If cell "E19" = 11 and "F19" = 11 and "G19" = 11

Display whats in cell A43 in sheet Working Strategy




Any Ideas How???


using Excel 2010
 
If I understand you correctly, it should be:

=IF(AND(E19=11,F19=11,G19<>11),'Working strategy'!A42,IF(AND(E19=11,F19=11,G19=11),'Working strategy'!A43,SUM(D22-'Working strategy'!B19)))

Does this help?
 
Upvote 0

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