Customising a TEXT(Value,"Format") for Indain Currency
I use a particular format for displaying numeric values as money in Indian Rupees with appropriate commas after Thousands and Lakhs..
I have the following two formats to be used in the FORMAT CELL for the Numeric values where Money or Currency has to be displayed..
1. [>9999999]"Rs "#\,##\,##\,##0;[>99999]"Rs "#\,##\,##0;"Rs "#,##0 without dedimal points.
Ex:- 125999 -->> Rs 1,25,999
2. [>9999999]"Rs "#\,##\,##\,##0.00;[>99999]"Rs "#\,##\,##0.00;"Rs "#,##0.00 with decimal points upto 2 decimal places...Ex:- 125999 -->> Rs 1,25,999.00
Now this works fantastically for numeric entries, however I need to use the same format when using in a sentence such as Rs 1,25,999 for the XYZ expense..
So how do I customise the same in the TEXT Function..?
What FORMAT do I use in the TEXT Functions parameter to get the same result using it in a sentence..
Regards
e4excel
Bookmarks