Hello, I need a program that could search a database and add up values on that database when typed into a searchbar. For example:
animal / fun / manitenence / "affection return"
dog / 6 / _ 5 / 7
cat / 4 /___ 4 / 5
fish / 1 /__ 1 /___ 0
in a seach bar (live & predictive), one could add dog & cat to a list, select which charteristic they would like to study, then the program would add up the values. So if looking at "fun" for a dog and a fish, the value given would be 7 (6+1).
The database will be hundreds of cells big however. I would like to have this program run in a webbrowser. Unfortunately, I do not have a lot of programming skills, and do not know how I should approach this (use already existing software/freeware/openware, or use html/javascript). If you can suggest anything I would greatly appreciate it. Thanks.