Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Andrew C
 
Posts: n/a
Default Look up Function Need

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
  #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



  #3   Report Post  
Andrew C
 
Posts: n/a
Default

Thanks it works ok. For one of my sheets which is good.

I have another sheets with 46 Weeks and when i get past week 9 it goers back
to the start again. What do i need to adjust in the formula or do i need a
new formula.

Thanks



"Bob Phillips" wrote:

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




  #4   Report Post  
Bob Phillips
 
Posts: n/a
Default

Andrew,

Try

RIGHT(A1,LEN(A1)-FIND(" ",A1))+1

instead of

RIGHT(A1)+1

in the formula

--
HTH

Bob Phillips

"Andrew C" wrote in message
...
Thanks it works ok. For one of my sheets which is good.

I have another sheets with 46 Weeks and when i get past week 9 it goers

back
to the start again. What do i need to adjust in the formula or do i need

a
new formula.

Thanks



"Bob Phillips" wrote:

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






Reply
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
I NEED HELP with the SPELLNUMBER Function vag Excel Worksheet Functions 0 June 21st 05 08:17 AM
Excel option to store trendline's coefficients in cells for use Miguel Saldana Charts and Charting in Excel 9 June 20th 05 08:45 PM
Date & Time mully New Users to Excel 4 May 23rd 05 11:56 AM
Automatically up date time in a cell Mark Excel Discussion (Misc queries) 5 May 12th 05 12:26 AM
clock Wildman Excel Worksheet Functions 2 April 26th 05 10:31 AM


All times are GMT +1. The time now is 04:38 AM.

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

About Us

"It's about Microsoft Excel"