M
M
maxtalanov2019-08-18 17:00:50
Google Sheets
maxtalanov, 2019-08-18 17:00:50

How to calculate age from date of birth in google spreadsheet?

You need to calculate the age based on the date of birth.

What formula does this? So that the calculation is automatic, without entering the current date, and Google pulls it up from its actual date on the calendar.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
Grigory Boev, 2019-08-21
@ProgrammerForever

Better this way, otherwise there may be problems due to leap years next to the birthday:
=РАЗНДАТ(A1;СЕГОДНЯ();"Y")

S
Saboteur, 2019-08-18
@saboteur_kiev

In A1 enter the date of birth
in B1 enter
=(СЕГОДНЯ()-A1)/365

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question