Date Formula

C

charlie

Column A has an investment date
Column B has a redemption date
I need column C to tell me how long the investor was in the fund.

I know I can subtract column A from C and divide by 365 days, but isn't
there a more direct formula for this?
 
R

Ron Rosenfeld

Column A has an investment date
Column B has a redemption date
I need column C to tell me how long the investor was in the fund.

I know I can subtract column A from C and divide by 365 days, but isn't
there a more direct formula for this?

If you don't divide by 365, you will have the number of days the investor was
in the fund. How more direct do you need to be?
--ron
 
C

charlie

I thought there was a "better" formula. This is the simple version of what I
need to do and I thought there was a better formula for subtracting cells
with dates.
 
T

TomPl

Try this formula:

=YEAR(B1-A1)-1900&" years "&MONTH(B1-A1)&" months "& DAY(B1-A1)&" days"
 

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