Rinda-81New Member7 years agoSolvedIf Or StatementI'm trying to write a formulat that says IF (WAM[bg16.srvc_ctrt]="030111","TOP") OR IF (WAM[bg16.srvc_ctrt]="030111","LOW") Bascially if contract is 030111 call it TOP or LOW. Please help!Thank you!!parry2k7 years agoRinda-81 try this TopOrLow = IF(yourtable[yourcolumn] = "030111", "TOP", "LOW")
1 ReplyReplies sorted by Most Likedparry2kSuper User7 years agoRinda-81 try this TopOrLow = IF(yourtable[yourcolumn] = "030111", "TOP", "LOW")
parry2kSuper User7 years agoRinda-81 try this TopOrLow = IF(yourtable[yourcolumn] = "030111", "TOP", "LOW")
Related contentOR Statement ?SQL Statement opcion errorSupport for MERGE statementIF Statement using Power QueryNew Column with IF STATEMENT