-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Proposed name: Find Query
Input
WorksheetSearch WorksheetRangeSearch RangeStringSearch TermIntegerSearch Algorithm1Quick Search (Uses Excels build in find function. Works quickly but does not always return the correct value.)2Accurate Search (Uses Excels build in find function. If no result is found, falls back to Brute Force Search. A middle ground for accuracy and speed.) Default.3Brute Force Search (Loops through every cell in the range and manually compares the values, Returns the first matched cell. Slow but always gets the job done.)4Return Something Search (Uses Accurate Search, If nothing is returned, falls back to Fuzzy Search)5Fuzzy Search (Usescommon.fuzzySearchto return the closest match cell.)
Output
Variant - Integer Array (ex. [column, row]), If nothing is found the function will return [0, 0]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request