A adams77 Aug 2, 2006 #1 I am trying to figure out a formula using today date - start date= years.months in service. Can someone help me. Thanks.
I am trying to figure out a formula using today date - start date= years.months in service. Can someone help me. Thanks.
N Niek Otten Aug 2, 2006 #2 http://www.cpearson.com/excel/datedif.htm -- Kind regards, Niek Otten Microsoft MVP - Excel | | I am trying to figure out a formula using today date - start date= | years.months in service. Can someone help me. | | Thanks. | | | -- | adams77 | ------------------------------------------------------------------------ | adams77's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=23695 | View this thread: http://www.excelforum.com/showthread.php?threadid=567485 |
http://www.cpearson.com/excel/datedif.htm -- Kind regards, Niek Otten Microsoft MVP - Excel | | I am trying to figure out a formula using today date - start date= | years.months in service. Can someone help me. | | Thanks. | | | -- | adams77 | ------------------------------------------------------------------------ | adams77's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=23695 | View this thread: http://www.excelforum.com/showthread.php?threadid=567485 |
B Bob Phillips Aug 2, 2006 #3 =DATEDIF(start_date,TODAY(),"Y")&" years, "&DATEDIF(start_date,TODAY(),"YM")&" months" -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct)
=DATEDIF(start_date,TODAY(),"Y")&" years, "&DATEDIF(start_date,TODAY(),"YM")&" months" -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct)