cancel
Showing results for 
Search instead for 
Did you mean: 

If and elseif

0 Kudos

Hi , is there a better way to create a formula if you for example wants to find certain numbers.

Right now, i am using If(Value =1 Then 1 Elseif Value =2 Then 1 Elseif, and so on, is there a better way to do it when you have multiple numbers?

Accepted Solutions (1)

Accepted Solutions (1)

former_member201488
Contributor
0 Kudos

=If [Value] inlist("1";"2") then 1 else....etc

Answers (2)

Answers (2)

0 Kudos

Thanks a lot both of you

Former Member
0 Kudos

Hi Daniel,