Basic common calculation functions to know in Excel
A. THE USE OR USE
1. Left function
- Syntax: LEFT (text, number of characters to get) .
- Meaning: Returns the number of characters to start from the first character on the left.
- Example: LEFT ("TipsMake.vn", 8) = "thuthuat".
2. VLOOKUP function
- Syntax: VLOOKUP (lookup value, lookup table, return value column, lookup type) .
- For example:
Detector value: bar code column.
Table: TRA TABLE 1.
Return value: column name of company.
Detection type: Leave the value = 0 (accurate detection).
3. LEN function
- Syntax: LEN (text) .
- Meaning: Returns the number of characters in a string.
- Example: LEN ("TipsMake.vn") = 18.
4. MID function
- Syntax: MID (character string, starting position, number of characters to be taken) .
- Meaning: Returns the substring of a character in a given string starting at a certain position.
- Example: MID ("TipsMake.vn", 9, 9) = "phanmem.vn".
5. RIGHT function
- Syntax: RIGHT (text, number of characters to get) .
- Meaning: Returns the number of characters to start from the first character on the right.
- Example: RIGHT ("TipsMake.vn", 10) = "phanmem.vn".
6. The VALUE function
- Syntax: VALUE (text) .
- Meaning: Bringing string values as numbers into mathematical values.
- Example: Value ("0025") = 25.
7. HLOOKUP function
- Syntax: HLOOKUP (lookup value, lookup table, return value row, lookup type) .
B. GENERAL EXAMPLE
The following data sheet is available:
1. Find the names of the items based on TABLE 1
- Use the Vlookup and Left functions to get the name of the item corresponding to the item code in TABLE 1 .
Enter the formula: Vlookup (Left (B3, 1), $ A $ 13: $ B $ 15, 2, 0) .
2. Find the manufacturer based on the last 2 characters of the product's code
If the last 2 characters are "TN" -> "Domestic". If other characters are found in TABLE TRA 2 .
Enter the following statement: IF (RIGHT (B3, 2) = "TN", "Domestic", HLOOKUP (RIGHT (B3, 2), $ F $ 12: $ J $ 13, 2, 0)) .
3. Calculate the unit price based on the first letter of the code and TABLE 1
Results after calculation:
Good luck!
You should read it
- MS Excel 2007 - Lesson 6: Calculation in Excel
- Calculation of percentages in Excel
- How to add computers to Excel
- Common math functions in Excel
- Complete financial functions in Excel you should know
- How to use subtraction in Excel
- Common Excel functions you need to know about accounting
- Instructions on how to create diagonal lines in Excel box
May be interested
- Common Excel functions you need to know about accountingmastering the common excel functions helps accountants save time and effort compared to conventional manual calculations. today, software tips will list and guide readers on how to use some functions commonly used in accounting.
- Instructions on how to create diagonal lines in Excel boxmanipulating 1 cell into 2 diagonal triangles with a line on excel is a very basic operation and is often performed during the process of creating tables on excel.
- The 10 most useful but often forgotten functions in excelmicrosoft excel is an extremely effective and effective calculation tool not only for accounting and office but also for many other industries.
- Date time functions in Excelexcel supports you to process and calculate quickly with the functions that excel provides such as calculation functions, date functions ... one of them is the function of time to help you handle the prices. time value: hour, minute, second conveniently
- How to use SUMPRODUCT function in Excelsumproduct function in excel is a function that calculates the total value of corresponding products that users conduct zoning.
- Basic Excel functions that anyone must knowthe basic functions in excel such as the excel function, the excel statistics function we summarized below will be very helpful for you who often have to work on excel spreadsheets, especially in the field of accounting. let's refer to offline.
- MS Excel - Lesson 5: Excel formulas and functionsthe formula in excel is a program that performs calculations on data tables. these formulas perform very precise operations such as adding, multiplying, or comparing values in worksheets.
- Basic functions in Excel - Common calculator functions that you need to know in Excelbasic functions in excel - common calculator functions that you need to know in excel
- Common mistakes in using Excel functionshere are some common errors in using excel functions and how to fix them, so you can better understand and know how to fix errors when making them.
- How to fix the SUM function doesn't add up in Excelin the process of summing with sum in excel, you will encounter some errors such as not jumping the number, not adding the sum. so how to handle this problem?