I think you are looking for something like this:
Start with your initial population (p), net population growth rate (g), time periods (t1, t2, t3, etc.) number of generations remaining until end of period for each time period in your evaluation period (n1, n2, n3, etc.).
So if you are breaking things out by decade (say 1901-1910 is time period t1, 1911-1920 is time period t2, … 2001-2010 is time period t11), say p is 10,000,000 (10 million), net growth rate g is 1.2 (2 adult members of population produce an avg of 2.4 children that will survive to adulthood and can in turn reproduce) and you say each generation is 20 years (so n1 is 5 or 100 yrs/20yrs per generation) then your initial population p would grow as follows over 100 years - p*(g^(n1)) = 10,000,000*(1.2^5)= 24,883,200. Now if you want to find out the total impact over the next 100 years of 50,000 people (e for emigration) leaving the country in that first decade t1, then you use e+e*(g^(n1))=50,000+50,000*(1.2^5)=174,416 (50K that left plus the 124K future offspring they would have generated).
Now when you are looking at emigration in later time periods such as t4 (1931-1940) there will be 70 years remaining so your n4 is just 3.5 (70 yrs/20yrs per generation), so 50k people emigrating in t4 would have impact 50,000+50,000*(1.2^3.5)=144,646.
If you want to get even more complex you could add in different growth rates for emigrees vs. immigrants, in which case you would calculate the impact of emigration and immigration individually first and then perform your subtraction to determine net overall impact.