#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Grouping Data

I have excel 2007 and want to group the list in the 'KEYS' column so that it
reference the name of the person who has the keys.

LAST NAME FIRST NAME KEYS
Sample Mrs. C0xxE-4
C0xxE-8
XX28E-15

Smith John OYC-56
GX-8
COX-A
GX3-1x
GX0A-X

What I would like to do is have 'KEYS' C0xxE-4, C0xxE-8, & XX28E-15
associated with Ms. Sample without having to put Ms. Sample's name down for
each key.
My end goal is to filter the keys with COxxE-8 and to show along with Ms.
Sample's information. ( I really don't want to have 10 'KEYS' columns).

When I tried to filter the KEYS Column only the key comes up and not the
person's name. I have tried to group them but that did not work, as well as
auto outline.

Please Help


--
Thank you
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 915
Default Grouping Data

Humble09 wrote:
I have excel 2007 and want to group the list in the 'KEYS' column so that it
reference the name of the person who has the keys.

LAST NAME FIRST NAME KEYS
Sample Mrs. C0xxE-4
C0xxE-8
XX28E-15

Smith John OYC-56
GX-8
COX-A
GX3-1x
GX0A-X

What I would like to do is have 'KEYS' C0xxE-4, C0xxE-8, & XX28E-15
associated with Ms. Sample without having to put Ms. Sample's name down for
each key.
My end goal is to filter the keys with COxxE-8 and to show along with Ms.
Sample's information. ( I really don't want to have 10 'KEYS' columns).

When I tried to filter the KEYS Column only the key comes up and not the
person's name. I have tried to group them but that did not work, as well as
auto outline.

Please Help



Assume your data with labels in A1:C10. Place a key to search for in F4.

First name is given by:
=INDEX($B$1:$B$10,LARGE(N(OFFSET($B$1,0,0,MATCH(F4 ,$C$1:$C$10,0),1)<"")*ROW(INDIRECT("1:"&MATCH(F4, $C$1:$C$10,0))),1))

Last name is given by:
=INDEX($A$1:$A$10,LARGE(N(OFFSET($A$1,0,0,MATCH(F4 ,$C$1:$C$10,0),1)<"")*ROW(INDIRECT("1:"&MATCH(F4, $C$1:$C$10,0))),1))

These are array formulas, so commit by pressing Ctrl+Shift+Enter, not
just Enter.
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
data grouping Suwat Upathambhakul (Thailand) Excel Discussion (Misc queries) 1 April 15th 09 09:35 AM
Grouping data mark Excel Discussion (Misc queries) 1 December 22nd 08 01:25 PM
Grouping data MaR Excel Discussion (Misc queries) 1 July 26th 06 12:01 PM
Grouping Data ForgetMeNot Excel Worksheet Functions 1 March 23rd 06 01:18 PM
grouping data Carl Hilton Excel Worksheet Functions 3 December 16th 05 02:33 AM


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