Transfer data between tables
Hello, I'm able to pull an SQL table that's in a very simple format. One column has a unique ID (UID) another column has column headers, and the third has a UID. I have another table where certain cells have the same UID. I want to plug the values from the first table ("UID") to the second, new table ("New"). Tabulate was the perfect tool to sort the column headers and give me a row count, but bec...