How to find missing numbers in a seperate column from 2 columns
Closed
bhatt.1983
Posts
1
Registration date
Saturday December 8, 2012
Status
Member
Last seen
December 8, 2012
-
Dec 8, 2012 at 02:01 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Dec 8, 2012 at 02:20 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Dec 8, 2012 at 02:20 PM
Related:
- How to find missing numbers in a seperate column from 2 columns
- Tentacle locker 2 - Download - Adult games
- Five nights in anime 2 - Download - Adult games
- Euro truck simulator 2 download free full version pc - Download - Simulation
- Feeding frenzy 2 download - Download - Arcade
- Red dead redemption 2 free download - Download - Action and adventure
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Dec 8, 2012 at 02:20 PM
Dec 8, 2012 at 02:20 PM
one way could be
in c2,
=IF(ISERROR(MATCH(b2,a:a,FALSE)),b2, "")
in d2
=IF(ISERROR(MATCH(A2,B:B,FALSE)),A2, "")
in c2,
=IF(ISERROR(MATCH(b2,a:a,FALSE)),b2, "")
in d2
=IF(ISERROR(MATCH(A2,B:B,FALSE)),A2, "")