Hi there,
Wondering how to amend this formula so that if all the cells are "N", it will return a blank in column "Report Status"
=IF(OR([PAR Items]16 = "Y", Proxies16 = "Y", Commissions16 = "Y", Constraints16 = "Y", [APX Reports]16 = "Y", [MRFP/SMA]16 = "Y", Commentary16 = "Y", Attachment16 = "Y", (COUNTIF([PAR Items]16:Attachment16, "") > 0)), "Incomplete", "Complete")
Thanks!

