Numeric value of Rupees

cslugdog

New Member
Joined
Jun 27, 2005
Messages
45
I am trying to create a formula which will calculate Rupees from USD. However, I cannot find a way to get the formatting correct. The Rupee is typically formatted 10,00,000. While I have seen macros to spell this, I can't find a way to numerically format the result correctly. I realize if I change the Country settings, it will apply to the entire workbook, not just a section of it.
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Try:

""00","00","000"" for 01,23,456 or ""##","00","000"" for 1,23,456
 
Upvote 0
I couldn't get this to work. Excel keeps putting the commas in the thousands position. Any other ideas?
 
Upvote 0
Please give an example of the incorrect result and what you'd like the correct result to look like instead.
 
Upvote 0
In using the custom formatting you previously provided, no matter what I plug in, the number still shows up as 123,456 instead of 1,23,456.
 
Upvote 0
cslugdog

Did you put double quotation marks where required.

e.g.

""##","00","000""

Not

"##","00","000"
 
Upvote 0

Forum statistics

Threads
1,214,791
Messages
6,121,611
Members
449,038
Latest member
apwr

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