help today and how long since day X?

  • Thread starter Thread starter bumble78
  • Start date Start date
B

bumble78

I am trying to create a training database with Date entered
training/today's date and how long they have been in training.

The first day is something that is a set day, but I would like it to
auto update the next two fields so the people that have to fill the the
sheet out only have to plug it in once. The people are lazy and I dont
trust them to update this as often as I need and dont have time to
double check it before the meeting.

Is this posible or will I have to beat my aps in to submission?
 
In cell A you could have your typed in date
In cell b you could have the function =TODAY()
In cell c you could have the formula =B1-A1
(first make sure cell c is formatted to number, no decimals)

This would subtract the date entered from todays date thus telling you how
many days between today and the date entered. Is that the kind of thing you
are looking for?
 
Sweet thanks,

Some times I just cant seem to find the right formula with the search.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top