Manufacturer's high end manufacturing services are a perfect complement to today's high tech industries.
Whether you're managing around-the-clock production or working on a project...
Learn More
We build machines that set the industry standard for precision and durability...
Learn MoreMaster Your Excel Reports with the SureshAddIns.xla Tool Tired of manually typing out "Rupees Five Thousand Only" for every invoice? If you handle Indian payroll, accounting, or tax filings, you know how tedious it is to format numbers into the Indian currency system. Enter SureshAddIns.xla
(often referred to as Sureshaddin), a lightweight Excel add-in designed to automate these repetitive tasks. What is SureshAddIns.xla?
SureshAddIns is a specialized Excel macro-enabled add-in (.xla) that introduces custom functions to your spreadsheet. Its primary goal is to bridge the gap between standard Excel formatting and the specific requirements of Indian financial reporting, such as the lakh/crore comma system and "amount in words". Key Functions You Need to Know Sureshaddin.xla
Once installed, you can use these three powerful functions just like any standard Excel formula: =INR(Cell_Reference)
: Converts a standard number into the Indian currency format with proper comma placement (e.g., 1,00,000 instead of 100,000). =RSWORDS(Cell_Reference) Master Your Excel Reports with the SureshAddIns
: This is the fan favorite. It instantly converts a numerical value into words in Indian Rupees (e.g., "Rupees One Lakh Twenty Thousand Only"). =REVINR(Cell_Reference)
: A "reverse" function that strips away the Indian formatting and symbols, converting the value back into a raw number so you can perform further calculations. Why Use It? Scan the file with up-to-date antivirus
While modern versions of Excel have improved formatting, the "SpellNumber" functionality still requires manual VBA coding for many users. This add-in provides a "plug-and-play" solution that: Reduces Errors : No more typos when writing out large sums in words. Saves Time : Automates formatting for hundreds of rows in seconds. Professional Polish
: Ensures your invoices and payslips look standardized and professional. How to Get Started To use these tools, you typically download the file and add it via Excel’s
menu (File > Options > Add-ins > Go...). Once checked, the functions become available across your workbooks. Whether you are a tax professional using resources like SimpleTaxIndia
or an HR manager, this tiny file is a must-have in your Excel toolkit. on how to install files in the latest version of Excel?
' Public function callable from a worksheet
Public Function SafeDivide(numerator As Double, denominator As Double) As Variant
On Error GoTo ErrHandler
If denominator = 0 Then
SafeDivide = CVErr(xlErrDiv0)
Else
SafeDivide = numerator / denominator
End If
Exit Function
ErrHandler:
SafeDivide = CVErr(xlErrValue)
End Function
Indicate what kind of machine you are intested in
You can give us a personal manager to make your application
We install the machine with 1 year warranty period
We Are Restocking as Quickly as Possible. Come Back 7/30 to Order, more of These Flavors Inspired by the Places You Call Home!
In modern industrial automation, servo motors are key driving components widely used in various machinery and automation systems. Choosing the right servo motor
There is no significant difference in performance between brush-less geared hub motors and brush-less geared hub motors. We will analyze them from the following
The output torque of a gear motor is a fundamental parameter that defines its ability to perform under various operational conditions.
© 2026 — MyCrossroad
Master Your Excel Reports with the SureshAddIns.xla Tool Tired of manually typing out "Rupees Five Thousand Only" for every invoice? If you handle Indian payroll, accounting, or tax filings, you know how tedious it is to format numbers into the Indian currency system. Enter SureshAddIns.xla
(often referred to as Sureshaddin), a lightweight Excel add-in designed to automate these repetitive tasks. What is SureshAddIns.xla?
SureshAddIns is a specialized Excel macro-enabled add-in (.xla) that introduces custom functions to your spreadsheet. Its primary goal is to bridge the gap between standard Excel formatting and the specific requirements of Indian financial reporting, such as the lakh/crore comma system and "amount in words". Key Functions You Need to Know
Once installed, you can use these three powerful functions just like any standard Excel formula: =INR(Cell_Reference)
: Converts a standard number into the Indian currency format with proper comma placement (e.g., 1,00,000 instead of 100,000). =RSWORDS(Cell_Reference)
: This is the fan favorite. It instantly converts a numerical value into words in Indian Rupees (e.g., "Rupees One Lakh Twenty Thousand Only"). =REVINR(Cell_Reference)
: A "reverse" function that strips away the Indian formatting and symbols, converting the value back into a raw number so you can perform further calculations. Why Use It?
While modern versions of Excel have improved formatting, the "SpellNumber" functionality still requires manual VBA coding for many users. This add-in provides a "plug-and-play" solution that: Reduces Errors : No more typos when writing out large sums in words. Saves Time : Automates formatting for hundreds of rows in seconds. Professional Polish
: Ensures your invoices and payslips look standardized and professional. How to Get Started To use these tools, you typically download the file and add it via Excel’s
menu (File > Options > Add-ins > Go...). Once checked, the functions become available across your workbooks. Whether you are a tax professional using resources like SimpleTaxIndia
or an HR manager, this tiny file is a must-have in your Excel toolkit. on how to install files in the latest version of Excel?
' Public function callable from a worksheet
Public Function SafeDivide(numerator As Double, denominator As Double) As Variant
On Error GoTo ErrHandler
If denominator = 0 Then
SafeDivide = CVErr(xlErrDiv0)
Else
SafeDivide = numerator / denominator
End If
Exit Function
ErrHandler:
SafeDivide = CVErr(xlErrValue)
End Function