G
GEO
I have two tables that I would like to combine into a
third.
Table1
lastname total1
Table2
lastname total2
Table3
lastname total1 total2
*Not every lastname in Table1 is in Table 2 and vice
versa. What this will leave is that some lastnames will
have no data for total1 or total2.
**Is there an easy way to add total1 and total2 to total3?
third.
Table1
lastname total1
Table2
lastname total2
Table3
lastname total1 total2
*Not every lastname in Table1 is in Table 2 and vice
versa. What this will leave is that some lastnames will
have no data for total1 or total2.
**Is there an easy way to add total1 and total2 to total3?