- Joined
- May 20, 2006
- Messages
- 54,597
- Reaction score
- 26,359
- Location
- NE Florida
- Resorts Owned
- Marriott Grande Vista
Marriott Harbour Lake
Sheraton Vistana Villages
Club Wyndham CWA
I don't know if you are putting this in an Access database or just an Excel spreadsheet with all the data. If in Access, I think two separate tables is best. Then you aren't really duplicating MF amounts.
These two spreadsheets can then be joined up in MS Access to produce whatever data you want to extract. I can't see the last updated spreadsheet, but I would also compile the data in list form instead of linear. Meaning, Have a separate record for each year, don't add new columns for each year. You can always pivot to put the years in to columns. Lists are so much easier to work with and query.
- Spreadsheet one would include all of the possible combinations that have primary keys across Resort, Size, Season, View. This spreadsheet would contain the DC point allocations.
- Spreadsheet two would include all the the possible combinations to capture MF amounts. It would have primary keys across Resort, Size, and Season. Though season would be blank for all states except for Florida. Season is only a factor in the tax MF amount in Florida because of the Tax. The spreadsheet shouldn't capture tax amounts for California or the USVI since that isn't billed by Marriott.
These two spreadsheets can then be joined up in MS Access to produce whatever data you want to extract. I can't see the last updated spreadsheet, but I would also compile the data in list form instead of linear. Meaning, Have a separate record for each year, don't add new columns for each year. You can always pivot to put the years in to columns. Lists are so much easier to work with and query.