Sunday, March 6, 2016

Relative vs. Absolute References in Excell


  • There are two types of cell references: relative and absolute
  • Relative and absolute references behave differently when copied and filled to other cells. 
  • Relative references change when a formula is copied to another cell. Absolute references, on the other hand, remain constant, no matter where they are copied.

So what is the difference between relative and absolute references?

When you say a reference is relative, you are telling excel to adjust that reference in formulas based on where you move or copy the formula. For eg. if you have a formula in cell B1 as =a1*2 and now if you copy paste this in another cell, lets say, C1, the new formula would read like =b1*2
absolute cell referencesWhen you say a reference is absolute, you are telling excel not to adjust that reference in formulas when you move or copy them.

Switching between relative and absolute references:

while editing the formula you can use F4 function key to change the 
reference of a cell on which cursor is focused. By pressing F4, excel switches the references between relative (A2), absolute ($A$2), relative column & absolute row (A$2) and absolute column & relative row ($A2).

In other words :

 Understanding the difference between relative, absolute and mixed reference, and you are on your way to success.

Saturday, December 5, 2015

Summarize only filtered values using SUBTOTAL & AGGREGATE formulas

We all know the good old SUM() formula. It can sum up values in a range. But what if you want to sum up only filtered values in a range? SUM() doesn’t care if a value is filtered or not. It just sums up the numbers. But there are other formulas that can pay attention to the filters. Let’s learn about them.

What is VLOOKUP Formula & How to use it?

Learning VLOOKUP formulas will change your basic approach towards data. You will suddenly feel that you have discovered a superman cape in your attic. It is that real awesome.

What does VLOOKUP really do?

Imagine you have a list of data like this:

Now, how do you answer the question – “How many sales did Jimmy make?
Yes, your guess is right. VLOOKUP is one of the formulas you can use to answer questions like this.
VLOOKUP searches a list for a value in left most column and returns corresponding value from adjacent columns.
So, in our case, we need VLOOKUP to search for Jimmy and return the amount of sales he made from column 3.

VLOOKUP Syntax:

The syntax of VLOOKUP is simple:
=VLOOKUP( this value, your data table, column number, optional is your table sorted?)

How Will You Benefit From Learning Exel?


Excel Shortcuts for PC & Mac


Excel - Pivot Tables & Charts


Friday, December 4, 2015

Multiply using PasteSpecial

This post will help you learn a smarter way to multiply a range of data with a single number. For example below in Column A we have 5 products and column B contains their corresponding price.




Now if you want to multiply the price by say 10%. You can do that smartly,  using the method I am going tell.  Enter 1.1 into any blank cell (like D1)


Select the cell and choose Edit, Copy. Select the range of values and choose Edit, Paste Special.

Choose the Multiply option and click OK.


Delete the cell that contains the 1.1.  Your final result will look like this.