Please help on this formula

“IF(OR([@[CLASSIFICATION_CD]]=“FACILITY”,[@[NURSING_FACILITY]]=“YES”), “N/A”,”“)”
i am trying to fill this formula for entire column but i am getting error code of BC30198

Hi @nkm.rpa.1996

Try this

"=IF(OR([@[CLASSIFICATION_CD]]=""FACILITY"",[@[NURSING_FACILITY]]=""YES""), ""N/A"", """")"

Regards,

Hi @nkm.rpa.1996

Try this forumula:
"=IF(OR([@[CLASSIFICATION_CD]]=""FACILITY"",[@[NURSING_FACILITY]]=""YES""), ""N/A"", "")"

Regards

i tried for this on but value is not correct format see the value is “IF(OR([@[CERT_STATUS]]="N/A",[@[CERT_STATUS]]="No"),"N/A",")”

i tried for this on but value is not correct format “IF(OR([@[CERT_STATUS]]="N/A",[@[CERT_STATUS]]="No"),"N/A",")”

What are you exactly trying to compare and write can you share it with some screenshots @nkm.rpa.1996

Regards

see i applied double quotation but i am getting wrong format of formula and facing an issue

image

Hi @nkm.rpa.1996

What are you storing in equal?

Regards

just this equal symbol =

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.