DOB returns 0 for ages less than one year, how do I cange to 1?

N

Natalie

Converting DOBs to ages, but less than one year old returns 0 value. I need
it to return the value of 1. Help!
 
R

Rick B

I guess you could do an IIF statement to trick it, but the truth is that a
6-month old is NOT 1 years old. Using your logic, everyone from birth until
their second birthday would show "1". That does not seem right.

If you want to do it though, wrap your formula in an IIF statement that
returns "1" if the result is "0".
 
J

John Vinson

Converting DOBs to ages, but less than one year old returns 0 value. I need
it to return the value of 1. Help!

That is the correct answer.

A week-old baby is not a year old.

John W. Vinson[MVP]
 

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

Top