Thread
:
Concatenate Non Blank Cells
View Single Post
#
2
Posted to microsoft.public.excel.programming
Soniya[_4_]
external usenet poster
Posts: 73
Concatenate Non Blank Cells
Range("C1").FormulaR1C1 = _
"=IF(RC1="""","""",CONCATENATE(RC1,""}"",RC2)) "
Reply With Quote
Soniya[_4_]
View Public Profile
Find all posts by Soniya[_4_]