Traducir el blog
My new Excel calculator
🔝To translate this blog post to your language, select it in the top left Google box.
NOTICE: This calculator is designed for educational purposes and personal use. It is not a professional calculator and is provided “AS IS”, without guarantees or responsibilities on the part of the author of this blog. This means that the user assumes all risks associated with the use of this calculator.
My new Excel calculator is based on one I made 12 years ago.
In these two articles I explain the most relevant characteristics of the old calculator, that will help to understand how the new calculator is made:
This last article is in the TOP 5, since it has received more than 31,000 visits, being the fourth of the most visited articles on my blog.
This is the image of my new calculator made in Excel. If you want one, download it below.
The main features of this new calculator made in Excel are:
A) The pressing of the keys by 3 methods:
1) Using the virtual keyboard, being unchecked the Tooltips, a macro is called that detects the key being pressed. It is the elementary method, since all the keys call the same macro.
2) Using the virtual keyboard, being checked the Tooltips, creating the keyboard adds a different hyperlink for each key, using the method: Hyperlinks.Add. It is a more sophisticated method, since each key has a cell associated with it, that is selected with the hyperlink, and the selected cell change event launches the macro that detects the key pressed.
3) Using the physical keyboard, by pressing keys shown in parentheses when you hover over a key, bringing up the information in a Tooltip. For example, with the key 10^x it appears: Ten raised to x (SHIFT+X), so the physical key is the uppercase X. It is the most elaborate method, since a macro has been created for each key, which is called with the method: Application.OnKey
B) The dynamic creation of the calculator keys in 3 cases:
1) When changing the type of calculator, the actual keys are deleted and the new keys of the selected calculator are created. Initially there are 8 calculators in addition to the number 0 that serves as a presentation and help.
2) By checking or unchecking Tooltips, because it is necessary to create or eliminate the hyperlinks of each key.
3) When switching languages, if are checked the Tooltips, because the hyperlinks of each key must be created in the selected language.
C) Customizing calculator keys and recording a new one in 5 steps:
1) Select one of the existing calculators.
2) Disable the physical keyboard to be able to clear the keys with the key: Delete
3) Select and delete the keys that will not appear in the new calculator.
4) Change the size and position of customized keys.
5) Save the new calculator by typing a descriptive name.
D) The 8 features that make this new version of my calculator unique:
1) It is made in Excel with VBA macros, being compatible with desktop versions, from Excel 2010 to Excel for Microsoft 365.
2) Calculation results are viewed in a seven-segment display, being able to easily choose its color, by clicking on one of the colors in row 1.
3) You can see how each key is dynamically created when you change the calculator type, by checking: Floating.
4) The calculator is translated into 6 languages, being able to add more languages.
5) It is a touch calculator, if the screen is touch screen, being able to hide key groups by clicking on the below keys.
6) With 4 new keys to change the Zoom, making the calculator bigger or smaller.
7) With a new date and time key, with the year represented by: yyyy, in 3 different date formats:
- With the year ahead según ISO 8601: yyyy.mm.dd hh:mm:ss
- With the month ahead: mm.dd.yyyy hh:mm:ss
- With the day ahead: dd.mm.yyyy hh:mm:ss
8) It is a scientific calculator in Floating-point arithmetic. It is the main innovation of this new version, since the old calculator only operated in Fixed-point arithmetic, being able to operate the new calculator with very small or very large numbers, like the one that appears in this image:
For numbers in scientific notation the notation E is used, with the same limits of the VBA language for the double data type:
- -1.79769313486231E308 to -4.94065645841247E-324 for negative values
- 4.94065645841247E-324 to 1.79769313486232E308 for positive values
If during any calculation these limits are exceeded, an overflow appears represented as: -E-
If the exponent is positive, it is represented only with the letter E, for example: 4.E3 is equivalent to 4x10^3
If the exponent is negative, it is represented by the letter E and the minus sign, for example: -2.E-3, equals -2x10^-3
In this video-tutorial I explain how to use this new calculator.
Select the captions in your language to understand the video-tutorial.
Download version 5.0 from this link:
The downloaded file's macros are blocked by default. To unlock the macros you must modify the Properties of the file following these instructions:
Open the file and press the button: Enable editing when the PROTECTED VIEW notice appears.
Press the button: Enable content when the WARNING appears SECURITY Macros have been disabled
The sheets are protected without a password and the VBA project is not protected, so you can study and analyze all the code. You can even modify it respecting the license:
Creative Commons — Attribution-NonCommercial-ShareAlike 3.0 Unported (CC BY-NC-SA 3.0)
I accept criticism and suggestions if you use and try this new calculator.
To improve this calculator I need to know its bugs, its deficiencies and their possible improvements and, if you give me feedback, I will thank you and I will commit to improve the calculator in future versions during the next few years, I don't expect so many to pass...
And so I finish the series of 4 articles on keyboards and their keys, which I have been publishing for more than a month, and which you can find at this link:
Mi lista de blogs
-
Crea un Punto de Venta en Excel con Controles de Formulario y Macros - Si alguien te dijera que puedes construir un sistema de punto de venta en Excel — con listas, botones, base […] The post Crea un Punto de Venta en Excel ...Hace 1 día
-
ELIMINAR ELEMENTOS DE UNA LISTA DE SHAREPOINT USANDO AUTOMATE - Hoy el flujo trata de un borrado selectivo de elementos en una lista de SharePoint usando Power Automate. La clave está en que no eliminamos … La entrad...Hace 1 día
-
Cómputo Métrico de Vigas en Excel: Planilla Gratis para Hormigón Armado - ¿Necesitas calcular el material exacto de las vigas de tu proyecto en minutos y no en horas? En este artículo te compartimos una planilla Excel gratuita pa...Hace 2 días
-
PA2 - Programación por Pares vs Programación Asistida - 🔝*To translate this blog post to your language, select it in the top left Google box. * Sigue todo lo que escribo sobre *Programación Asistida* desde...Hace 3 días
-
Scipy-statistics with all distributions - Following the previous post the Scipy statistics functions have been updated to include all the distributions, including the discrete distributions. The in...Hace 6 días
-
Power Pivot en Excel primeros pasos - Empezar a conocer Power Pivot en Excel En este artículo te voy a contar sobre qué es Power Pivot en Excel y algunas de las acciones que puedes realizar c...Hace 6 días
-
Funciones definidas para tipos de números (1) - *Introducción* En algunos cálculos se desea poder usar funciones definidas del tipo PRIMO(N), PELL(N), que se puedan integrar en expresiones, como 2*PRI...Hace 1 semana
-
-
Mandatory Trainings: Are we doing them? [Data Analysis Challenge – 002] - This week, let’s try something new. I have a spreadsheet challenge for you. Solve it, post your answers by leaving a comment. No cheating or no AI help o...Hace 3 semanas
-
📒 Cómo separar textos dentro de una misma columna y agrupar fechas y horas con Power Query en Excel 💪🏽 - 📒 Cómo separar textos dentro de una misma columna y agrupar fechas y horas con Power Query en Excel 💪🏽 En muchos escenarios de análisis de datos, especi...Hace 4 meses
-
9 Interesting Examples With PY Function in Microsoft Excel - These are the most interesting PY function tasks in Microsoft Excel that’ll surely make you a fan! The PY function in Microsoft Excel opens up an exciting ...Hace 4 meses
-
Build a Daily Events Calendar in Excel - Use my Excel events calendar to track meetings and events inside a workbook. Add your upcoming events to a list, set a start date, and then see those items...Hace 5 meses
-
Mostrar datos de dos celdas en un cuadro de texto de Microsoft Excel - En Microsoft Excel es posible vincular el contenido de una celda a un cuadro de texto o a una forma. Vincular contenido de cuadro de texto a valor de cel...Hace 6 meses
-
Cómo hacer gráficos en Excel - Excel es una de las herramientas más potentes y versátiles para el análisis y la presentación de datos. Los gráficos en Excel no solo ayudan a visualizar...Hace 1 año
-
Fin - Llevo tiempo pensando esta entrada y no sé que decir. Analisis y Decisión nació en 2008 y no ... Leer más »Hace 1 año
-
Análisis DAFO (FODA, DOFA) las decisiones con Excel - Para conocer la situación de una empresa, proyecto o persona, recurrimos al análisis DAFO (FODA, DOFA) en la toma de decisiones con Excel. El los años sese...Hace 1 año
-
Color, Conditions, and Copilot: How to save time using conditional formatting with Copilot in Excel - Hi everyone, this is part 11 in a series of posts to show you some of the things that are possible to do with Copilot in Excel. *What is conditional f...Hace 1 año
-
How To Predict Bearing Life With Excel - When you work in mechanical engineering, understanding the reliability and performance of bearings under various conditions is crucial. Bearings are the co...Hace 1 año
-
TikTok’s search evolution - 2 in 5 Americans use TikTok as a search engine. Nearly 1 in 10 Gen Zers are more likely to rely on TikTok than Google as a search engine. More than half of...Hace 2 años
-
Unblocking and Enabling Macros - When Windows detects that a file has come from a computer other than the one you're using, it marks the file as coming from the web, and blocks the file....Hace 3 años
-
-
-
La importancia de saber mecanografía en 2022 - [image: Resultado de imagen de mecanografía viñeta escribiendo a máquina] Según la RAE, la mecanografía es el arte de escribir a máquina. Hace unos cuantos...Hace 4 años
-
London Excel Meetup Workbooks - The workbooks used in my presentation on “Analytical and Interactive Dashboards in Excel” at the London Excel Meetup, September 3, 2020Hace 5 años
-
Cálculo de jornada que termina al día siguiente (Power Query) y despedida - [image: Cálculo de jornada que termina al día siguiente (Power Query) y despedida]Hace 6 años
-
International Keyboard Shortcut Day 2019 - The first Wednesday of every November is International Keyboard Shortcut Day. This Wednesday, people from all over the world will become far less efficient...Hace 6 años
-
Welcome, Prashanth! - Last March, I shared that we were starting to look for a new CEO for Stack Overflow. We were looking for that rare combination of someone who… Read more "W...Hace 6 años
-
Visualize parts and whole - combine clustered column and stacked column charts - *Inga: Disa what?* *Igor: -ppeared.* by The FrankensTeam ------------------------------ Really it was 3 years ago we posted our last article? *Freddy: Th...Hace 7 años
-
Salvador Sostres, analfabeto profesional - Los nuevos tiempos traen nuevas profesiones. Internet, además, ha revolucionado el mundo del periodismo y la palabra escrita. Adaptarse o morir, ese es el ...Hace 8 años
-
Planificación de compras - Realizar una lista con los productos que necesitamos y que formarán parte de nuestra cesta de la compra nos ayuda a *encontrar la combinación de bienes p...Hace 13 años
-
-
-
-
-
-
-
-
-






No Response to "My new Excel calculator"
Leave A Reply
Comenta este artículo, critícalo o avisa si detectas algún error que haya que corregir.