Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi all, l have like this:
date 1 date 2 date 3 john dc nc mary nc nc peter dc of carl of dc I want to list in a cell names on a particular date with same value. example for date 1 john and peter will appear in cell f3 like this john, peter, tq |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I think you need to use a new function called StringConcat. It's a
UserDefinedFunction written by C. Pearson. This site explains it: http://www.cpearson.com/excel/stringconcatenation.aspx Here is a sample workbook online where I used this function with an IF= function, which is what you want to do: http://www.excelforum.com/attachment...ringconcat.xls Hope that help. -- "Actually, I *am* a rocket scientist." -- JB Your feedback is appreciated, click YES if this post helped you. "faeiz2" wrote: Hi all, l have like this: date 1 date 2 date 3 john dc nc mary nc nc peter dc of carl of dc I want to list in a cell names on a particular date with same value. example for date 1 john and peter will appear in cell f3 like this john, peter, tq |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Generate a List By a Condition | Excel Discussion (Misc queries) | |||
Dropdown list with a condition | Excel Discussion (Misc queries) | |||
list text from a cell if condition met | Excel Discussion (Misc queries) | |||
How can I place a condition on a list? | Excel Discussion (Misc queries) | |||
Building list based on condition | Excel Worksheet Functions |