Hi,
I have this file with 2 tabs, they both have the same data,
but I need to make the comparison to ensure they do match.
so in 'HAN' tab I'm xlookuping by account to tab '21542'
by using this formula (I509)
=XLOOKUP(TEXT(F509,0),TEXT('21542'!$A$507#,0),'21542'!$B$507#)
This would give me the result for both columns, but I need to drag it down to next rows.
In order to make it dynamic I was trying to use a BYROW/LAMBDA function, but it results in giving just one column out of the two.
=BYROW(TEXT(F509#,0),LAMBDA(r,XLOOKUP(r,TEXT('21542'!A507#,0),'21542'!B507#)))
Can anyone help understand what is the correct syntax to achieve the results like in I509 - J526 and have it spill ?
Thanks.
Bookmarks