Forum Discussion

dtech1335's avatar
dtech1335
Copper Contributor
Oct 06, 2023

Add another IF statement if cell = "No RAG"

Hi,    I have a formula below which works, however I also want to add: IF W3 = "No RAG" return "#N/A" and IF cell X3 is blank return "#N/A".       IF(W3 = "Decrease", IFNA(IF(ISBLANK(X3),"#N/...