View Single Post
 
Old 06-09-2017, 01:52 AM
xor xor is offline Windows 10 Office 2016
Expert
 
Join Date: Oct 2015
Posts: 1,100
xor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to all
Default

I understand you already have a regular formula solution, but for others it might be useful to know one possible regular formula:

=SUM(IFERROR(--(0&MID(D4,ROW(INDIRECT("1:"&LEN(D4))),1)),0))

This is an array formula which must be committed by holding down Ctrl and Shift before pressing Enter.
Reply With Quote