Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 48
Default Entering Days360 in Table formula

I have a table in which there is a column that has the persons date of birth
and another with their date of death (if they have died). I'm trying to have
a column that shows the persons current age or their age at death. The
formula I have entered is:
=IF(ISDATE(Table1[[#This Row],[DEATH]]),DAYS360(Table1[[#This
Row],[DOB]],Table1[[#This Row],[DEATH]]),DAYS360(Table1[[#This
Row],[DOB]],TODAY())/360)
but it only gives the result " #NAME? " for each record.
What would be the correct formula for this field?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Entering Days360 in Table formula

I don't believe "ISDATE" is a true function (unless this is an update in xl
2007?).
Based on what your goal is, I would recommend:

=DATEDIF(Table1[[#This Row],[DOB]],IF(ISNUMBER(Table1[[#This Row],
[DEATH]]),Table1[[#This Row],[DEATH]],TODAY()),"y")


--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Bob Arnett" wrote:

I have a table in which there is a column that has the persons date of birth
and another with their date of death (if they have died). I'm trying to have
a column that shows the persons current age or their age at death. The
formula I have entered is:
=IF(ISDATE(Table1[[#This Row],[DEATH]]),DAYS360(Table1[[#This
Row],[DOB]],Table1[[#This Row],[DEATH]]),DAYS360(Table1[[#This
Row],[DOB]],TODAY())/360)
but it only gives the result " #NAME? " for each record.
What would be the correct formula for this field?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default Entering Days360 in Table formula

You are right Luke,

ISDATE() is not a built-in worksheet function in Excel 2007

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Luke M" wrote in message
...
I don't believe "ISDATE" is a true function (unless this is an update in xl
2007?).
Based on what your goal is, I would recommend:

=DATEDIF(Table1[[#This Row],[DOB]],IF(ISNUMBER(Table1[[#This Row],
[DEATH]]),Table1[[#This Row],[DEATH]],TODAY()),"y")


--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Bob Arnett" wrote:

I have a table in which there is a column that has the persons date of
birth
and another with their date of death (if they have died). I'm trying to
have
a column that shows the persons current age or their age at death. The
formula I have entered is:
=IF(ISDATE(Table1[[#This Row],[DEATH]]),DAYS360(Table1[[#This
Row],[DOB]],Table1[[#This Row],[DEATH]]),DAYS360(Table1[[#This
Row],[DOB]],TODAY())/360)
but it only gives the result " #NAME? " for each record.
What would be the correct formula for this field?


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
Validation Table - Entering Value not in a table saltnsnails Excel Discussion (Misc queries) 2 August 21st 08 07:54 PM
days360 keng Excel Discussion (Misc queries) 3 March 19th 08 05:33 PM
Entering Variable in a Pivot Table flyer27 Excel Discussion (Misc queries) 0 March 13th 07 03:05 PM
=DAYS360 Owen Excel Discussion (Misc queries) 1 February 15th 06 03:30 PM
entering data to table philc Excel Worksheet Functions 3 May 26th 05 07:55 PM


All times are GMT +1. The time now is 03:53 AM.

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

About Us

"It's about Microsoft Excel"