Count change in excel spreadsheet

Zaragoza83

New Member
Joined
Jun 29, 2015
Messages
1
Hi
I would like to count the number of times that I have passed a deadline for a calibration during a year. So far I have made an excel spreadsheet, that looks a bit like below.

Machine number ------interval for calibration ----- Date for calibration ------- latest date for calibration ----------- next calibration--------------status-------
101--------------------- 90----------------------------?????????? ---------------- 18-06-2015 ------------------------- 18-09-2015------------------Deadline passed----------------

I know that I can use the countif function for every time it states "Deadline passed", but when I type in the date for calibration, this will then disappear, and I won't have this for my yearly statistic. This will be due to the date for "next calibration" will change automatically according to the "interval for calibration" (90 days).

Does anybody have any ideas how I can automatically register each "deadline passed" in a spreadsheet, as I want to avoid doing this manually?
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
you can just use this formula INT((TODAY()-c2)/90) where C2 contains the date for your first calibration.
 
Upvote 0

Forum statistics

Threads
1,214,606
Messages
6,120,492
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