Excel conditional cell merge

  • Thread starter Thread starter Sandip Dalvi
  • Start date Start date
S

Sandip Dalvi

Hi,
How we can merge rage of cell based on a condition may be in fourmula or
using macro
Regards
Sandip
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top