Excel Ticker

Excel Ticker

23. September 2011
by Mourad Louha
0 comments

Excel workbook including the formula translations for 32 languages as a byproduct of the Excel Formula Translator

While implementing the Excel Formula Translator in PHP, I created an Excel workbook including all my translations of the Excel formulas, error codes and arguments of the CELL() and INFO() functions. I thought, it would be a good idea to … Continue reading

22. September 2011
by Mourad Louha
0 comments

Online Excel Formula Translator Version 1.50

I recently released version 1.50 of my free online Excel Formula Translator. The translator can be used to translate both single Excel Formulas and combined complex formulas. For example the formula =PROPER(MID(A1;FIND(“.”;A1)+1;FIND(“@”;A1)-FIND(“.”;A1)-1)) to extract the first and last name from … Continue reading

18. November 2010
by Mourad Louha
8 Comments

Calculation of very large numbers in Excel – Part 5 – Add-In

This article presents my first version of my free Excel Add-In (Version 0.75 Build 151110) for calculating large numbers in Excel. The Add-In (you can download the file at the end of this article) currently implements functions for the addition, … Continue reading

14. November 2010
by Mourad Louha
0 comments

Calculation of very large numbers in Excel – Part 4 – Exponentiation

This fourth part of my article series about the calculation of very large numbers in Excel talks about the exponentiation of two large numbers. If we consider the original problem (see my first article) which was the calculation of 80 … Continue reading