Wednesday, 25 July 2018

Basic Excel Formula

Basic Excel Formulas Guide

Mastering the basic Excel formulas is critical for beginners to become highly proficient in financial analysis. Microsoft Excel is considered the industry standard piece of software for data analysis. Microsoft’s spreadsheet program also happens to be one of the most preferred software by investment bankers and financial analyst in data processing, financial modeling, and presentation. This guide will provide an overview.

1) SUM

In Excel, a formula is an expression that operates on values in a range of cells or a cell. For example, =B1+B2+B3, which finds the sum of the range of values from cell B1 to Cell B3.

Functions are predefined formulas in Excel. They eliminate laborious manual entry of formulas while giving them human-friendly names. For example: =SUM(B1:B3). The function sums all the values from B1 to B3.


     

  Shortcut Key for SUM = Alt + =   (please try)

Shortcut Keys Can save your time & effort.


2) AVERAGE

The AVERAGE function should remind you of simple averages of data such as the average number of shareholders in a given shareholding pool.
=AVERAGE(number1, [number2], …)

Example:
=AVERAGE(B1: B10) – Shows a simple average
2,4,8,6,10
1st we have to add them
=2+4+8+6+10
=30
2nd we have to divide by number, there are 5 number so we will divide by 5 if there is 4 number we will divide by 4 so on and so for.
if you are using AVERAGE Function you don't need to all these simply you can add function and you will get the results.


3) COUNT
The COUNT function counts all cells in a given range that contains only numeric values.
=COUNT(value1, [value2], …)
Example:
COUNT(A:A) – Counts all values that are numerical in A column. However, it doesn’t use the same formula to count rows.
COUNT(A1: C1) – Now it can count rows.


You can count rows & column but that's should be number count never count TEXT.
4) COUNTA

Like the COUNT function, COUNTA counts all cells in a given rage. However, it counts all cells regardless of type. That is, unlike COUNT that relies on only numerics, it also counts dates, times, strings, logical values, errors, empty string, or text.
=COUNTA(value1, [value2], …)

Example:
COUNTA(A:A) – Counts all cells in column A regardless of type. However, like COUNT, you can’t use the same formula to count rows.

if the cell is blank it will not include that.

5) TRIM



The TRIM function makes sure your functions do not return errors due to unruly spaces. It ensures that all empty spaces are eliminated. Unlike other functions that can operate on a range of cells, TRIM only operates on a single cell. Therefore, it comes with the downside of adding duplicated data in your spreadsheet.
=TRIM (text)

Example:
TRIM (A4) – Removes empty spaces in the value in cell A4.















Tuesday, 24 July 2018

Hello Everyone,

My name is Shirish  Upadhyay. I m here to teach Some Excel Skills that will help you for daily office routine.

Microsoft Excel
                       Microsoft Excel is a spreadsheet developed by Microsoft for Windows, Android & iOS(MacBook ie Apple). It features calculation, graphing tools, pivot tables, and a macro programming language called Visual Basic for Applications. Excel forms part of Microsoft Office.

Every Organisation need excel for maintaining records, calculation & to do the same work every day.
For eg. every day I have to find out what is my expenses 

Transport 50
Food 80
Extra Exp 40
Mobile Recharge 100

now, this only 4 items but in the organization, there are many more expenses if you want to calculate that you can use excel formula i.e SUM.
SUM is very Basic Formula For Excel.

I am  here to explain you about LOOKUP

LOOKUP
               when you need to look in a single row or column and find a value from the same position in a second row or column.

There are two types of lookup 

VLOOKUP  Vertical lookup

HLOOKUP Horizontal lookup

Basically, VLOOKUP lets you search for specific information in your spreadsheet. For example, if you have a list of products with prices, you could search for the price of a specific item.


to add formula D13
            =VLOOKUP(D12,B2:E10,2,O)

1st step:   D12 because we have to find the marks for sultan
2nd step:  B2:E10 the information is within this data
3rd step:   We have to find the marks for hindi as 2 nd step we have selected from B2 to E10
        hindi was 2 column that's why we have to select 2 if you want marks for maths we have type
          3 instead of 2









Thanks for reading this if you like and want to learn more please contact me my mail id is shirishupadhyay186@gmail.com


Please share as much as you can and give feedback.