MeredithD26
New Member
- Joined
- May 20, 2022
- Messages
- 3
- Office Version
- 2013
- Platform
- Windows
I have 2 dates (date of birth (A2), and a start date(B2)) and am trying to calculate age at time of start date. This is the formula I am using to ensure it's only calculated if both dates are present: =IF(AND(B2<>"",A2<>""),(B2-A2)/365.25). However, I want to have the value round down (31 in this case) since it's an age. Any help would be appreciated. Thanks.
DOB | Enroll | Age |
3/4/1990 | 1/1/2022 | 31.83025 |
3/5/1997 | 1/1/2022 | 24.82683 |