Summing within a Cell

  • Thread starter Thread starter Frank Price
  • Start date Start date
F

Frank Price

Hi,

I have some cells that look like this:

$10 red
$4 Blue
$13 Silver

Is there a way to sum the dollar values while ignoring the text?

Thanks,

Tom
 
One way ..

Assuming source data in A2:A4

Put in say, A1:
=SUMPRODUCT(--MID(A2:A4,2,SEARCH(" ",A2:A4)-1))

Note that source data is assumed representative (as posted) throughout the
range to be summed, otherwise we'd get #VALUE!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top