Filter Currency wise amount

helpexce

Board Regular
Joined
Oct 30, 2013
Messages
109
How can I filter a list of numbers in different currency e.g. in $, eur, yen for amounts with one or more currency?
 
Last edited:

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
you could try a cutom filter that contains $ or £ etc
 
Upvote 0
The contains option in custom filter doesn't help. Can you please suggest me with any other option?

As the $ or euro symbol is just an display, i think it need something different.
 
Upvote 0
then i think you need a helper cell, that says =left(A1,1) pointing at the cell with the money value and you can filter on the sign
 
Upvote 0
It doesn't help too. The amounts are numbers and not text and in currency format. Can you please help me find a solution to this? Thanx.
 
Last edited:
Upvote 0
Amount
$ 123.00

<tbody>
</tbody>
£ 125.00

<tbody>
</tbody>
€ 124.00

<tbody>
</tbody>
¥128.00
$129.00
€130.00

<tbody>
</tbody>
$131.00

<tbody>
</tbody>

I could not remove the boxes inside the table. Sorry for that.
How can I apply filter so that it displays only values with the currency/ies i need.
Please help. Thanks in advance.
 
Upvote 0
Upvote 0
Thank You Harry Flashman. It worked as I needed.
But I have a question. Why doesn't a left worksheet function work but a left function in vba does?
Thanks again.

Regards,
 
Upvote 0

Forum statistics

Threads
1,214,835
Messages
6,121,880
Members
449,057
Latest member
Moo4247

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top