Re: Comparing 2 Columns

Morten Welinder <[email protected]> Sun, 16 Aug 2020 19:08:22 -0400
Newsgroups gmane.comp.gnome.apps.gnumeric
Message-ID <CANv4PNmdQ5jXx1nzgNUJ0AyOYNUc20EUGqNcejLS77T2eOZ5-A@mail.gmail.com>
I don't think there is an easy spreadsheet solution to this, but if
you have the data in sorted text files,
the command line "comm -23 filea fileb" will do the job.

M.