Thread
:
Sum delimited values in cell
View Single Post
#
1
Andy Brown
Posts: n/a
Sum delimited values in cell
If I have "0.120;0.140;0.200" in a cell, is it possible to get the sum of
the values with a formula (NB: not code)?
=INDIRECT("="&SUBSTITUTE(A1,";","+")) just equals #REF!
TIA,
Andy
Reply With Quote