CountIF blank cell adjacent and also before a nominated date

ValyrianSteel

New Member
Joined
Jun 23, 2022
Messages
15
Office Version
  1. 365
Platform
  1. MacOS
Hi,

I am looking for the formula to be able to essentially create a resource profile using the dates when work is scheduled to complete.

Attached image showing Column R is always populated with a forecast completion date and S is when the work actually completes. I am looking to populate the table in the other image where it calculates a sum of all the work which will be going on each month and have been trying to just do the calculation if the cell in Column S is blank. I have been getting results but they don't seem to take into account the date in column A in the 2nd image.

Any ideas be really helpful!
 

Attachments

  • 1676040021417.png
    1676040021417.png
    41.1 KB · Views: 4
  • 1676040136445.png
    1676040136445.png
    54.6 KB · Views: 4

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
I realise that I also need to calculate if the cell in the same range is not past the date in A2
 
Upvote 0
Utilised a start and end date

=COUNTIFS('The Plan'!$AK$1:$AK$188,">"&$A14,'The Plan'!$AK$1:$AK$188,"<="&$A$61)
 
Upvote 0
Solution

Forum statistics

Threads
1,215,227
Messages
6,123,745
Members
449,116
Latest member
alexlomt

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