Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

10 Excel Functions That ACCOUNTERS Often Use

Learn how to 10 Excel Functions That with clear steps, useful examples, and practical tips. Complete the task correctly and avoid common mistakes.

Table of Contents

This updated guide explains how to 10 Excel Functions That ACCOUNTERS Often Use through clear steps, practical examples, and important checks that help prevent common errors.

1. SUMMER, AVERAGE

10 Excel Functions That ACCOUNTERS Often Use — 1. SUMMER, AVERAGE screenshot 1

SUMMER, AVERAGE

  • Syntax: = SUM (number 1, number 2,., number or range of data)

Meaning: A function to sum values

Example

For example: = SUM (4,5,1) ? Result = 10

  • Syntax: = AVERAGE (value 1, value 2, value 3,. value n or data range)

Meaning: A function that returns the average of the parameters entered or of a data area

Example

For example: = SUM (7,8,9) ? Result = 8

2. SEARCH (VLOOKUP)

  • V stands for Vertical meaning vertical (vertical).Lookup is a reference and search function

VLOOKUP means search vertically, by column

  • Syntax: = VLOOKUP (x, reference region, nth column, 0)

Meaning: take a value (x) to compare by the column of the reference region to return the value in the corresponding column in the reference area (the nth column), 0: compare the dark, 1: absolute comparison dark

Important Notes

  • Reference region: the first column of the reference must cover only the entire search values adequately. Always have to be at absolute value
  • The column to count counts as to how much it is in the reference table. When counting must count from left to right

3. FUNCTION IF

  • Syntax: = If (Logical_test, [value_if_true], [value_if_false]) means If (Condition, value 1, value 2)

Meaning: A function that returns value 1 if the condition is true, the function returns value 2 if the condition is false

Example

Example: Given a student's transcript, review the results to see if the student passed or had to retake the test

With the following data sheet:

Average score> = 5: Do

Medium score

We use the formula for cell D6 as: = IF (C6> = 5, "Do", "Retake")

10 Excel Functions That ACCOUNTERS Often Use — Example screenshot 2

FUNCTION IF

You have got the results of students passing or retesting

10 Excel Functions That ACCOUNTERS Often Use — Example screenshot 3

FUNCTION IF

4. SUMIF

  • Syntax: = SUMIF ((range, criteria, sum_range) means Sumif (Conditional container, conditional, sum area)

Meaning: This function returns the sum of the cells in the range to satisfy a given condition

Important Notes

  • Due to calculations in Excel cells, SUMIF function sums on Excel 2016, Excel 2013, or earlier versions like Excel 2010, 2007, 2003 applying the same function structure.

Example

For example: The problem of using SumIF function to calculate the allowances for those who have the position of "Staff" in the table below:

10 Excel Functions That ACCOUNTERS Often Use — Example screenshot 4

SUMIF

With the formula for cell D15 is: = SUMIF (C5: C14, "Staff", D5: D14)

10 Excel Functions That ACCOUNTERS Often Use — Example screenshot 5

SUMIF

We get the following result: 2500000. When we check the results, we find that in the VD Sumif function there are 5 people with the position of "Staff", so the total allowance for those people with the result is 2500000 is correct.

5. AND AND OR

  • Syntax: = AND ((Logical1; [Logical2]; [Logical3];.) means And (against 1, against 2,.)

Meaning: This function is AND AND, true only when all arguments are true. The arguments are constants, logical expressions

Important Notes

  • The AND function has up to 256 arguments that must be logical values or arrays or references that contain logical values. All values will be ignored if an array or reference argument contains text or empty cells.
  • The arguments must be either logical values or arrays that contain logical values.
  • If the reference arguments are text values or null (null) then those values are ignored.
  • If the reference range does not contain a logical value, the function returns the #VALUE! Error.

Example 1: Use the AND function to know if the following formulas are true or false.

Browse students' names and genders right or wrong

With the formula in C6: = AND (A6 = "Nguyen Van Dat", B6 = "Nam")

10 Excel Functions That ACCOUNTERS Often Use — Important Notes screenshot 6

AND FUNCTION

If true, the result will be TRUE

10 Excel Functions That ACCOUNTERS Often Use — Important Notes screenshot 7

AND FUNCTION

Otherwise, you will get FALSE

  • Syntax: = OR (((Logical1; [Logical2]; [Logical3];.) means Or (against 1, against 2,.)

Meaning: This function is OR OR, false only when all arguments are false

Example

For example: = OR (F7> February 3, 76, F7> January 1, 2016)

6. COUNTIF

10 Excel Functions That ACCOUNTERS Often Use — 6. COUNTIF screenshot 8

COUNTIF

  • Syntax: = COUNTIF (range, criteria)

Arguments

Range: is the data range that you may need to count conditionally.

Criteria: the condition for a cell to be counted.

Meaning: The Excel COUNTIF function is used to count the number of cells that meet the criteria (Criteria) in the range (Range).

Example

Example: = COUNTIF (B4: B1, '> 500 ??)

This means counting all the cells in the B4: B12 series that contain numbers greater than 500

7. MIN, MIN, MAX

10 Excel Functions That ACCOUNTERS Often Use — 7. MIN, MIN, MAX screenshot 9

MINUTES MIN, MAX

  • Syntax: = MAX (number 1, number 2,.)

Meaning: Returns the maximum value of number1, number 2,. or the maximum value of a whole range of numeric data.

Example

  • Syntax: = MIN (number 1, number 2,.)

Meaning: Returns the smallest value of number1, number 2,. or the smallest value of a whole range of numeric data

Example

8. FUNCTION LEFT, RIGHT

  • Syntax: = LEFT (string, character to be retrieved)

Meaning: To separate characters to the left of the string

Example

For example: = LEFT ('THANH HUE', 4) ? Result: = THANH

  • Syntax: = RIGHT (string, characters you may need to retrieve)

Meaning: To separate characters to the right of the string

Example

For example: = LEFT ('THANH HUE', 3) ? Result: = HUE

9. SUBTOTAL FUNCTION

10 Excel Functions That ACCOUNTERS Often Use — 9. SUBTOTAL FUNCTION screenshot 10

FUNCTION SUBTOTAL

  • Syntax: = SUBTOTAL ((function_num, ref1, [ref2],.)

Arguments

  • Function_num: Required. Numbers 1-11 or 101-111 specify the function used for subtotals.1-11 include hidden rows manually, while 101-111 excludes them;Filtered cells will always be excluded.
  • Ref1 Required. The first named range or reference for which you may need to subtotal.
  • Ref2,. Optional. The range or series is named from 2 to 254 that you may need to subtotal for it.

Important Notes

  • If there are other nested SUBTOTAL functions placed on ref1, ref2, etc., then these nested functions will not be counted to avoid double counting.
  • The Function_num argument, if from 1 to 11, the calculated SUBTOTAL function includes values in the dataset (hidden rows). The Function_num argument is between 101 and 111, the SUBTOTAL function only calculates for non-hidden values in the dataset (ignoring the hidden values).
  • The SUBTOTAL function will skip counting all rows hidden by the Filter (Auto Filter) command regardless of the Function_num argument used.
  • The SUBTOTAL function is designed to calculate vertical columns of data, it is not designed to be horizontal.
  • This function only calculates for 2-D data so if the reference data is in 3-D format then the SUBTOTAL function reports the #VALUE error.

10. HAm NOW

10 Excel Functions That ACCOUNTERS Often Use — 10. HAm NOW screenshot 11

HAM NOW

  • Syntax: = NOW ()

The NOW function syntax has no arguments

Meaning: The function = NOW () to display the system date and time in the calculation. For example:

You only need to enter the function = now () and press Enter will immediately display the date and time at the current time as shown below.

Important Notes

  • There may be an error ####, but you just need to drag the cell a little wider and it will be OK
social shareand social share

FAQ

What is the easiest way to 10 Excel Functions That ACCOUNTERS Often Use?

Start with the requirements in this guide, then follow each step in order. Check the result after every major change so problems are easier to identify.

Can beginners follow these instructions?

Yes. The process is organized into practical steps, and you can repeat any step before moving forward.

What should I check if the method does not work?

Confirm your software or device version, permissions, settings, file format, and internet connection when the task depends on online services.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.