Alternative way to Calculate Age

I want to calculate age without using hidden value "today()". If I have the particular date and date of birth, how can I calculate the age?

You can use the same calculations, just replace today() with a reference to the question containing the particular date. If you have a string you need to convert to a date, you can use the date function.

This page has a number of different age calculations that you may find useful.

1 Like