COMPARE COLUMNS
Hi have two columns with ID´s and i want to compare them see, if an Id number has a match or a mismatch in the other column.
What kind of formula de you recomend to do this?
I used Vlookup: =VLOOKUP([NÚMERO DE SINIESTRO]1; {SINIESTROS CF}; 1; false)
and Match; =MATCH([NÚMERO DE SINIESTRO]1; {SINIESTROS CF}; 1)
But i only recieved #NO MATCH and thats wrong cause i know i have some matches.
Answers
-
=MATCH([NÚMERO DE SINIESTRO]1; {SINIESTROS CF}; 0)
Try changing the one at the end to a 0.
-
It´s the same thing i keep getting "#NO MATCH" only
-
What does
=countif({SINIESTROS CF};[NÚMERO DE SINIESTRO]1)
return?
-
I´m getting 0,1 & 2´s
What i´m supposed to receive? and what does number means?
Thank you btw.
-
This counts how many matches there are. if there are 0 matches then the original formula I posted would have an error. Are there any errors in the range you are searching?
-
There´s no error messages just 0,1,2.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!