Converts numbers to words in Indian Rupee format.
Fix numbers formatted as text instantly, preventing calculation errors in financial models. 2. Formula and Utility Enhancements
: Converts any number into written textual format adhering strictly to the Indian numbering system.
Integrating Suresh Addins into your existing Revit ecosystem is straightforward:
Suresh Addins (often referred to as SureshAddIns.xla) is a specialized Microsoft Excel extension primarily used by finance professionals and tax consultants in India. It provides custom functions to automate the conversion of numbers into the Indian numbering system (Lakhs and Crores) and into words for invoicing and tax reporting. 1. Key Functions and Usage
Once installed, you can use the function in any cell: =SureshAddin(A1) (assuming the number is in cell A1).
When Excel executes the =INR() format command, it outputs the data string as instead of pure financial values. Because of this change, standard mathematical functions (like =SUM() or =AVERAGE() ) cannot calculate a column of converted INR rows. The =REVINR() function strips away those structural punctuation markers, reverting the cells safely back into real digit strings whenever cross-sheet calculations are required. Step-by-Step Installation Guide for Modern Excel
(it may be password-protected if it is a distributed version). Create a New Module : Right-click the project, select . This is where you will write your new feature's code. Write the Function
Note: Because Suresh Addins is often distributed via personal blogs or file-sharing sites (rather than the Microsoft AppSource), users must be careful about downloading malware.