Fonctions: FIND vs CONTAINS

Options

Hi community!

Excuse me if it sounds like a dumb question but I just can't find any hint that would help me to choose between these functions to get the fastest in execution and most efficient.

Here's two formulas that gives the same results:

=SUMIFS([ITEM qty]:[ITEM qty]; [COMPLETED]:[COMPLETED]; <>0; [DEFINITION]:[DEFINITION]; CONTAINS("TYPE"; @cell))

=SUMIFS([ITEM qty]:[ITEM qty]; [COMPLETED]:[COMPLETED]; <>0; [DEFINITION]:[DEFINITION]; FIND("TYPE"; @cell) > 0)

these returns the qty of a specifc item that has been marked as completed and based on a string found in the description column.

Also, feel free to comment if you think you could simplify the formula since I am not a programer.

The execution delay is important to us because installers are working on field with tablets and our sheets are getting heavier with time.


Any help would be appreciated 😁

Thank you

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!