Hello.
I have a data set with about 25 columns. I need to grab unique values for each column with a sum for another column. Is there a way to do this without 25 different summarize tools on the pallet?
For example, let's say one column is year with a unique value from 2010 to 2013 and one is marital status. So, in the end I would want to see:
Year| 2010| sum of value
Year| 2011| sum of value
Year| 2012| sum of value
Year| 2013| sum of value
MS | M |sum of value
MS | S |sum of value
I've attached an exported workflow and what I want the end result to look like if I used a bunch of Summarize tools on the tool pallet. My end goal is to have a macro that does this where the user can choose which columns to group by and which column to use as the value.
Solved! Go to Solution.