Quantcast
Channel: Developer topics
Viewing all articles
Browse latest Browse all 18111

Multiple IF Statement for Status Codes

$
0
0

Hi there,

 

I need to form the correct version of this IF statement. Or, more likely, a different statement with the same outcome!

 

If Status = 3 then "Won"

If Status = 4 then "Lost"

If Status = BLANK then "Open"

 

Below is the code I'm trying and the Blank part does not seem to recognise it should display as "Open".

 

Any help appreciated,

Thanks

 

Status = (IF(opportunities[statuscode] = 3, "Won", IF(opportunities[statuscode] = 4, "Lost", IF(opportunities[statuscode] = BLANK(), "Open"))))

Viewing all articles
Browse latest Browse all 18111

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>