If you have your \$20000 in column A you could try (in a helper column):
=SUBSTITUTE(SUBSTITUTE(A1;"\$";"");CHAR(160);"")*1
and copy downwards as far as needed and use your own formula on that helper column.
If that doesn't help maybe you could attach a workbook with some representative data.
|