IF with text instead of value
-
Hi,
I have a Dropdown DS linked to a google spreadsheet list with texts and values. It all works out great.
However, I need to do a verification based on the Text and not on the Values (I use the values for some calculations afterwards). Something like:
(function(){
if (fieldname275 == “Teatro”) return “Teatro”;
else return “nope”;
})()But it only considers the Value…
Can you please help me?
Thanks in advance,
Miguel
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘IF with text instead of value’ is closed to new replies.