D
Dan B
Hi,
I'm looking for a formula to give a better response on age calculation. I
have a list of computers with the data they were purchased on. I want to
know how old they are. Here is what I have so far:
G1 contains =today() to give current date
F14 is the purchase date of the first computer in the list
G14 is this formula, which tells me how many months old the computer is:
=($G$1-F14)/30
The problem is that it tells me that the computer is 90 months old, which is
correct, but I want to see that its 7.5 years old. Dividing that by 12
gives the answer, but there are newer computers that are less than a year
old, so how could I have it return the number of years if its older than a
year or the number on months if its less than a year?
Thanks!
I'm looking for a formula to give a better response on age calculation. I
have a list of computers with the data they were purchased on. I want to
know how old they are. Here is what I have so far:
G1 contains =today() to give current date
F14 is the purchase date of the first computer in the list
G14 is this formula, which tells me how many months old the computer is:
=($G$1-F14)/30
The problem is that it tells me that the computer is 90 months old, which is
correct, but I want to see that its 7.5 years old. Dividing that by 12
gives the answer, but there are newer computers that are less than a year
old, so how could I have it return the number of years if its older than a
year or the number on months if its less than a year?
Thanks!