#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 703
Default Date Formula

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?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default Date Formula

On Thu, 3 Jul 2008 13:16:01 -0700, charlie
wrote:

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
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 703
Default Date Formula

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.

"Ron Rosenfeld" wrote:

On Thu, 3 Jul 2008 13:16:01 -0700, charlie
wrote:

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

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 14
Default Date Formula

Take a look at CPearson's site..

http://www.cpearson.com/excel/datedif.aspx



On Jul 3, 3:16*pm, charlie wrote:
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?


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 342
Default Date Formula

Try this formula:

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

"charlie" wrote:

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?



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 703
Default Date Formula

That's exactly what I needed. Thanks!

"TomPl" wrote:

Try this formula:

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

"charlie" wrote:

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?

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 703
Default Date Formula

That's exactly what I needed. Thanks!

"TomPl" wrote:

Try this formula:

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

"charlie" wrote:

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?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Date Formula Problem - Leave date blank if Null Gayla Excel Worksheet Functions 5 April 24th 07 09:42 PM
Create a formula in a date range to locate a specific date - ecel util Excel Discussion (Misc queries) 0 February 19th 07 03:03 PM
Excel Formula to calulate number of days passed from date to date K. Mack Excel Discussion (Misc queries) 8 January 4th 07 11:27 PM
Formula for determining if two date columns fall within specific date range Igottabeme Excel Worksheet Functions 2 April 21st 06 02:50 AM
Formula for determining if two date columns fall within specific date range Igottabeme Excel Discussion (Misc queries) 1 April 20th 06 10:03 PM


All times are GMT +1. The time now is 10:31 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"