Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am trying to get a lookup to return multiple text values. My data looks like this: Mike Bob Sue Chicago x x Cleveland x x New York x Miami x and I want to summarize the data in another spreadsheet in 1 cell like: Sue's Trips, Chicago, Miami. I could do this in multiple columns but I want to avoid rows. I also hope to avoid pivot tables because of the way my data is stored. I have tried lookups and array formula's: This array formulae is the closest I can get and will work to add numbers, but it will not work for text cells. (returns only first instance or nothing) =SUM(IF($F$59:$F$63="x",$E$59:$E$63,"")) Please help! :-) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lookup Values, return multiple. | Excel Worksheet Functions | |||
Lookup one value, return multiple values, | Excel Worksheet Functions | |||
LOOKUP TO RETURN MULTIPLE VALUES | Excel Discussion (Misc queries) | |||
Lookup one value and return multiple corresponding values | Excel Discussion (Misc queries) | |||
lookup and return multiple values | Excel Discussion (Misc queries) |