Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I would like to enter a formula to calculate the following
If an employee's date of hire is greater than 10 months from the last day of the year and their skill level is not greater than or equal to LS2 I want a return of 2 If their hire date is less than or equal to 12 months from the last day of the year and their skill level is great than or equal to LO2 i want a return of 4 A little background: I am using this information to score/grade employees on knowledge level for year end reviews and will be using this formula from year to year I would like to not have to update the formula each year with the correct year end date (In this case I am completing year end reviews for 1/1/05-12/31/05) |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi!
These are not valid logical expressions: is not greater than or equal to LS2 is great[er] than or equal to LO2 The logical comparisons you want can only appy to numbers. <10 =10 <LS2 ??????? What's less than LS2? Biff "Holly" wrote in message ... I would like to enter a formula to calculate the following If an employee's date of hire is greater than 10 months from the last day of the year and their skill level is not greater than or equal to LS2 I want a return of 2 If their hire date is less than or equal to 12 months from the last day of the year and their skill level is great than or equal to LO2 i want a return of 4 A little background: I am using this information to score/grade employees on knowledge level for year end reviews and will be using this formula from year to year I would like to not have to update the formula each year with the correct year end date (In this case I am completing year end reviews for 1/1/05-12/31/05) |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I just realized that those might be cell references!!!!!!!!
Are they? Biff "Biff" wrote in message ... Hi! These are not valid logical expressions: is not greater than or equal to LS2 is great[er] than or equal to LO2 The logical comparisons you want can only appy to numbers. <10 =10 <LS2 ??????? What's less than LS2? Biff "Holly" wrote in message ... I would like to enter a formula to calculate the following If an employee's date of hire is greater than 10 months from the last day of the year and their skill level is not greater than or equal to LS2 I want a return of 2 If their hire date is less than or equal to 12 months from the last day of the year and their skill level is great than or equal to LO2 i want a return of 4 A little background: I am using this information to score/grade employees on knowledge level for year end reviews and will be using this formula from year to year I would like to not have to update the formula each year with the correct year end date (In this case I am completing year end reviews for 1/1/05-12/31/05) |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Doh!
I just realized that those might be cell references!!!!!!!! Maybe I should call it a night! Biff "Biff" wrote in message ... I just realized that those might be cell references!!!!!!!! Are they? Biff "Biff" wrote in message ... Hi! These are not valid logical expressions: is not greater than or equal to LS2 is great[er] than or equal to LO2 The logical comparisons you want can only appy to numbers. <10 =10 <LS2 ??????? What's less than LS2? Biff "Holly" wrote in message ... I would like to enter a formula to calculate the following If an employee's date of hire is greater than 10 months from the last day of the year and their skill level is not greater than or equal to LS2 I want a return of 2 If their hire date is less than or equal to 12 months from the last day of the year and their skill level is great than or equal to LO2 i want a return of 4 A little background: I am using this information to score/grade employees on knowledge level for year end reviews and will be using this formula from year to year I would like to not have to update the formula each year with the correct year end date (In this case I am completing year end reviews for 1/1/05-12/31/05) |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I realize after reading the reply that my verbage would have to be corrected
as follows "Holly" wrote: I would like to enter a formula to calculate the following If an employee's date of hire is greater than 10 months from the last day of the year and their skill level is not equal to LS2 I want a return of 2 If their hire date is less than or equal to 12 months from the last day of the year and their skill level is equal to LO2 i want a return of 4 A little background: I am using this information to score/grade employees on knowledge level for year end reviews and will be using this formula from year to year I would like to not have to update the formula each year with the correct year end date (In this case I am completing year end reviews for 1/1/05-12/31/05) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I lookup data with two comparison values? | Excel Worksheet Functions | |||
Date comparison | Excel Discussion (Misc queries) | |||
Excel - date comparison | Excel Discussion (Misc queries) | |||
Comparison Operators for IF statement. | Excel Worksheet Functions | |||
Date Comparison Driving Me Crazy | Excel Discussion (Misc queries) |