Multiple If formula

PHIL.Pearce84

Board Regular
Joined
May 16, 2011
Messages
152
Office Version
  1. 365
Platform
  1. Windows
HI,

I am trying to get a multiple if statement to work but I've lost myself in the confusion, can anyone help?

Basically this is what I want to achieve;

1. If the completion date in Column J falls within any of the date ranges on the sheet (start date in D END DATE in I)
2. And if the values in G3,f3,e3 and C3 (which will continue up to row 2000 G4,5 ETC) then return yes otherwise no


This is my formula;

=IF(AND(J:J>=D3,I3<=I:I,"YES"),IF(G:G=G3,"YES"),IF(F:F=F3,"YES"),IF(E:E=E3,"YES"),IF(C:C=C3,"YES"),"No"))
 
Hi, thanks for you help!! The countif works nicely, the only issues is identifying if it's within the same date range, as it would be nice to be able to retrospectively identify missed opportunity.

Thank you everyone for your help on this I really appreciate it
 
Upvote 0

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).

Forum statistics

Threads
1,215,344
Messages
6,124,407
Members
449,157
Latest member
mytux

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