LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default Index Function Problem

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with Index function Steve M Excel Worksheet Functions 3 April 17th 08 06:30 PM
Index Problem Tracey Excel Worksheet Functions 5 February 1st 08 10:27 PM
=Index Problem Nikki Excel Discussion (Misc queries) 5 September 30th 07 11:18 PM
Index function - problem copying to other cells klafert Excel Worksheet Functions 5 July 1st 07 04:38 PM
Emulate Index/Match combo function w/ VBA custom function Spencer Hutton Excel Worksheet Functions 2 May 2nd 05 05:26 PM


All times are GMT +1. The time now is 08:34 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"