0% found this document useful (0 votes)
8 views

Concepts

Uploaded by

chopra87
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

Concepts

Uploaded by

chopra87
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Relative Reference and Obsolete Ref.

An absolute reference is designated in a formula by the addition of a dollar sign ($) before the
column and row. If it precedes the column or row (but not both), it's known as a mixed
reference.

By default, all cell references are relative references. When copied across multiple cells, they
change based on the relative position of rows and columns. For example, if you copy the
formula =A1+B1 from row 1 to row 2, the formula will become =A2+B2. Relative references
are especially convenient whenever you need to repeat the same calculation across multiple
rows or columns.

Average and round function in excel


=ROUND(AVERAGE(B6:B9),0)
In the formula =ROUND(AVERAGE(B6:B9),0), the B6:B9is the range you want to calculate
the average, and 1 means you want to round the average to only one decimal place, and you
can change them based on your needs. (2) For rounding up the average, please apply this
formula =ROUNDUP(AVERAGE(B6:B9),1)
Vlookup

You might also like