I need help on trying to do something.I have about 15 tables that are structured like this:
Year1 Year2 Year3 Year4 Forecast
Record 1 1 2 3 4
Record 2 5 6 7 8
I want to calculate the following formula, with the above number substituted:
[Year2(6)+ Year3(7) + Year4(8) / Year1(1)+ Year2(2)+ Year3(3)] * Year4(4)= Record2(Forecast)
Do you have any ideas on how to do this? Do I have to set a bookmark on Record1? I want to do the same type of calculation using Record2 and Record3 when it loops. Then I want to take the forecast numbers for each record and all 15 tables, and roll them up into one table.
Would I need to set an absolute record number to the counter, then reset it after each two records?
Would I need to write out the values to a separate table, then do the calculations from there?
Should I use a type of dynamic array?
HELP!!!!!!!
Year1 Year2 Year3 Year4 Forecast
Record 1 1 2 3 4
Record 2 5 6 7 8
I want to calculate the following formula, with the above number substituted:
[Year2(6)+ Year3(7) + Year4(8) / Year1(1)+ Year2(2)+ Year3(3)] * Year4(4)= Record2(Forecast)
Do you have any ideas on how to do this? Do I have to set a bookmark on Record1? I want to do the same type of calculation using Record2 and Record3 when it loops. Then I want to take the forecast numbers for each record and all 15 tables, and roll them up into one table.
Would I need to set an absolute record number to the counter, then reset it after each two records?
Would I need to write out the values to a separate table, then do the calculations from there?
Should I use a type of dynamic array?
HELP!!!!!!!