Subtract Years

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
In one column I have the year a forest originated in number format (i.e.
1971). In another column I have the date the forest was sampled in date
format (i.e. 04/06/1999). I want to subtract the two so I know how old the
forest was when it was sampled. (I.e. 1999-1971). However, because the two
are in different formats I'm finding this impossible. Any advice would be
greatly appreciated.

Thanks in advance.
 
See if this works:

=YEAR(B1)-A1

Where B1 is your sample date, and A1 is your origin year. Make sure to
format the cell you place the formula in as a number (or General) and not a
date.

HTH,
Elkar
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top