mooncraze.blogg.se

Compute age from birthday excel for mac error
Compute age from birthday excel for mac error










The only difference (other than the $, discussed below) is a pair of brackets around everything following the second "-" sign. I've added some spaces to yours to make the terms line up a bit better. Here's your revision and my original (with the IF() statement removed). First subtracting the second term ( JAAR(A3) ) from the first ( JAAR(A1) ), then subtracting the result of the comparison in the rest of the formula. What the formula should be doing is two subtractions. In the formula you came up with, the only comparison operator is the ">" sign, so the formula must be comparing what's in front of that to what follows it. P.s.: I was also wondering about the "$"-sign in the formula, as I am not familiar with that being used in AW? I am pretty new with AW, as you have probably noticed by now.:-(Ī TRUE or FALSE result result means the formula is comparing two values and returning the result of the comparison. The result of the formula is "untrue" (in Dutch) I have changed and deleted some parts of the formula, to see if something might work and I finally I got a result from this formula: But in my opinion, that should not be the problem, as english words like "DAY", YEAR" or MONTH" are not very difficult to translate.

compute age from birthday excel for mac error

I do had to translate your formula into Dutch as I use the Dutch version of AW.

compute age from birthday excel for mac error

I followed your guidelines, but the large formula for a "calculation of age in years" gives an error on enter (formula appears in field in sheet).

compute age from birthday excel for mac error

That being said, I hate to say, that I am still not able to calculate an age in my sheet. It is far more than one usually might expect on forums. The part between the commas calculates the remaining months of the age by first subtracting the MONTH extracted from the DOB from the MONTH extracted from A1, then applies two corrections, first increasing the value by 12 if the initial result in negative, then subtracting 1 if the 'as of' day of the month is less than the day of the month of the DOB.įirst of all, let me thank you for your very detailed answer. The IF statement performs the same function as above. The part between the commas calculates the age in years by first subtracting the YEAR extracted from the DOB from the YEAR extracted from A1, then applies a correction, subtracting 1 if the current date is before the anniversary of the birth in the current year. The IF statement keeps the cell containing the formula blank until something is entered in cell A3. Date of Birth (DOB) will be recorded in column A, starting at A3.Įnter =NOW() in cell A1 (for calculation of age as of 'today') OR Enter a specific 'as of' date in B1 To handle both these cases, I'll put the 'as of' date in cell A1, and reference that cell in formulas.

compute age from birthday excel for mac error

Others may want the age on a specific date. Maarten wants to calculate the age as of 'today'.












Compute age from birthday excel for mac error