Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Lookup tables and blank cells

I have a table consisting of columns containg data and blank cells. For
example:

A B C D E F G H
1 5700
2 5750
3 5800 83% 550 3 .77 -90 62 -16.6
4 5850
5 5900 64% 450 3 .78 -86 68 -12.5
6 5950 71% 415 3 .72 -83 58 -15.8
7 6000
8 6050 52% 304 3 .71 -77 63 -11.6
9 6100

First, I need to extract a range of maximum and minimum percentage
values in column 2 - simple enough via Large and Small (the actual
table is much larger than the illustration)

Next I need to extract their corresponding numbers from the first
column, and all subsequent corresponding values in the remaining
columns.

I've spent around five hours today trying to get beyond extracting
maximum and minimum first values via vlookup and failed.

Whether relevant, I don't know but the appearance (or non-appearance)
of the values is random, dependent on other values being present
(themselves being random).


Any help greatly appreciated. Thank you in advance.

Grant

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Lookup tables and blank cells

Enter this in say J1 for the highest percent:
=INDEX($A$1:$H$9,MATCH(MAX($B$1:$B$9),$B$1:$B$9,0) ,COLUMNS($A:A))

And enter this in J2 for the lowest percent:
=INDEX($A$1:$H$9,MATCH(MIN($B$1:$B$9),$B$1:$B$9,0) ,COLUMNS($A:A))

NOW, select *both* J1 and J2, and drag the selection to the right, to Column
Q.

This should give you the entire row of data, including the actual highest
and lowest percents.

This assumes that the "empty" cells in Column B are *truly empty* and
*don't* contain 0's.


--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"grant" wrote in message
oups.com...
I have a table consisting of columns containg data and blank cells. For
example:

A B C D E F G H
1 5700
2 5750
3 5800 83% 550 3 .77 -90 62 -16.6
4 5850
5 5900 64% 450 3 .78 -86 68 -12.5
6 5950 71% 415 3 .72 -83 58 -15.8
7 6000
8 6050 52% 304 3 .71 -77 63 -11.6
9 6100

First, I need to extract a range of maximum and minimum percentage
values in column 2 - simple enough via Large and Small (the actual
table is much larger than the illustration)

Next I need to extract their corresponding numbers from the first
column, and all subsequent corresponding values in the remaining
columns.

I've spent around five hours today trying to get beyond extracting
maximum and minimum first values via vlookup and failed.

Whether relevant, I don't know but the appearance (or non-appearance)
of the values is random, dependent on other values being present
(themselves being random).


Any help greatly appreciated. Thank you in advance.

Grant


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Lookup tables and blank cells

RD,

That's it. Brilliant.

You're a Gentleman (or a Lady).

Thank you.

Grant.

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
Pivot table blank cells show data deleted months ago! vcard Excel Discussion (Misc queries) 0 April 25th 06 09:25 PM
How do I stop my Pivot tables from spelling out (blank)? PW Excel Discussion (Misc queries) 3 November 19th 05 12:36 AM
pivot tables reports - altering display of (blank) cells cak Excel Worksheet Functions 1 August 22nd 05 12:39 AM
Blank Cells in Pivot Tables Greg Excel Discussion (Misc queries) 1 March 16th 05 09:23 PM
Help adding text values Texas-DC_271 Excel Worksheet Functions 7 January 15th 05 11:14 PM


All times are GMT +1. The time now is 10:39 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"