Function AI.CHOICE

The AI.CHOICE function selects the most closely matching value from a given list of choices based on the provided data. Simply specify the cell or range with the data and the list of choices.


Examples

  1. Categorizing Customer Reviews

=AI.CHOICE("Great quality and fast shipping. Very satisfied.", "Positive, Neutral, Negative")
  1. Classifying Job Applicants by Department

=AI.CHOICE("Experience in managing financial accounts and budgeting.", {"Finance", "Marketing", "HR", "IT", "Sales"})
  1. Identifying Types of Animals

=AI.CHOICE("Elephant", "Mammal, Bird, Reptile, Amphibian, Fish")
  1. Categorizing Social Media Posts by Topic

=AI.CHOICE("Just attended an amazing technology conference!", {"Technology", "Travel", "Food", "Fitness", "Fashion"})
  1. Classifying Types of Artwork

=AI.CHOICE("A detailed and lifelike portrait painted in oils.", {"Portrait", "Landscape", "Abstract", "Still Life", "Sculpture"})

Syntax

AI.CHOICE(value, choices)
Argument name Description
value Cell or range containing data or text.
choices List of choices. Can be reference to a cell range or passed directly as a function argument.
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us