
Ok so my next project is to create a list of all the people and different number stats about them. If a new person is detected it will make a new entry for them along with their stats. However if they are already in the list, it needs to update their stats either by summing two values, or averaging two together.
Then I need to be able to search this "database" and sort it by "most this" or "highest average that".
What is the best way to do this?
It has been suggested that I use Excel and its built in macro abilities. Any thoughts on this? Personally I think excel is overkill. Are there other smaller, more basic database programs?