Need a Formula for DATES

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can someone help me figure out a formula for the following - I have two date
columns on my spreadsheet. I need a formula that tells me the number of
days between the two dates.
COLUMN 1 - DATE OF LAST UPDATE,
COLUMN 2 - NUMBER OF DAYS SINCE LAST UPDATE (based on the current date)

Thanks!!!
 
Can someone help me figure out a formula for the following - I have two date
columns on my spreadsheet. I need a formula that tells me the number of
days between the two dates.
COLUMN 1 - DATE OF LAST UPDATE,
COLUMN 2 - NUMBER OF DAYS SINCE LAST UPDATE (based on the current date)

Thanks!!!

=TODAY() - Date_of_Last_Update

Format the result as General since excel will probably format it as a date.


--ron
 
Like
=a1-b1
format the cell to be a number with zero decimals places
Or
=today()-a1
 

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