View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paulc Paulc is offline
external usenet poster
 
Posts: 19
Default Find the zero(s) and remove from a concatenation

Using XL2000

I have a range A1:E:1 in worksheet1 containing numerical values.
I need to concatenate this range into cell F1 but exclude the cell(s) where
a zero may appear.

Solution needs to function through 50 rows.

Any programatic ideas appreciated.

Thanks, Paul