Is there a way to format a cell to show aging?

C

Carolina Girl

I am working on a financial spreadsheet and would like to have a column
showing how many days have passed after the date in another column. Is there
any way to do this?
 
L

Lars-Åke Aspelin

On Fri, 7 May 2010 13:18:01 -0700, Carolina Girl <Carolina
I am working on a financial spreadsheet and would like to have a column
showing how many days have passed after the date in another column. Is there
any way to do this?


You can subtract the data in "another column" from todays date the get
the "age". Use the TODAY() formula like this in cell B1 if "another
column" is column A.

=TODAY()-A1

Hope this helps / Lars-Åke
 
N

Nadine

In the cell where you want the number of days to be (we'll use A2 for this),
type in the following:
=TODAY()-A2
Format the cell as General and it will show you how many days.
 
D

David Biddulph

For number of days, what would be the advantage of using DATEDIF instead of
just =TODAY()-A2 ?
 

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

Top