Skip to main content

Microsoft Excel Formulas and Functions Fast and Easy Way -1

Introduction


Using Formulas and Functions in Microsoft Excel is really a tough job for new students. This is a series of tutorials to make the use of Formulas and Functions in worksheets, easy with various real life example worksheets.
مائیکروسافٹ ایکسل میں فارمولوں اور فنکشنزکا استعمال نئے طلبا کے لیے ہمیشہ سے ایک مسئلہ رہا ہے۔ میری کوشش ہے کہ فارمولا اور فنکشن کا ٹاپک پریکٹیکلی اور پکچرز کے ساتھ تفصیل سے بیان کروں۔

Let,s start.


What is Microsoft Excel?


Microsoft Excel is a popular application software used to manage data in the form of rows and columns and using Excel formulas and built-in Excel functions to perform various calculations on these data. Microsoft Excel is a part of Microsoft Office. We can make different types of worksheets in Excel, for example:
  1. Employee Pay Sheet
  2. Student Test Score Result Sheet with Grades Calculation
  3. Simple Electricity Bill Calculation Formula

What is an Excel Formula?


Excel Formula is a proper combination of operators (like +, -, /, *) and operands. A formula is used to perform different types of calculations and gives result. For example a formula to add numbers in cells A1 and A2 will be typed as =A1+A2.
Note: +, -, / and * are called arithmetic operators in Excel to calculate addition, subtraction, division and multiplication respectively.
Note: A1 and A2 are the Cell References of two cells in worksheet. A1 represents the cell in Row number 1 of Column A Whereas A2 represents the cell in Row number 2 of Column A.
Using Microsoft Excel Formulas and Functions Fast and Easy Way ComputerGap.com Understanding Cell References in Excel -
Using Microsoft Excel Formulas and Functions Fast and Easy Way ComputerGap.com

 What is a Cell Reference?


A Cell Reference is a special Reference Number made by combining Column name and Row Number. Actually a Cell Reference is used to access contents of a cell within a formula. For example, "A1" is an example of Cell Reference. "A" is taken from column name and "1" is taken from Row number. Therefore the intersection cell of column A and Row number 1 is called "A1". Look at the above picture to understand the concept of Cell Reference and how it is made.

How To Use a Cell Reference in a Formula?

Start Microsoft Excel with a new blank workbook. Type 100 in cell A1 and 200 in Cell B1. Now you want to add the two numbers typed in the cell A1 and B1 respectively.

How to enter Excel Formula for Adding two numbers by cell references
How to enter Excel Formula for Adding two numbers by cell references
You must enter a formula using Cell References of both these cells. Every formula in Excel can be started with an equal sign  =. Now type "=" then type cell reference A1. Type + operator ( by pressing Shift and equal to key together ). Now type cell reference B1. Press Enter key. The result of addition will be displayed in cell C1 which is 300.
Result of addition formula using cell references
Result of addition formula using cell references -Using Microsoft Excel Formulas and Functions Fast and Easy Way ComputerGap.com


Comments

Unknown said…
HOW TO BILLING IN SHEET ON EXCEL.PLZ SHOW ME AND DETAIL FORMULA

Popular posts from this blog

Explain different types of storage devices

Topic: Explain different types of storage devices in Computer systems Storage Devices Storage devices are used to store data and instructions permanently. Storage devices are also called secondary storage devices / backing storage devices / external storage devices or auxiliary storage devices. Examples of storage devices include Hard Disk, CD and DVD etc. Why Secondary Storage Devices are Used? Secondary storage devices are used because: Primary memory(RAM) is volatile and temporary. When computer is switched off, all data in ram is erased. Storage devices can store large amounts of data and instructions permanently whereas Primary memory has less capacity of storing data. Types Of Storage Devices There are three main types of storage devices:  Magnetic Tape   Magnetic Disk   Optical Disk   Flash Memory storage devices 1. Magnetic Tape Magnetic tape is the oldest storage device. It is made of plastic coated with m...

Explain Different Types Of Output Devices

Output devices Out put devices are used to display results of processing to the user. They perform the following functions:  Receive results from memory  Convert data into human readable form  Display results to the user Examples include: Monitor, printer, plotter, speaker, and multimedia projector. Different Types of Output Devices 1.    Monitor LCD Monitor CTR Monitor     Monitor is the most commonly used output device used to display results of processing. It has a TV like shape. Pictures on monitor are formed with picture elements called PIXEL. Monitors may be Monochrome that will display results in Black & White. Color Monitors are also available. They display results in multi colors. Monitor produces soft copy output. 2.    Printers Printers are used to produce hard copy out put. They print processing results on paper. Printers are divided into two main categories: · ...

What are Different Types of Input Devices With Examples

Topic: Different types of input devices of a computer system with examples, pictures and explanation:  Topics Covered are: Definition of Input Devices Functions of Input Devices ( How input devices work? ) Examples of Input Devices Pictures / Images of different input devices Different Examples of Input Devices With Description Keybboard Mouse Trach Ball Trackpad Joy Stick Light Pen Microphone Scanner Graphic Tablet ( Digitizer ) Digital Camera Touch Screen ( I/O Device / Dual Device - Perform Both Functions input + Output ) INPUT DEVICES ( Definition ) Input devices are used to enter data and instructions into computer memory from external world. Input Device is a hardware part of the computer that is used to enter data and instructions into computer memory. The examples of input devices include: Keyboard, Mouse , Track ball, Track Pad, Joy stick, Touch Screen, Light pen,   Scanner , Digital Camera, Microphone, Graphics tablet e...