I am in the middle of converting a somewhat complex spreadsheet layout into a database. The spreadsheet consists of a large amount of raw data entry, and then a large amount of calculations.
The problem is, some of the calculations rely on absolute fields. I have figured a way around this using mutliple queries.
However, my problem is now that some of the calculations rely on repeating differences between two cells. For example I have dataset 1, 2, 3, and 4, and the the calculation for dataset 2 depends on the difference in "time" from 1 to 2 times some other value. then the next calculated value (for dataset 3) is the difference between 2 and 3 times some value.
What is the best way to complete this.
Thanks for all of your help in advance!
The problem is, some of the calculations rely on absolute fields. I have figured a way around this using mutliple queries.
However, my problem is now that some of the calculations rely on repeating differences between two cells. For example I have dataset 1, 2, 3, and 4, and the the calculation for dataset 2 depends on the difference in "time" from 1 to 2 times some other value. then the next calculated value (for dataset 3) is the difference between 2 and 3 times some value.
What is the best way to complete this.
Thanks for all of your help in advance!