Hi,
I have this formula that i have written. It works fine, but I am getting blank fields, when I was expecting N/A.
The product line row has EBS, JDE, SAP.
The TLR Scope is Financials, HR, Payroll
For EBS I want values returned and N/A for the other product lines.
=IFERROR(IF(AND($[Product Line]@row = "EBS", $[TLR Scope]@row = "Financials"), INDEX({Add-on}, MATCH($Country@row, {Country}, 0))), "N/A")
What am i missing?
Thanks,
Peggy