Trying to tally completion of task based on a date

karrollsue

New Member
Joined
Nov 18, 2011
Messages
11
I have a validated list of task in one column, then follow up dates in 2 more columns, then a completion date. My problem is counting completion dates against the task. Example if I had 12 of one task and 6 completion dates I need to be able to have six show up as complete towards that task. I tried 2 different ways and these are it.

=SUM((IF($B6:$B146, "Dental Exam",1,0)*(IF($H6:$H146<>,1,0))))

=COUNTIF($H6:$H146, "Immunizations")*COUNTIF($M6:M146,"<>*")

I tried several variations Column b is the task, column h is the completion date. I am puting the formulas in the cells next to the drop down validation list.

not sure whats wrong
 
Last edited:
Aladin Thanks a million, I had to put zero's back into the spreadsheet in place of blanks because of the hyperlinks. then adjusted the formula to count the zero in the Trim and it worked.
 
Upvote 0

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.

Forum statistics

Threads
1,214,991
Messages
6,122,628
Members
449,095
Latest member
bsb1122

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