

Formula '=C3*H$3' says that we want Column H relative reference but Row 3 absolute reference.Mixed cell reference is the combination of Relateive and Absolute cell reference. Now, if you copy-paste this to E4 and E5, you would have got '=C4*H4' and '=C5*H5' respectively and that will result in wrong value.

So your formula would have been '=C3*H3'. Now, assume that instead of giving Absolute reerence to H3 cell, you would have given Relative reference in the E3 cell. If we copy this formula to E4 and E5 column then we get the correct value. This will calculate the 15% of 100 and write into E3 cell. Notice the '$' symbol before column and row names. Absolute reference of row and column is given by prefixing '$' symbol before row and column name. We have specified 'Vat Rate' in H3 cell and wrote '=C3*$H$3' to E3 cell. Below example show VAT% in E column and that is the 0.15 of the Rate. Generally, absolute cell reference in formula is given to that cell whose value is constant. You would notice that even if we have just copied and pasted the formula to other cells, Excel basically takes the relative reference of it's left side cells and write value correct value into these cells. Now copy (either by dragging or copying) this formula to other cells (E4, E5). Write '=D3*C3' in E3 cell, this simply multiply the values of these cells and write. The default cell reference in Excel is relative reference. It is used to refer a particular cell in the spreadsheet. What is cell reference in Excel?Ĭell reference is the name of a cell made by combining column and row names. In this post, we shall learn about different types of Cell references to be used in formulas. In previous post, we learnt about Functions and Formulas in Excel.
