hi,
i have 2 ranges:
First ("A1:A3"):
Cat,
Dog,
Elephant
Second ("B1:B3"):
Cat,
Dog
and in "C1" i want to get Elephant (it exists only in first list and not exists in second).
How can i do this in google sheet?
Thank you for help,
Best,
Jacek
hi,
i have 2 ranges:
First ("A1:A3"):
Cat,
Dog,
Elephant
Second ("B1:B3"):
Cat,
Dog
and in "C1" i want to get Elephant (it exists only in first list and not exists in second).
How can i do this in google sheet?
Thank you for help,
Best,
Jacek
In C1, try this formula; (Assuming the sheet name is "Sheet1")
Note: You may need to change semicolons (;) to commas (,) depending on your locale settings in Google Sheets.
![]()
Please Login or Register to view this content.
Last edited by Haluk; 09-21-2021 at 04:07 AM.
As an alternative:
=FILTER(A1:A,COUNTIF(B1:B,A1:A)=0)
Everyone who confuses correlation and causation ends up dead.
Working like a charm!
Thank you,
Jacek
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks