I have what I want to do in an excel sheet with over 700,000 cells, but would like to turn it into a web based app.
The First step to overcome has to do with figuring out the "shipping zone". So basically, I have a page within the excel workbook that has 550,000 entries.... it is comparing origin and destination zip codes. It searches for a range, on both ends, and then returns the "zone" which has a different number for each of the 5 shipping speeds.
So for example,
- Origin: 28107
Dest: 91311
Ground Zone: 8
- 3 Day Zone: 308
- 2 Day zone: 208
- Next Day Saver: 138
- Next Day Air: 108
The next step will then be to reference a rate table where the "ship speed", the zone for that ship speed, and the weight, will be referenced.... and will then return a number.
I do not know what type of Database would be best to do this.... Where do I even start?