F
frostroom102
I am a db newbie and don't know how to do nested functions for a problem I
have:
Calculate a 6-digit Employee Code for each employee using a complex
concatenation formula. The components fo the formula are as follows:
1. The first 2 digits fo the Employee Code are the last two letters of the
Last name in uppercase.
2. Calculate the second 2 digits of the Employee Code by multiplying the Day
extracted from the Birthdate, by 0.67. Truncate any decimal positions. Do not
round
3. The last two digits of the Employee Code are calculated by finding the
length of the Last field and multiplying it by 2.75. Truncate any decimal
positions.
Here is the first two lines of the spreadsheet:
First Last Birthdate Employee Code Age
Salary
Samuel Adams 7/23/1951 ? ?
62,300
have:
Calculate a 6-digit Employee Code for each employee using a complex
concatenation formula. The components fo the formula are as follows:
1. The first 2 digits fo the Employee Code are the last two letters of the
Last name in uppercase.
2. Calculate the second 2 digits of the Employee Code by multiplying the Day
extracted from the Birthdate, by 0.67. Truncate any decimal positions. Do not
round
3. The last two digits of the Employee Code are calculated by finding the
length of the Last field and multiplying it by 2.75. Truncate any decimal
positions.
Here is the first two lines of the spreadsheet:
First Last Birthdate Employee Code Age
Salary
Samuel Adams 7/23/1951 ? ?
62,300