Hello,
Surprisingly I couldn't find an article or forum posts on this topic. I got some clues from other sites but can someone validate this to make sure it makes sense?
I'm using SalesForce IDs (different IDs can vary by the case of a letter) so I'd like to remove any lines with duplicate IDs. This is what I am using:
[pre]
[/pre]
F2 contains the ID, and I hope that any line that has a value over 0 I can delete, while still keeping one copy of it. (the last occurrence should be 0). Any tips here? I have done some spot checking and it seems to work.
Raesu
Surprisingly I couldn't find an article or forum posts on this topic. I got some clues from other sites but can someone validate this to make sure it makes sense?
I'm using SalesForce IDs (different IDs can vary by the case of a letter) so I'd like to remove any lines with duplicate IDs. This is what I am using:
[pre]
Code:
=SUMPRODUCT(--(EXACT(F3:$F$46856,F2)))
F2 contains the ID, and I hope that any line that has a value over 0 I can delete, while still keeping one copy of it. (the last occurrence should be 0). Any tips here? I have done some spot checking and it seems to work.
Raesu