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.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!