Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need a function that will return all information for "truck 1" on another
worksheet. The information below is an example of information on my worksheet. I need a function that will search the data and return all instances of "truck 1" on a separate worksheet. B C D E F Grade Mill Driver Weight Rate 1 ZONE 2 BATSON WILSON 25.00 2 ZONE 3 CAMDEN TROY 26.00 3 ZONE 4 CLW TRUCK 1 27.00 7 4 18 - 20 top CORRIGAN TRUCK 2 28.00 8 5 Dead Logs EVADALE TRUCK 3 29.00 9 6 PW GP WILSON 30.00 7 CNS LUFKIN TROY 31.00 8 HW Logs NAPCO TRUCK 1 32.00 10 9 ZONE 2 STONEHAM TRUCK 2 33.00 11 10 ZONE 3 BATSON WILSON 34.00 12 11 ZONE 4 CAMDEN WILSON 35.00 12 18 - 20 top CLW TROY 36.00 13 Dead Logs CORRIGAN TRUCK 1 37.00 13 14 PW EVADALE TRUCK 2 38.00 14 15 CNS GP TRUCK 3 39.00 7 I have an idex function on a separate worksheet and it works for the first line but I need a function that will move to the second line and return the next instance until all instances are returned so I can calculate pay for the driver. Here's what I have: =INDEX(LEASE_DRIVERPAY,MATCH("TRUCK 1",DRIVER_NAME,0),1) =INDEX(LEASE_DRIVERPAY,MATCH("TRUCK 1",DRIVER_NAME,0),3) =INDEX(LEASE_DRIVERPAY,MATCH("TRUCK 1",DRIVER_NAME,0),4) Please help! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problem with Index function | Excel Worksheet Functions | |||
Index Problem | Excel Worksheet Functions | |||
=Index Problem | Excel Discussion (Misc queries) | |||
Index function - problem copying to other cells | Excel Worksheet Functions | |||
Emulate Index/Match combo function w/ VBA custom function | Excel Worksheet Functions |