Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Swim team Lookup issues

I have an excel spreadsheet with the following:
a b c
1 NAME Race1 Race 2
2 Kaytee 00:41.00 02:33.10
3 Kristen 00:31.66 02:12.54
4 Lauren 02:13.54
5 Lauren R 00:31.44 02:26.75
6 Lauren S 00:43.18 02:34.90
7 Lisa 00:34.72 02:11.54
8 Lisa f
9 Liz 00:28.43 02:13.52
10
11 Min Value 00:28.43 02:11.54
12 Name #NA #NA

I want to return the name of the person in row 12 which matches the min
Value from row 11 for each of the races. When I use the following fomula I
get a error of NA: =LOOKUP(b11,B2:B11,A2:A11).
Any thoughts on what I am doing wrong or how to fix the problem would be
appreciated

Mark
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,253
Default Swim team Lookup issues

Mark

Rethink the storage of your data.
DONT store data in a "matrix" instead make a table:
make "fields" for the distinctive properties of your data

Swimmer Date Location/Descr Distance Time




THEN do the summarizing/reporting/filtering etc with
pivottables or DB worksheetfunctions.

Set some data validation on the input columns
to prevent input errors (wrong names, illegal times)


It may look awkward in the beginning
as your data is just a "RAW" list..
and not the "ready for consumption" matrix you're familiar with.

But esspecially the PivtoTables are a VERY powerful tool
to get those "matrices" (With "automatic" selections,
comparisons between races, graphing etc.


Trust me. you'll find that it's a lot easier
and far more flexible then what your trying to do.

the only thing is to learn a bit about PivotTables.
start in help and within the hour you'll have some very
looking pivots. (once the data is reorganized as per above)



keepITcool

< email : keepitcool chello nl (with @ and .)
< homepage: http://members.chello.nl/keepitcool


?B?TUZPWDAx?= wrote:

I have an excel spreadsheet with the following:
a b c
1 NAME Race1 Race 2
2 Kaytee 00:41.00 02:33.10
3 Kristen 00:31.66 02:12.54
4 Lauren 02:13.54
5 Lauren R 00:31.44 02:26.75
6 Lauren S 00:43.18 02:34.90
7 Lisa 00:34.72 02:11.54
8 Lisa f
9 Liz 00:28.43 02:13.52
10
11 Min Value 00:28.43 02:11.54
12 Name #NA #NA

I want to return the name of the person in row 12 which matches the
min Value from row 11 for each of the races. When I use the
following fomula I get a error of NA: =LOOKUP(b11,B2:B11,A2:A11).
Any thoughts on what I am doing wrong or how to fix the problem would
be appreciated

Mark


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
Need a format for team vs team manchester united Excel Discussion (Misc queries) 1 July 16th 09 08:31 AM
Lookup issues swell estimator[_2_] Excel Discussion (Misc queries) 0 September 9th 08 07:20 PM
V-Lookup issues TommyD Excel Worksheet Functions 3 April 25th 08 05:52 PM
Team Role Rotation (number of team members is variable) Scott Wagner Excel Worksheet Functions 3 November 17th 06 11:25 PM
Lookup Issues / List Auto-Adjust Phillycheese5 Excel Worksheet Functions 0 June 21st 05 09:54 PM


All times are GMT +1. The time now is 06:13 PM.

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"