View Single Post
  #2  
Old December 9th, 2008, 03:19 PM posted to microsoft.public.excel.misc
Max
external usenet poster
 
Posts: 8,574
Default Excel conditional cell merge

Presuming you meant say conditionally concatenate only if cols A and B both
contain numbers, then something like this
In C2: =IF(COUNT(A2:B2)=2,A2&", "&B2,"")
Copy down
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:20,500 Files:365 Subscribers:65
xdemechanik
---
"Sandip Dalvi" wrote:
How we can merge range of cell based on a condition may be in formula or
using macro