Thread
:
Conditional concatenation and commas
View Single Post
#
2
Posted to microsoft.public.excel.programming
[email protected]
[_2_]
external usenet poster
Posts: 8
Conditional concatenation and commas
BC: Try this:
=IF(OR(ISBLANK(B1),ISBLANK(C1)),CONCATENATE(B1,C1) ,CONCATENATE(B1,",",C1))
Mark
Reply With Quote
[email protected]
[_2_]
View Public Profile
Find all posts by
[email protected]
[_2_]