Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm trying to set up a formula which will contactenate the contents of 6 or 7
cells. I would like to be able to skip any blank values. Using the following formula: =a1&", "&b1&", "c1&", "&d1&", "&e1&", "&f1 Assuming cell b1, d1, and e1 were left blank, I would get the following: Ann, , Cathy, , , Frank What I want to see is: Ann, Cathy, Frank Can anyone give me any ideas on how to go about this? Soma104 |