Excel Formula Optimisation

前端 未结 3 1540
说谎
说谎 2021-01-16 08:09

I am no excel expert and after some research have come up with this formula to look at two sets of the same data from different times. It then displays new entries that are

3条回答
  •  失恋的感觉
    2021-01-16 08:32

    A relatively fast solution is to add a multi-cell array formula in a column alongside List 2

    {=MATCH($A$1:$A$16,List1!$A$1:$A$11,0)}

    and filter the resultant output for #N/A.

    (Or see Compare.Lists vs VLOOKUP for my commercial solution)

提交回复
热议问题