Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I need some help creating a UDF that concatenates a RANGE of cells as follows:- 1. If the cell is BLANK, do not concatenate it 2. If the cell is NOT blank, add a BULLET and SPACE to the start of the text, concatenate it and add a <CR to the end. This is to create a bulleted list of non-blank cells in a range, with a <CR between each entry. so if the range (a single column of data) looks like: <blank hello world <blank <blank more data <blank end <blank I would end up with a text string as follows: — hello world — more data — end Can anyone please help? Many Thanks in advance... NR |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to concatenate D1:D64? | Excel Discussion (Misc queries) | |||
concatenate | Excel Worksheet Functions | |||
Concatenate | Excel Discussion (Misc queries) | |||
Concatenate | Excel Worksheet Functions | |||
I know how to concatenate ,can one de-concatenate to split date? | New Users to Excel |