Forum Discussion

Heapug's avatar
Heapug
Copper Contributor
Apr 12, 2022
Solved

Compare unsorted columns without interim calculation

As an elderly Excel tyro, I'm trying to see differences between two unsorted columns. In the particular case (see dummy example screenshot), I have two aims: 1) In column G, I can show the L1 items...
  • Patrick2788's avatar
    Apr 12, 2022
    If working in 365:

    =LET(b,B3:B15,d,D3:D15,SORT(FILTER(d,ISERROR(MATCH(d,b,0))),1,1))

Resources