Using COUNTIF on a range of dates

Ian_G

New Member
Joined
Jan 18, 2012
Messages
22
Hi All,

I'm having a stupid moment, so hopefully this shouldn't take long to put right!

Basically I'm trying to create a matrix which allows me to see the number of processes in which an individual would need retraining for number of processes (Which needs to be done on yearly basis). In order to do this I have created a sheet which allows me to enter the date on which a user was trained;

Surname1st nameProcess1Process2Process3No. of retrains
GrahamIan16/08/201116/04/201216/01/2011
CarterRichard03/08/201210/04/201201/07/2012
JonesSimon19/04/201131/10/201121/08/2012

<TBODY>
</TBODY>


The formula I'm trying to use in the "No. of retrains" column is as follows;

=COUNTIF(C2:E2,"<=(TODAY()-365)")
=COUNTIF(C3:E3,"<=(TODAY()-365)")
=COUNTIF(C4:E4,"<=(TODAY()-365)")


But on each row it keeps returning 0!

Can somebody be kind enough to point out where I went wrong?

Thanks in advance.
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Nice one VoG!

I knew I was being an idiot, I just couldn't see what the fault was!

Anyway that has worked a dream, thank you very much!
 
Upvote 0

Forum statistics

Threads
1,214,605
Messages
6,120,476
Members
448,967
Latest member
visheshkotha

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