Thread
: [Solved]
Combining several cells data into one single cell
View Single Post
01-05-2017, 11:33 AM
xor
Windows 10
Office 2016
Expert
Join Date: Oct 2015
Posts: 1,101
As an alternative to those using Excel 2016:
=CONCAT(IFERROR(VALUE(A1:A10),0)) (array-entered).
(Can't be used in versions before 2016).
xor
View Public Profile
Find all posts by xor