ُEXB0001 Starting excel tutorial from scratch
How to start working with Microsoft Excel?
If you are new to Microsoft Excel, then it is the right place to start...
lets go
Excel file is called a workbook , each book is consisting of sheets , each sheet contains a matrix of boxes called Cells.
each cell is an intersection of column and a row, and the cell's name is decided based on that intersection
for example, if the located in Column "A" and row "5",
then the cell name is A5
--------------------------------------------
Each cell in excel has what I can call a dual nature, each cell contains an inside "formula" and outside output "result". the default for the cell to present its result , you can still able to see the excel formula inside the cell either by double clicking the cell (or F2) ,or go to the formula bar (usually located on the top of the screen with [𝑓x] sign).
For example:
Cell A1 could have the value 5 , but if you look to the formula bar , it shows =3+2 in it.
that would give us a hint of our next step which is:
How to make a formula in Excel?
Just go to the desired cell and start your formula by the equal sign (=) and continue your equation.
It goes like the formula we just did it, you can also modify it to any mathematical operation as long as you know the signs in Excel ( usually is the same like outside excel , and if you are familiar with the computer world or have a programming background, you would definitely know them), for example:
- Addition +
- Subtraction -
- Multiplication *
- Division /
- Power ^