List of basic functions in full and detailed excel (Part 1)


SUBMITTED BY: maidoan

DATE: July 1, 2016, 4:19 p.m.

FORMAT: Modula-2

SIZE: 1.6 kB

HITS: 419

  1. List of basic functions in Excel you should know
  2. Before learning about the basic functions in Excel you should remember to learn to excel better you learn to do a lot of functions and exercises to apply in specific cases offline. Wish you research and academic success. Come to us begin to learn and understand the basic functions of Excel yet.
  3. Logic synthesis function in Excel
  4. OR function: the function returns TRUE if and only if a condition is TRUE
  5. Syntax: OR (logical1, logical2, ..)
  6. Identification to function: the problem with the word "or"
  7. Example: Score> 8 or good behavior. Analysis: meaning that it can refer to the table if you do have any points> 8 or conduct is good, it will return the value TRUE
  8. OR (score> 8, HK = "good") = TRUE
  9. AND function: returns the value TRUE when two conditions simultaneously is TRUE
  10. Syntax: AND (logical1, logical2, ..)
  11. Identification variables: the problem with the word "and"
  12. Example: Score> 8 and good behavior. Analysis: it will children about the value TRUE if the table that you do satisfy the two conditions is> 8 and good behavior
  13. AND (score> 8, HK = "good")
  14. IF function: returns the value in the first argument if the conditions 2 and returns the value TRUE in the 3rd argument if conditions FALSE
  15. Syntax: IF (logical_test, value_if_true, value_if_false)
  16. For more content if you see: if function in Excel
  17. Identification signs: problems containing the word "If ... then .."
  18. Example: If the point of> 9 are rated excellent other cases, it ranked pretty
  19. IF (score> 9, "good", "fair")
  20. See also: if function in Excel

comments powered by Disqus