Forum Discussion
christianfcbmx
8 years agoPost Patron
IF Function Combined
Dear Community I have a question: I want to use an "If" function but also need to filter by an specific status from another column ("Green", "Yellow" , "Red"), in this case "Red"... (all in the same...
Zubair_Muhammad
8 years agoCommunity Champion
If the search is with a single Column you can shorten the CODE by using the "IN" operator
=
IF (
'EXTR-INC&WO-(Chil'[Sta] IN { "Asigned", "In Progress" }
|| 'EXTR-INC&WO-(Chil'[Column] IN { "__", "__" },
1,
___
)