I want to take today's date and subtract another date from it to find how long a person has been in a program. For example, today is Dec 27, 2006. The person started a program Feb 4, 2005. I want to show that the person has been in the program for 1 year 10 months...... can I do that in the same cell? How would I figure this out?
2006-12-27
02:27:06
·
4 answers
·
asked by
Flutterfly25
1
in
Computers & Internet
➔ Software
Okay what if I seperate years and months? Then could I do it? How would I do it then?
2006-12-27
02:45:35 ·
update #1
I've seen the "Datedif" function - but I have changing numbers - I have a list of dates and I basically want to subtract the first date from TODAY() and total how many years and how many months. I can do two seperate columns...... but the information changes, so I don't want to do a seperate equation for each set of dates.....
2006-12-27
02:48:45 ·
update #2
OKay so what I finally ended up doing was seperating years and months and then I did YEAR(A2) - YEAR(A1) in one column and MONTH(A2) - MONTH(A1) in the second column.
2006-12-29
02:55:53 ·
update #3