Thread: [Solved] Excel Formula help
View Single Post
 
Old 05-02-2016, 11:50 PM
xor xor is offline Windows 10 Office 2016
Expert
 
Join Date: Oct 2015
Posts: 1,100
xor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to all
Default

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.
Reply With Quote