use if with equal
-
Hi!
How can we use if condition with equal (‘=’)?
Like for example “if(text-1 = 2, 10, 20)”
If text-1 equals “2” then value is “10”, otherwise is “20”.And could we make it work with text?
Like for example “if(text-1 = word, 10, 20)”
If text-1 equals “word” then value is “10”, otherwise is “20”.Thx! Looking fwd to your comments.
- You must be logged in to reply to this topic.