ThePangloss
New Member
- Joined
- Jun 19, 2015
- Messages
- 40
So I have a bunch of duplicates and uniques. I've marked all duplicates with numbers ranging from 1-10 depending on how many duplicates there are.
After this, on a different sheet to confirm which quantities are unique and which have duplicates I put
=IF(VLOOKUP(H2,Sheet2!$G$2:$O$100000,9,FALSE)="","unique","duplicate") where row 9 in sheet 2 contains blanks and these numbers from 1-10.
this returns a 0 for me. It works well if I don't include the $ anywhere, but when I include them I get 0's. I want it to search the whole array in the other sheet not just relatively to the H value given.
Any advice?
After this, on a different sheet to confirm which quantities are unique and which have duplicates I put
=IF(VLOOKUP(H2,Sheet2!$G$2:$O$100000,9,FALSE)="","unique","duplicate") where row 9 in sheet 2 contains blanks and these numbers from 1-10.
this returns a 0 for me. It works well if I don't include the $ anywhere, but when I include them I get 0's. I want it to search the whole array in the other sheet not just relatively to the H value given.
Any advice?
Last edited: