Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a formula in Col G (=IF($F$1:$F$15<"",C1,"")
that is currenlty producing: I'd like to concatenate the 3 text items in Col G in abc order according to Col F. Can that be done? F G 1 a 1234-5678(2)H 6 c 502/6-8500 12 b 9876 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Do you mean
=INDEXG1:G6,MATCH("a",F1:F6,0))&INDEXG1:G6,MATCH(" b",F1:F6,0))&INDEXG1:G6,MATCH("c",F1:F6,0)) -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Jim May" wrote in message ... I have a formula in Col G (=IF($F$1:$F$15<"",C1,"") that is currenlty producing: I'd like to concatenate the 3 text items in Col G in abc order according to Col F. Can that be done? F G 1 a 1234-5678(2)H 6 c 502/6-8500 12 b 9876 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
split post code (zip code) out of cell that includes full address | Excel Discussion (Misc queries) | |||
Shorten code to apply to all sheets except a few, instead of individually naming them, and later adding to code. | Excel Programming | |||
Protect Sheet with code, but then code will not Paste error. How do i get around this. Please read for explainations.... | Excel Programming | |||
Excel code convert to Access code - Concat & eliminate duplicates | Excel Programming |