Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I insterted a formula that calculated (Or should have done) for students ages
ata a certain date I.e need to know if students would be 19 on the 31/8/07 I used =year(31/8/2007)-year(6/9//1988) cell references. The answer came back 19 years old but of course student would only be 18 on the 31/8/07. I assume it counts the whole year but need to determine exact age Thanks Steve King |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use
=DATEDIF(A1,DATE(2007,8,31),"y") -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "K11ngy" wrote in message ... I insterted a formula that calculated (Or should have done) for students ages ata a certain date I.e need to know if students would be 19 on the 31/8/07 I used =year(31/8/2007)-year(6/9//1988) cell references. The answer came back 19 years old but of course student would only be 18 on the 31/8/07. I assume it counts the whole year but need to determine exact age Thanks Steve King |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Mon, 9 Jul 2007 10:11:24 +0100 from Bob Phillips
: "K11ngy" wrote in message ... I insterted a formula that calculated (Or should have done) for students ages at a a certain date I used =year(31/8/2007)-year(6/9//1988) cell references. The answer came back 19 years old but of course student would only be 18 on the 31/8/07. I assume it counts the whole year but need to determine exact age Use =DATEDIF(A1,DATE(2007,8,31),"y") Just a heads-up: you probably won't find this in Excel help. See Chip Pearson's article at http://cpearson.com/excel/datedif.htm -- Stan Brown, Oak Road Systems, Tompkins County, New York, USA http://OakRoadSystems.com/ |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
It's in Excel 2000 help, but not any other (sic!).
-- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Stan Brown" wrote in message ... Mon, 9 Jul 2007 10:11:24 +0100 from Bob Phillips : "K11ngy" wrote in message ... I insterted a formula that calculated (Or should have done) for students ages at a a certain date I used =year(31/8/2007)-year(6/9//1988) cell references. The answer came back 19 years old but of course student would only be 18 on the 31/8/07. I assume it counts the whole year but need to determine exact age Use =DATEDIF(A1,DATE(2007,8,31),"y") Just a heads-up: you probably won't find this in Excel help. See Chip Pearson's article at http://cpearson.com/excel/datedif.htm -- Stan Brown, Oak Road Systems, Tompkins County, New York, USA http://OakRoadSystems.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date to years | Excel Discussion (Misc queries) | |||
How do I subtract a date from a date for a sum of total years? | Excel Discussion (Misc queries) | |||
Calculating Age of person on admission date | Excel Discussion (Misc queries) | |||
Trying to get the next date exactly 5 years ago.. | Excel Worksheet Functions | |||
calculate no. of years between a date and today's date | Excel Worksheet Functions |