I have an excel database that use as a core for monthly accumulated points, i import data from .csv text file and the import adds new entries for the same people. Currently i have to add each entry together by hand, is ther a way to merge the data via macro/plugin/etc.
Example
Player 1 | 47 |
Player 2 | 12 | (old data)
Player 2 | 14 | (imported data)
Needs to read
Player 1 | 47 |
Player 2 | 26 |
Player 3 ...
I hope this makes sense and someone can help me
Bookmarks