Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have 6 employees with different pay rate. If I enter a name in a cell I
want the next cell to show the pay rate associated with that person. How do I do that |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The best way, especially since there may be future changes, would be to use
a vlookup table. Look in the help index for VLOOKUP -- Don Guillett SalesAid Software "DHM" wrote in message ... I have 6 employees with different pay rate. If I enter a name in a cell I want the next cell to show the pay rate associated with that person. How do I do that |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(A1="Emp1",1.01,IF(A1="Emp2",2.02,IF(A1="Emp3", 3.03,IF(A1="Emp4",4.04,IF(A1="Emp5",5.05,IF(A1="Em p6",6.06,""))))))
all on one line, watch out for word-wrap...... Vaya con Dios, Chuck, CABGx3 "DHM" wrote: I have 6 employees with different pay rate. If I enter a name in a cell I want the next cell to show the pay rate associated with that person. How do I do that |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=VLOOKUP(A1,{"Jack",0.1;"Tim",0.2;"John",0.3},2,0)
Adjust to suit "DHM" wrote: I have 6 employees with different pay rate. If I enter a name in a cell I want the next cell to show the pay rate associated with that person. How do I do that |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need some comments on my Utility_Move class module. | Excel Worksheet Functions | |||
Creating a Custom Excel Function to Calculate Gini Coefficients | Excel Worksheet Functions | |||
Date & Time | New Users to Excel | |||
Conversion | Excel Worksheet Functions | |||
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. | Excel Worksheet Functions |