Please see the attached workbook:
How do I get the Supervisor name to auto-populate after selecting the department and employee?
Please see the attached workbook:
How do I get the Supervisor name to auto-populate after selecting the department and employee?
Last edited by himey77; 02-25-2011 at 11:07 PM.
Hi himey77
you can combile index and match
fill down![]()
Please Login or Register to view this content.
Hi himey77,
The formula may be easier to understand without the iF
The match returns the item/row number in the column/array![]()
Please Login or Register to view this content.
so we ask your match (d2) to look for the name in the column of names (EmployeeColumn) and return its row number
The index use in the row column numbers to return a cell value
so with the row number from the match of the name we just look at the next column (ValidationLists!C:C) with the supers name and return that value
the if statment is use to stop NA errors if no name is found
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks