Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Stan Altshuller
 
Posts: n/a
Default return groups of components

Hi All,

I have a challenging (for me) problem in excel.
I have a spreadsheet with names of groups running across (row 2:2)
running down column B:B I have names of components.

I would like to have a function for each component, returning the groups
that the componnent is in.

EX: (in my spread sheet the X is actually a number)

Group: round animal fruit solid
component:

apple X X
pear X
pig X
tree
rock X

So I would like to have a function look across the matrix for apple and have
F(apple) return: Round, Fruit

Anyhelp or ideas are GREATLY appreciated and thanks so much in advance!!

Stan


  #2   Report Post  
Stan Altshuller
 
Posts: n/a
Default

Can this even be done??
Please someone help!! :]

"Stan Altshuller" wrote in message
...
Hi All,

I have a challenging (for me) problem in excel.
I have a spreadsheet with names of groups running across (row 2:2)
running down column B:B I have names of components.

I would like to have a function for each component, returning the groups
that the componnent is in.

EX: (in my spread sheet the X is actually a number)

Group: round animal fruit solid
component:

apple X X
pear X
pig X
tree
rock X

So I would like to have a function look across the matrix for apple and

have
F(apple) return: Round, Fruit

Anyhelp or ideas are GREATLY appreciated and thanks so much in advance!!

Stan




  #3   Report Post  
Bob Tarburton
 
Posts: n/a
Default

Try this (assuming "apple" is in B4 and "round" is in C2)
In G4 =trim(if(c4="","",c$2)&" "&if(d4="","",d$2)&"
"&if(e4="","",e$2)&" "&if(c4="","",e$2))

You might have to change c4="", d4="", etc to something like
OR(c4="",c4=0)
etc
depending on what other thatn a number you might have in the cells
that are not "X" in this example

On Wed, 20 Apr 2005 10:56:18 -0400, "Stan Altshuller"
wrote:

Can this even be done??
Please someone help!! :]

"Stan Altshuller" wrote in message
...
Hi All,

I have a challenging (for me) problem in excel.
I have a spreadsheet with names of groups running across (row 2:2)
running down column B:B I have names of components.

I would like to have a function for each component, returning the groups
that the componnent is in.

EX: (in my spread sheet the X is actually a number)

Group: round animal fruit solid
component:

apple X X
pear X
pig X
tree
rock X

So I would like to have a function look across the matrix for apple and

have
F(apple) return: Round, Fruit

Anyhelp or ideas are GREATLY appreciated and thanks so much in advance!!

Stan




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
if the value of a cell in a range is not blank, then return the v. kvail Excel Worksheet Functions 2 April 8th 05 10:07 PM
How do I return dynamic lists? liciakay Excel Worksheet Functions 1 March 30th 05 08:22 AM
Return lowest quantity Pat Excel Worksheet Functions 2 March 8th 05 09:59 PM
Can VLOOKUP return multiple answers based on several identical lo. jddtct Excel Worksheet Functions 3 January 11th 05 07:03 AM
how do i view all groups under excel in google groups JulieD Excel Discussion (Misc queries) 2 December 16th 04 04:33 PM


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