COUNTIF, SUMPRODUCT and ISBLANK help

Black Pearl

New Member
Joined
May 14, 2008
Messages
10
Hi there,

Hopefully this is not too hard, but it is driving me banana's.:ROFLMAO:

I have a spreadsheet that I use to track hardware issues.

There are a number of columns, of which there is:

  • Column I - Date Logged
  • Column M - Date Currently Working (which is the date work started on this issue)
  • Column O - Date Completed
So far, I can easily work out how many jobs were logged, how many moved into the 'currently working' phase, and how many were completed in each week.

I used the following to count how many were logged each week:
=COUNTIF('Investigations and Issues Log'!I3:I700,">=" & C7)-COUNTIF('Investigations and Issues Log'!I3:I700,">" & D7)

where C7 is the 'Week Starting' date and D7 is the 'weekending' date on a different sheet. And it worked great.:)

However, I'm trying to create a graph that shows how many jobs are unactioned and currently working at the end of each week, regardless of how old they are.

So, I want to know how many jobs are currenlty 'unactioned' at the end of the week, where the date is less than the 'weekending' date and there is no data in the 'currently working' column (it's blank). And I also want to know how many jobs are in the 'currently working' phase where there is no data in the 'completed' column (it's blank).

I've tried:

=SUMPRODUCT(--('Investigations and Issues Log'!I3:I700<=D7),--('Investigations and Issues Log'!M3:M700=""))

but it didn't work. And I also tried combining with an ISBLANK but I kept getting errors.

Any ideas? :eek:
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.

Forum statistics

Threads
1,214,979
Messages
6,122,550
Members
449,088
Latest member
davidcom

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