I am trying to pull PO totals over from one sheet to another where unique Claim ID numbers match that are present in both sheets. However, I keep getting the #UNPARSEABLE error msg.
Formula:
=INDEX(COLLECT({PO Value},{PO Value}@cell <> "", {Claim ID}@cell = [Claim ID]@row), 1)
1) {PO Value}: this is the source range that contains the data I need populated in the target sheet
2) {Claim ID}@cell: This is the range where the unique identifier (Claim ID#) is located in the source sheet
3) [Claim ID]@row: This is what I am trying to match between the two sheets in anticipation of collecting the PO Value
thoughts?
Thank you,