Jump to content
One on One Extensive Advanced Excel Training ×
Business Intelligence & Analytics for Digital Transformation

Saurabh Jain

Administrators
  • Posts

    1,725
  • Joined

  • Last visited

  • Days Won

    61

Everything posted by Saurabh Jain

  1. Returns true if a value is an even number.
  2. Returns a text value from a logical value.
  3. Returns a logical value of true or false from a text value.
  4. Returns a logical value from a value.
  5. Converts a list of text into a single text. The specified lineSeparator is appended to each line. If not specified then the carriage return and line feed characters are used.
  6. Converts a list of text into a binary value using the specified encoding and lineSeparator.The specified lineSeparator is appended to each line. If not specified then the carriage return and line feed characters are used.
  7. Converts a text value to a list of text values split at lines breaks.
  8. Converts a binary value to a list of text values split at lines breaks.
  9. Returns a list of time values of size count, starting at start.
  10. Returns a list of count random numbers, with an optional seed parameter.
  11. Returns a list of numbers from size count starting at initial, and adds an increment. The increment defaults to 1.
  12. Generates a list of values.
  13. Returns a list of durations values from size count, starting at start and adds an increment to every value.
  14. Returns a list of of datetimezone values from size count, starting at start and adds an increment to every value.
  15. Returns a list of datetime values from size count, starting at start and adds an increment to every value.
  16. Returns a list of date values from size count, starting at start and adds an increment to every value.
  17. Returns the product from a list of numbers.
  18. Returns the covariance from two lists as a number.
  19. Saurabh Jain

    List.Sum

    Returns the sum from a list.
  20. Returns the standard deviation from a list of values. List.StandardDeviation performs a sample based estimate. The result is a number for numbers, and a duration for DateTimes and Durations.
  21. Returns all items that appear with the same maximum frequency.
  22. Returns an item that appears most commonly in a list.
  23. Returns an average value from a list in the datatype of the values in the list.
  24. Returns one or more sample percentiles corresponding to the given probabilities.
  25. Returns a sorted list using comparison criterion.
×
×
  • Create New...