Please help with reviewing the formula below. I am getting #UNPARSEABLE.
=IF(AND([Spend 2022]@row=0,[Spend 2023]@row=0,[Compliance Status]@row<>”Active-NonCompliant”),"Y", "N")
If I only do the single IF, it returns the value correctly : =IF([Spend 2022]@row = 0, "Y", "N")
[Spend 2022] and [Spend 2023] columns are text (currency), and [Compliance Status] is a dropdown.
Thank you!