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

Saurabh Jain

Administrators
  • Posts

    1,726
  • Joined

  • Last visited

  • Days Won

    61

Everything posted by Saurabh Jain

  1. Returns true if a value is Number.NaN.
  2. Returns true if a value is an even number.
  3. Returns a text value from a logical value.
  4. Returns a logical value of true or false from a text value.
  5. Returns a logical value from a value.
  6. 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.
  7. 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.
  8. Converts a text value to a list of text values split at lines breaks.
  9. Converts a binary value to a list of text values split at lines breaks.
  10. Returns a list of time values of size count, starting at start.
  11. Returns a list of count random numbers, with an optional seed parameter.
  12. Returns a list of numbers from size count starting at initial, and adds an increment. The increment defaults to 1.
  13. Generates a list of values.
  14. Returns a list of durations values from size count, starting at start and adds an increment to every value.
  15. Returns a list of of datetimezone values from size count, starting at start and adds an increment to every value.
  16. Returns a list of datetime values from size count, starting at start and adds an increment to every value.
  17. Returns a list of date values from size count, starting at start and adds an increment to every value.
  18. Returns the product from a list of numbers.
  19. Returns the covariance from two lists as a number.
  20. Saurabh Jain

    List.Sum

    Returns the sum from a list.
  21. 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.
  22. Returns all items that appear with the same maximum frequency.
  23. Returns an item that appears most commonly in a list.
  24. Returns an average value from a list in the datatype of the values in the list.
  25. Returns one or more sample percentiles corresponding to the given probabilities.
×
×
  • Create New...