how to calculate age using a fixed month & day with "now" year

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

Guest

I need to calculate age on Dec 2 of the current year & I don't want to have
to change the year by hand ... how can I use a "hard" month & day with a
"current" year? thanks for your help
 
CalJo said:
I need to calculate age on Dec 2 of the current year & I don't want
to have to change the year by hand ... how can I use a "hard" month &
day with a "current" year? thanks for your help

DateSerial(Year(Date()), 12, 2)
 

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