Hello,
I am trying to reconcile data between 3 different files at once and I was able to get all 3 column values transposed together and assign Group column numbers but I am not able to reconcile them together. Is there an alternate way or is it that m doing it wrong, please help ? Please see below sample for details.
I am using Multi row formula and formula is as per below which I feel is not correct, do I need to creat multiple formulas for 3 way recon.
if [Group Column Number] = 3 then if [Value] = [Row-1:Value] then "True" else "False" endif else "-" endif
Expected results as below:
File Name Value Group Column Number Results
A Lion 1 Value Matches with File C but not with File B
B Whale 2 Value does not match with File A and File C
C Lion 3 Value Matches with File A but not with File B
A Tiger 1 Value Matches with File B and C
B Tiger 2 Value Matches with File A and C
C Tiger 3 Value Matches with File A and B
Thanks