Help

Formula Questions Returning Certain Items Within a Field

1117 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Scott_Heliker
6 - Interface Innovator
6 - Interface Innovator

There has to be an easier way learn these formulas.

I would like to return only the items labeled Chevrolet in a Field Name “Make” and also and also return the number of Chevrolet’s available but can’t figure this out.

These don’t have to be combined as probably will make separate calls from the integromat app but showing both ways is welcome

Any help?

search.png

2 Replies 2

Try SEARCH("Chevrolet",{Make})

Thank you.This one worked for my scenerio.
If(Make = ‘Chevrolet’, True(), False())