Page 1 of 1

tabulation between tables

Posted: May 13th, 2014, 4:37 pm
by Maria
Hello everyone:
As I can use data from one table to another table?
For example, I have in the table 1 the total of people who attend college by age, and in table2 the sum of years of study by the same age range.
I need the last row of table 1 calculated by dividing the total of Table 1 between totals table2 ...
TABLE1(0,0) = TABLE1(0,1) / TABLE2 (0,1) ..,, is that possible?
Thank you very much!

Re: tabulation between tables

Posted: June 26th, 2014, 8:52 am
by savy
Yes. As long as the other tables you are referencing are already declared before the table you are working with.