Hello,
I have a column with the year that an employee was hired. I'm attempting to include a column with the decade the employee was hired, e.g., Year Hired is 1981, the decade would then be 1980. I'm using this formula, but I keep getting a "False" result. Please help me find my error.
CELL B2 - 1981
CELL D2 - 1980
=IF(LEFT(B2,3)="8",$D$2,"FALSE"))
I have a column with the year that an employee was hired. I'm attempting to include a column with the decade the employee was hired, e.g., Year Hired is 1981, the decade would then be 1980. I'm using this formula, but I keep getting a "False" result. Please help me find my error.
CELL B2 - 1981
CELL D2 - 1980
=IF(LEFT(B2,3)="8",$D$2,"FALSE"))