Thread
: [Solved]
Combining several cells data into one single cell
View Single Post
01-05-2017, 06:36 AM
gebobs
Windows 7 64bit
Office 2010 64bit
Expert
Join Date: Mar 2014
Location: Atlanta
Posts: 837
Code:
=if(A1=1,1,0)&if(B1=1,1,0)& ... &if(J1=1,1,0)
gebobs
View Public Profile
Find all posts by gebobs