Dear community,
Does anyone knows how to create a formula using IFS? Smartsheet doesn't seem to have IFS. The formula I would like to create on my sheet:
=IFS(AND(ISBLANK(B3),ISBLANK(H3)),"",D3="Decision","NA",AND(B3<>"",ISBLANK(H3)),"Open",AND(B3<>"",H3<>""),"Closed"))
Thanks in advance.
Fernanda