Basic functions in Excel - Common calculator functions that you need to know in Excel
Some basic calculation functions in Excel:
1. Ham And
- Structure: And (logiccal1, logical 2, .)
+ Where logical 1, logical 2 are conditional expressions.
+ There are up to 256 logical expressions.
- Return value of And function:
+ Return True: If all conditions carry true values.
+ Return False: If there is a condition with false value.
- Value table:
And (Logical 1, logical 2, logical 3)
Logical 1
Logical 2
Logical 3
True
True
True
True
False
False
False
True
False
False
False
False
2. The Or function
- Structure: And (logical 1, logical 2, .)
+ Where logical 1, logical 2, . are conditional expressions.
+ There are up to 256 logical values
- Return value of the Or function:
+ Return True: if there is at least 1 condition with true value.
+ Return False: If all conditions are false.
Table of values for the Or function:
Or (Logical 1, logical 2)
Logical 1
Logical 2
Logical 3
True
True
True
True
False
True
False
True
True
False
False
False
3. The Not function
- Syntax: Not (Logical)
+ Where: Logical is required
+ Not function is the function to get the inverse value or use in trigonometric functions.
- Return value of the Or function:
+ Returns True if Logical is false.
+ Return False if Logical is true.
The value table for the Not function:
Value condition
Or magic result (Condition)
True
False
False
True
4. Ham Sum
A function that sums values in cells or in a list in excel. Is a tool to help calculate quickly.
- Syntax: Sum (value 1, value 2, .)
+ In which: value 1, value 2 are the values to be calculated.
+ Return value: is the numerical value.
- Example of using Sum function.
We use the Sum function to calculate food for employees:
Result:
5. The Count function
- Syntax: Count (value 1, value 2, .)
- The Count function counts the number of cells that meet certain conditions.
- For example, count the number of cells with numeric values in the following table:
- Use the Count function: Structure of Count (F9: J12).
Above I introduced some basic functions in excel. Good luck !
You should read it
- How to fix the SUM function doesn't add up in Excel
- Common Excel functions you need to know about accounting
- MS Excel - Lesson 5: Excel formulas and functions
- How to add computers to Excel
- Common calculation functions in Excel
- Basic Excel functions that anyone must know
- Basic common calculation functions to know in Excel
- 10 EXCEL functions that ACCOUNTERS often use
May be interested
- 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?
- Common mistakes in Excel and how to fix themcommon errors in excel and the most detailed troubleshooting guide
- Common math functions in Excelsummary of common calculation functions in excel for accountants.
- 10 EXCEL functions that ACCOUNTERS often usein excel, there are many functions that can help accounting in daily data entry, but here are some common functions used by accounting.
- Summary of Excel exercises from basic to advancedbelow summarizes the excel exercises from basic to advanced, you can refer to the solution to know how to use functions and how to apply functions to each specific problem. you will improve your excel skills with excel exercises from beginner to n
- How to Create a Simple Calculator in Visual Basic 6.0this wikihow teaches you how to use microsoft's visual basic 6.0 to create a simple calculator that can add, subtract, multiply, and divide. keep in mind that visual basic 6.0 is no longer used by modern computers, so you'll need to have...
- The MIN and MAX functions (the smallest and largest value functions) in Excelthe function to return the maximum value (max) and the function to return the minimum value (min) are two common statistical functions used by a lot of people in the process of manipulating and processing data in excel.
- Instructions on how to insert the current date in Excelin the process of working with spreadsheets, inserting date and time into the spreadsheet is the basic knowledge in excel. in addition to using the today () function to insert the current date, what other ways can we do?
- 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.