R
R.S.Lynn
I have a column containing dates of birth. I want a column displaying age
at last birthday anniversary. NOW()-B2 yields something like "6/23/1971"
meaning the person is 71 years, 6 months, and 23 days old. A column
containing such a result is OK, but I want a column that displays, for
example, simply "71"
What combination of functions will yield the result I want?
at last birthday anniversary. NOW()-B2 yields something like "6/23/1971"
meaning the person is 71 years, 6 months, and 23 days old. A column
containing such a result is OK, but I want a column that displays, for
example, simply "71"
What combination of functions will yield the result I want?