Time stamp when cell reaches a certain number

shaftdx

Board Regular
Joined
Aug 20, 2018
Messages
136
Office Version
  1. 2011
Platform
  1. MacOS
Ok Generally speaking I have at least a clue if Excel can do what I want. in this case I have no idea!

I deal with a fleet of vehicles that I am trying to track their mileage and service needs. I have a formula that calculates the milage and how many miles it is until a service is due. Is there a way that I can create a formula that when that cell reaches a certain number a time stamp will automatically appear in another cell?

I use Zapier which is an automation program so what I want to happen is if the service needs to be done every 5,000 miles at 4,800 miles a time stamp will appear and Zapier will automatically email our service techs that the service is coming up and add that to our calendar.
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
In the target cell, something like?
If(thatCell >= someDateValue, Now, "")
Obviously I've used words instead of cell addresses because you didn't reveal where the involved cells are. Make sure the value you use for the date complies with the data type of your dates. Your cell dates could be strings, and that would introduce a problem, I think.

This is a job for a database, but then I admit to being biased.
 
Upvote 0

Forum statistics

Threads
1,215,110
Messages
6,123,148
Members
449,098
Latest member
Doanvanhieu

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