Thanks for the response. I already anticipated and found another solution.
Leave the original formula in the template and just copy it to the new cells. Then it works fine.
I also need to change the formula to =GEH.GET.(($D$1-F7)/365) to get it to work.
Support provided a full working sample at 132506
Valuable!
You can also calculate age in XlsIO similarly to Excel by using the DateTime class in C#. For each person, read the DOB from column F, get the reference date from D1, and then subtract the year values while adjusting for whether the birthday has occurred yet this year. This approach allows you to dynamically compute ages, so you could easily include data like jay cinco age in your sheet without relying on Excel formulas directly.
Hi Sam,
Thank you for this suggestion.
Regards,
Gowtham.