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 a sorted list using comparison criterion.
  2. Returns the minimum values in a list. The number of values to return or a filtering condition may be specified.
  3. Saurabh Jain

    List.Min

    Returns the minimum item in a list, or the optional default value if the list is empty.
  4. Returns the median item from a list.
  5. Returns the maximum values in the list. The number of values to return or a filtering condition must be specified.
  6. Saurabh Jain

    List.Max

    Returns the maximum item in a list, or the optional default value if the list is empty.
  7. Saurabh Jain

    List.Zip

    Returns a list of lists combining items at the same position.
  8. Returns a list from a list of lists and unions the items in the individual lists. The returned list contains all items in any input lists. Duplicate values are matched as part of the Union.
  9. Returns a list from a list of lists and intersects common items in individual lists. Duplicate values are supported.
  10. Returns the items in list 1 that do not appear in list 2. Duplicate values are supported.
  11. Finds the first occurrence of any value in values and returns its position.
  12. Finds the first occurrence of a value in a list and returns its position.
  13. Returns true if any item in values is found in a list.
  14. Returns true if all items in values are found in a list.
  15. Returns true if a value is found in a list.
  16. Returns true if any expression in a list in true
  17. Returns true if all expressions in a list are true
  18. Returns a list whose elements are projected from the input list.
  19. Performs the function on each item in the list and returns the new list.
  20. Splits the specified list into a list of lists using the specified page size.
  21. Returns a list that reverses the items in a list.
  22. Searches a list of values for the value and replaces each occurrence with the replacement value.
  23. Replaces occurrences of existing values in the list with new values using the provided equationCriteria. Old and new values are provided by the replacements parameters. An optional equation criteria value can be specified to control equality comparisons. For details of replacement operations and equation criteria, go to Parameter values.
  24. Removes null values from a list.
  25. Removes all occurrences of the given values in the list.
×
×
  • Create New...