View Single Post
  #1   Report Post  
Andy Brown
 
Posts: n/a
Default 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