Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Well it can be done, but can it be done easier?? Right now I'd have to do like this: Code: -------------------- =IF(ISERROR(SEARCH($A28;$C$27));"";$A27)&IF(ISERRO R(SEARCH($A28;$C$26));"";","&$A$26)&IF(ISERROR(SEA RCH($A28;$C$25));"";","&$A$25) -------------------- And repeat that 17 times instead of 3, or 17x2 if I want the D column aswell.. Is there some easier way to do it as a function?? -- Ruatha ------------------------------------------------------------------------ Ruatha's Profile: http://www.excelforum.com/member.php...o&userid=31083 View this thread: http://www.excelforum.com/showthread...hreadid=549423 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is there any way of searching for duplicate cells? | Excel Discussion (Misc queries) | |||
how do i protect cells in a shared worksheet | Excel Discussion (Misc queries) | |||
Display first, second, etc Nonblank Cells in a Range | Excel Worksheet Functions | |||
Convert data type of cells to Text,Number,Date and Time | Excel Worksheet Functions | |||
copy group of cells to another group of cells using "IF" in third | Excel Worksheet Functions |