BLACK FRIDAY SALE IS LIVE.
GET OUR PROFESSIONAL VBA TEMPLATES (UpTo 65% Discount) Click here
GET OUR PROFESSIONAL VBA TEMPLATES (UpTo 65% Discount) Click here
AVERAGE function is used to get the average of numbers. Function applies formula i.e. average = Sum of all values / (Divided by) number of items
AVERAGE Function has one required argument i.e. number1, and optional argument i.e. [number2].
=AVERAGE(number1,[number2],...)
number1 argument is used to number value/cell reference/range for which average is required
[number2] argument is used to another number value value/cell reference/range
… means, we can add multiple value/cell reference/range by separating them with comma ( , )
Don’t forget to leave your valuable comments!
If you liked this article and want to learn more similar tricks, please Subscribe us or follow us on Social Media by clicking below buttons:
ROWS function is used to get the total count of rows in an array or in cells range in an excel worksheet.
INDIRECT function is used to convert the text/string into cell reference. Function provides output as the value of that cell reference.
ROW function is used to get the row reference number of the excel worksheet. ROW Function has only one argument i.e. reference,
VBA Code to Count Color Cells With Conditional Formatting Have you ever got into situation in office where you need to count the cells with specific color in conditional formatted Excel sheet? If yes then…
TRIM function is used to remove the additional spaces (i.e. spaces before/after/between the words) except for single space between words.
How to count words in Excel using the LEN function along with other Excel functions. It also gives formulas for counting words or text, whether case-sensitive or not, in a cell or range.