Combining IF functions

Scott82

New Member
Joined
Jun 8, 2011
Messages
48
Hi guys, my brain hurts!

I am trying to combine these two statements that both work fine on their own!
=IF(ISBLANK('[Schedules Flexible worker.xls]Schedules'!$E$4:$E$12),"Call")
&
=IF('Availability IN'!D4="x","Call")

So that if both are true then "call"

I'm sure this is fairly easy but I've lost the will to live!

Many thanks

Scott
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
As there are only 7 possible outocomes for boxes E4:E12, how does this look?
=IF(AND('[Schedules Flexible worker.xls]Schedules'!$E$4:$E$12,Giles,Millington,Shirley,Palmer,Fleming,Todhunter,Charlotte,Night,School),('Availability IN'!D4="x")"Call",Don't Call")

I've just tryed it and it's not working but thought it was a logical answer!

Scott
 
Upvote 0

Forum statistics

Threads
1,224,551
Messages
6,179,476
Members
452,915
Latest member
hannnahheileen

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