View Single Post
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

Assuming that the cell A1 contains the tesxt Week and a s[ace, then use

=INDEX(Sheet2!A1:E20,MATCH(A2,Sheet2!A1:A20,0),RIG HT(A1)+1)

If you just input the week number, just use

=INDEX(Sheet2!A1:E20,MATCH(A2,Sheet2!A1:A20,0),A)

--
HTH

Bob Phillips

"Andrew C" wrote in message
...
Hi

On one sheet i have a list of all bowlers and their average. Column A is
the Name and Column B - E is there Average for four weeks. Each week

varying.

On a 2nd Sheet Is follows
A B
Week 2
Greg Hill

in B2 i need a Formula to look up the bowlers name in Cell A2 and return
their average Week 2 (Cell A1).

I am no expert in Excel but know my way around a little. Is this possible
and how do i do it.

Thanks Heaps