Hello,
I repurposed a working formula to a new sheet and changed the formula to reference another sheet to meet the second conditional criteria of the formula. For some reason the edited formula is not working as expected, I keep getting UPARSEABLE returned.
Working formula
=IF([1st Claim Recvd in Months]@row <= 12, [PO Value]@row)
#UNPARSEABLE Formula
=IF([1st Claim Recvd in Months]@row <= 12, {POValue}@row)
Thanks in advance,