Auto-updating of Age

Hi Everyone,

Is there a way to automatically update a column, e.g. Age? 

Age (Column) = Today()-[Birth Date] / 365.25

I notice that the computed "age" is "unchanged" even after some time passed by. 

Hope someone can help and enlighten me.

Thank you!

0 4 421
4 REPLIES 4

To automaticly update the age you have 2 ways.

1) with automation if your app is deployed you can set a behaviour "set value for some column" for the formula of your age.

2) using a Google sheets formula. When the formula is on the sheet it will update automaticly.

ok, you can create a virtual column or use a real column of your table with a formula like yours or similar to this

FLOOR(HOUR(TODAY()-[Birth Date])/365/24)&" years "&
FLOOR(MOD((HOUR(TODAY()-[Birth Date])/24),365)*12/365) & " months"

In my case, to update the age, I use an action that helps me display the "details" by changing the value in one of my columns from false to true, and modifying that row updates the age.

Hola Ciro, lograste encontrar la manera de actualizar automรกticamente la edad?

Ya que yo tengo el mismo problema, agradecerรฉ me apoyes!.

Saludos.

Top Labels in this Space