Hi
I am trying to move my excel worksheets onto access as the process has grown somewhat.
I normally have a data sheet containing financial data. I then have an analysis sheet that contains customer numbers, expected target, and then a SUMPRODUCT to the data sheet to summarise the amounts (also used a pivot table to speed things up)
I anticipate it will look like this in access
CALC...CUST1...CUST2...CUST3...COMMITMENT...TOTAL....DIFF..
1......ABC12...HIJ56...JKL78...100,000......90,000...10,000
The 90,000 would be the SUM of TOTAL from the DATA sheet, using CUST 1 + 2 + 3 as the criteria for CUSTOMER. The DIFF column would be a calculated column
Would this be the bet approach for this type of database
Then I can keep all of my data in one place, then define calculation in a seperate database. Several calculations, all different combination of CUST
I am trying to move my excel worksheets onto access as the process has grown somewhat.
I normally have a data sheet containing financial data. I then have an analysis sheet that contains customer numbers, expected target, and then a SUMPRODUCT to the data sheet to summarise the amounts (also used a pivot table to speed things up)
I anticipate it will look like this in access
CALC...CUST1...CUST2...CUST3...COMMITMENT...TOTAL....DIFF..
1......ABC12...HIJ56...JKL78...100,000......90,000...10,000
The 90,000 would be the SUM of TOTAL from the DATA sheet, using CUST 1 + 2 + 3 as the criteria for CUSTOMER. The DIFF column would be a calculated column
Would this be the bet approach for this type of database
Then I can keep all of my data in one place, then define calculation in a seperate database. Several calculations, all different combination of CUST