Return Days since Date Entered in Column.

  • Thread starter Thread starter Mcasteel
  • Start date Start date
M

Mcasteel

I have a worksheet with a column containing dates ('A').

I want to keep a running total of how many days (for example: '180'
from the date in column A.

I noticed if I simply subtract the date from todays date, the valu
returned is formated as a date. I want just the days rolling (180)
instead somethign like this '01/30/1900' which I tend to end up with.
Any suggestions?

Someone earlier suggested NETWORKDAYS(a1-b1). but it didnt seem t
work.

Mik
 
Hi Mcasteel

Select the formula cell and goto Format>Cells and format
the cell as General
 
Here is a formula that I frequently use for date variances.

=DAYS360(H4,G4)
 

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

Similar Threads


Back
Top