Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
MOH56982
Contributor II
Contributor II

how to add only three values

how to add only three values for one field and other values under other conditions???

Labels (1)
1 Reply
Vegar
MVP
MVP

You can use match() to pinpoint certain Field values. See example below.

If(Match([Your Field], 'Value 1', 'Value 2','Value 3'), [Your Field], 'Other')