List of basic functions in full and detailed Excel (pasrt 2)


SUBMITTED BY: maidoan

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

FORMAT: Modula-2

SIZE: 1.1 kB

HITS: 423

  1. Math functions in Excel
  2. INT: function rounding down to the nearest integer
  3. Syntax: INT (number)
  4. Example: INT (2.6) = 2
  5. ABS: absolute value calculation
  6. Syntax ABS (number)
  7. Example: ABS (3) = 3, ABS (-3) = 3
  8. MOD function: function divide the balance
  9. Syntax: MOD (Number, Divisor)
  10. For example: MOD (5,2) = 1. Explanation 5 1 2 divided by 2 balance
  11. SUM: sum function
  12. Syntax: SUM (number1, number2, ...)
  13. For example: SUM (5,2,1) = 8
  14. ROUND function: function round
  15. Syntax: ROUND (number, NUM_DIGITS)
  16. Example: ROUND (6.36,1) = 6.4
  17. MAX: function is the biggest
  18. Syntax: MAX (number1, number2, ...)
  19. Example: MAX (6,2,7,9) = 9
  20. AVERAGE: The average value calculation function
  21. Syntax: AVERAGE (Number1, number2 ...)
  22. Example: AVERAGE (4,6,8) = 6. Interpretation (4 + 6 + 8) / 3 = 6
  23. List of chain function group
  24. LEFT: take the character to the left
  25. Syntax: LEFT (Text, NUM_CHARS)
  26. Signs: take the number of characters from the left
  27. For example: LEFT ( "Royal", 2) = Ho. Explain to this function it will take two letters of the word Royal and returned to you as ho

comments powered by Disqus