I supposed that you have Total in column D and you have 5000kg as in your
first post and not 5000$.
=SUM(VALUE(LEFT(D811,LEN(D811)-2)))
as an array formula (confirmed with Ctrl+Shift+Enter).
Anyway I suggest in order of easier usage to use pure numbers and to place
measure of unit in the header or in a separate column.
If cell contents are really 5000$, etc. then the formula is
=SUM(VALUE(LEFT(D811,LEN(D811)-1)))
For the cells holding the pack sizes, Format>Cells>Number>Custom> General
"Kg"
Just enter the values in the cell, e.g 500 and it will appear as 500 Kg
For your Totals it is then what you already have
=A2*B2
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.