# In cell G7, create a formula that calculates the employee's tenure
in years.
[....]
Tenure = (Today's date - Hire Date)/365
Okay, if "Hire Date" is in G6, then put the following formula into G7:
=(today()-G6) / 365
# Format the formula result as Number, 2 decimal places.
Follow those instructions. That is, click on G7, then click on
Format>Cells>Number.
# Use the fill handle to copy the formula from cell G7 down to the last
employee. Make sure you absolute any cell references that need it!
That wording might suggest that instead of "Today's Date", the
instructions intend you to put __a__ (recent) date into a cell, say
A1, then substitute $A$1 for "today()" in the formula above. (In
fact, perhaps the instructions A1 to be the formula =today().)
To understand why you must use $A$1, I suggest that you first make the
mistake of writing A1, copy the formula down the column and see what
happens. Use ctrl+Z to undo your mistake.
Hint: The
result in cell G7 should be 9.98, the tenure in cell G26 should be 4.46.
Huh!? That's a non sequitur insofar as it conflicts with the
definition of tenure above. Or it conflicts with your
(mis?)understanding that G7 is the tenure.
I suggest that you post the Hire Date for the example that results in
9.98 in G7 and 4.46 in G26.
If 9.98 is the tenure (i.e. length of service) in years, the Hire Date
might be 1/2/1998 or thereabouts, if today is 12/24/2007. If the
tenure is truly 4.46, the Hire Date might be on or about 7/10/2003.