Excel conditional cell merge

S

Sandip Dalvi

Hi,
How we can merge rage of cell based on a condition may be in fourmula or
using macro
Regards
Sandip
 
M

Max

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
 
Top