Extracting pence value from a currency

maknae

New Member
Joined
Oct 6, 2021
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hello,

I'm hoping someone could help, I need to be able to extract the pence from a currency, I thought it could be done by using RIGHT, however it doesn't work when there's no pence. Is there another method that can help me?

Any help would be greatly appreciated!

Thanks

1633540994087.png
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
Another option
Excel Formula:
=MOD(A2,1)*100
 
Upvote 0
Solution
Book5.xlsx
AB
153.800.8
266.830.83
349.010.01
432.960.96
591.640.64
682.220.22
737.110.11
836.540.54
955.010.01
101.700.7
1111.300.3
1264.980.98
1354.500.5
1461.750.75
1571.340.34
1625.760.76
1748.190.19
1834.870.87
1924.440.44
2012.350.35
Sheet4
Cell Formulas
RangeFormula
A1:A20A1=TEXT(RANDARRAY(20,,1,99),"#,##0.00")
B1:B20B1=A1-INT(A1)
Dynamic array formulas.
Another option
Excel Formula:
=MOD(A2,1)*100

Thank you both! Saved me hours if I thought to ask sooner
 
Upvote 0
Glad we could help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,863
Messages
6,121,978
Members
449,058
Latest member
oculus

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