I have two data tables;
- Table 1 has records with "recommended zip codes" these zip codes are in a single delimited field
- Table 2 has a data table with zip codes and corresponding populations
Ultimately I just want to find the total population for all zip codes listed in the single field (even within an interface)
I can see this being solved in two different ways:
- a formula to recognize each separate value stored in the same field
- some way to separate all the separate zip code values into distinct columns within the same record
Any ideas on how to solve for either of these?
