Thread
:
Add only first numbers in each cell
View Single Post
05-22-2017, 04:15 AM
xor
Windows 10
Office 2016
Expert
Join Date: Oct 2015
Posts: 1,101
If you want a formula, try
=SUM(--(MID(A1:A4;1;FIND(" ";A1:A4)-1)))
which must be committed by holding down Ctrl and Shift before pressing Enter (array formula)
xor
View Public Profile
Find all posts by xor