In Ms excel there is no any short cut key in the menu bar where you can convert the number in to Text.
For that you need to create a macro then you will be able to convert your words in to text.
If you are not good in coding then wait here i have brought the code in very simple steps by applying this you can convert your number in text.
Working with financial data in Excel often involves more than just numbers—sometimes, you need to present amounts in words for documentation, invoices, cheques, or formal reports. Manually writing numbers like ₹1,25,000.75 as “One Lakh Twenty-Five Thousand and Seventy-Five Paise Only” can be tedious and error-prone, especially when dealing with large datasets.
To simplify this task, we’ve created a powerful Excel macro that automatically converts numeric values into text in Indian Rupee format. This means no more worrying about spelling mistakes, inconsistent formatting, or time-consuming manual entry. Just enter the number in a cell, use the formula, and get a perfectly formatted result like:=ConvertToRupees(A2) → “Rupees One Thousand Two Hundred Fifty and Seventy Five Paise Only”`
This macro is especially useful for accountants, finance professionals, small business owners, and anyone who generates payment documents or reports that require amounts in words. It supports both whole numbers and paise values, formatted in the traditional Indian numbering system—lakhs and crores instead of millions and billions
For example 1250.75 → Rupees One Thousand Two Hundred Fifty and Seventy Five Paise Only.
Step 1- Press ALT + F11 in Excel to open the VBA Editor.
Step 2- Insert a new Module (Insert > Module).
Step 3- Paste the above code.
Step 4- Close the editor.
Step 5- In any cell, use the formula: =ConvertToRupees(A1)
Copy and past given below code (Red Colour) =>
Function ConvertToRupees(ByVal MyNumber)
Dim Rupees, Paise, Temp
Dim DecimalPlace, Count
Dim Place(9) As String
Place(2) = " Thousand "
Place(3) = " Lakh "
Place(4) = " Crore "
ReDim Numbers(0 To 99) As String
Dim i As Integer
Numbers(0) = ""
Numbers(1) = "One"
Numbers(2) = "Two"
Numbers(3) = "Three"
Numbers(4) = "Four"
Numbers(5) = "Five"
Numbers(6) = "Six"
Numbers(7) = "Seven"
Numbers(8) = "Eight"
Numbers(9) = "Nine"
Numbers(10) = "Ten"
Numbers(11) = "Eleven"
Numbers(12) = "Twelve"
Numbers(13) = "Thirteen"
Numbers(14) = "Fourteen"
Numbers(15) = "Fifteen"
Numbers(16) = "Sixteen"
Numbers(17) = "Seventeen"
Numbers(18) = "Eighteen"
Numbers(19) = "Nineteen"
Numbers(20) = "Twenty"
For i = 21 To 99
Select Case i \ 10
Case 2: Temp = "Twenty"
Case 3: Temp = "Thirty"
Case 4: Temp = "Forty"
Case 5: Temp = "Fifty"
Case 6: Temp = "Sixty"
Case 7: Temp = "Seventy"
Case 8: Temp = "Eighty"
Case 9: Temp = "Ninety"
End Select
If i Mod 10 > 0 Then
Temp = Temp & " " & Numbers(i Mod 10)
End If
Numbers(i) = Temp
Next i
MyNumber = Trim(Str(MyNumber))
DecimalPlace = InStr(MyNumber, ".")
If DecimalPlace > 0 Then
Paise = GetTens(Left(Mid(MyNumber, DecimalPlace + 1) & "00", 2), Numbers)
MyNumber = Trim(Left(MyNumber, DecimalPlace - 1))
End If
Count = 1
Do While MyNumber <> ""
Temp = GetHundreds(Right(MyNumber, 2), Numbers)
If Temp <> "" Then Rupees = Temp & Place(Count) & Rupees
If Len(MyNumber) > 2 Then
MyNumber = Left(MyNumber, Len(MyNumber) - 2)
Else
MyNumber = ""
End If
Count = Count + 1
Loop
ConvertToRupees = "Rupees " & Rupees
If Paise <> "" Then
ConvertToRupees = ConvertToRupees & " and " & Paise & " Paise"
End If
ConvertToRupees = ConvertToRupees & " Only"
End Function
Private Function GetHundreds(ByVal MyTens, Numbers)
Dim Result As String
If Val(MyTens) = 0 Then Exit Function
If Len(MyTens) = 1 Then MyTens = "0" & MyTens
If Val(Left(MyTens, 1)) > 0 Then
Result = Numbers(Val(Left(MyTens, 1))) & " Hundred "
End If
If Val(Right(MyTens, 2)) > 0 Then
Result = Result & Numbers(Val(Right(MyTens, 2)))
End If
GetHundreds = Result
End Function
Private Function GetTens(TensText, Numbers)
GetTens = Numbers(Val(TensText))
End Function
You can also refer the below screenshot for easy reference. Press ALT + F11 in Excel to open the VBA Editor. or View Macro

Paste the above code.

Paste the above code.

182942 771313Wow, cool post. Id like to write like this too – taking time and real effort to make a excellent article but I procrastinate too much and never appear to get started. Thanks though. 909405
23916.01435 I want to to inquire somethingis this a wordpress weblog as we are thinking about shifting over to WP. 435464
238242 748846Oh my goodness! an wonderful write-up dude. Thank you Even so My business is experiencing issue with ur rss . Dont know why Unable to subscribe to it. Can there be anyone obtaining identical rss issue? Anybody who knows kindly respond. Thnkx 640778
iwin – nền tảng game bài đổi thưởng uy tín, nơi bạn có thể thử vận may và tận hưởng nhiều tựa game hấp
Tham gia cộng đồng game thủ tại Go88 để trải nghiệm các trò chơi bài, poker phổ biến nhất hiện nay.
Với giao diện mượt mà và ưu đãi hấp dẫn, MM88 là lựa chọn lý tưởng cho các tín đồ giải trí trực tuyến.
Đến với J88, bạn sẽ được trải nghiệm dịch vụ cá cược chuyên nghiệp cùng hàng ngàn sự kiện khuyến mãi độc quyền.
468647 941050What cell phone browser is this web site page optimized for Internet explorer? 107240
Đến với J88, bạn sẽ được trải nghiệm dịch vụ cá cược chuyên nghiệp cùng hàng ngàn sự kiện khuyến mãi độc quyền.
Với giao diện mượt mà và ưu đãi hấp dẫn, MM88 là lựa chọn lý tưởng cho các tín đồ giải trí trực tuyến.
Thanks for sharing. I read many of your blog posts, cool, your blog is very good.
Spotted pgviplogin and thought I’d give it a whirl. The VIP login bit makes you feel a bit special, even if it’s just a gimmick. Games seem alright and the site’s easy enough to get around. Give pgviplogin a bash.
Thank you for your sharing. I am worried that I lack creative ideas. It is your article that makes me full of hope. Thank you. But, I have a question, can you help me? https://accounts.binance.com/register-person?ref=IXBIAFVY
I don’t think the title of your article matches the content lol. Just kidding, mainly because I had some doubts after reading the article.
Kho game khổng lồ hấp dẫn thành viên tham gia tại slot365 login chính thức không thể không kể đến dòng nổ hũ với phần thưởng lên tới hàng tỷ đồng. Tại đây có hàng trăm sản phẩm khác nhau với giao diện, cách chơi khác nhau, đưa tới trải nghiệm thú vị, không bao giờ nhàm chán cho thành viên tham gia. TONY12-15
355583 526229Hmm is anyone else experiencing issues with the images on this weblog loading? Im trying to uncover out if its a issue on my finish or if its the blog. Any responses would be greatly appreciated. 310271
884755 20105Im so happy to read this. This is the type of manual that needs to be given and not the accidental misinformation thats at the other blogs. Appreciate your sharing this greatest doc. 181666
389246 246473An attention-grabbing dialogue is value comment. I believe which you need to write a lot more on this matter, it wont be a taboo topic even so typically individuals are not sufficient to speak on such topics. To the next. Cheers 685770
Heard about 55666 bong88.net from a friend, and I was not disappointed. Registration was quick, and I was playing within minutes. Highly recommended for anyone looking for a new online option. 55666 bong88.net
Looking to partner up with Nesine? Nesinepartner is probably where you start to build your business with promotion codes and stuff, I recommend you to take a look: nesinepartner
I don’t think the title of your article matches the content lol. Just kidding, mainly because I had some doubts after reading the article.
296079 177603I found your weblog on yahoo and can bookmark it currently. carry on the nice function. 369790
561668 419830I gotta favorite this internet site it seems handy . 643786
994532 410015I dugg some of you post as I thought they were handy very beneficial 823523
What up! Heard about JLJL388 so I hopped on. Pretty standard stuff, but the table games were hitting. Might stick around for a bit see if my luck continues. You can find it here jljl388.
Alright, downloaded the BetLabelAPK. Installation was simple, and the app runs smoothly on my phone. Plenty of betting options too. Check it out if you’re into mobile betting. Download the APK here: betlabelapk.
Hey guys, peep JLJL551. It seems like a decent platform overall. Navigation is pretty straightforward. Maybe you’ll have some good luck there! You can find it here jljl551.
661772 881181informatii interesante si utile postate pe blogul dumneavoastra. dar ca si o paranteza , ce parere aveti de inchirierea apartamente vacanta ?. 117098
Thank you for your sharing. I am worried that I lack creative ideas. It is your article that makes me full of hope. Thank you. But, I have a question, can you help me?
I don’t think the title of your article matches the content lol. Just kidding, mainly because I had some doubts after reading the article. https://accounts.binance.info/register-person?ref=IHJUI7TF
I don’t think the title of your article matches the content lol. Just kidding, mainly because I had some doubts after reading the article. https://www.binance.info/en-NG/register?ref=YY80CKRN