I’m seeking guidance on how to use Make.com for data parsing and aggregation in Google Sheets. My objective is to automate the extraction of unique values from Column A in Sheet#1 and sum up corresponding values in Columns B and C for each unique entry, all within a neighboring sheet#2.
So far, I’ve explored various modules on Make.com but haven’t cracked the formula for filtering unique values and aggregating associated data as described.
Any advice on configuring Make.com to achieve this would be greatly appreciated!
First you have to use a array aggregator with all the required columns and group it by symbols and the use map and sum function for sum the value.
Step 1
Then map the values of the first column with key which is generated from array aggregator and the other two columns from the set multiple variable module
The reason for 0 sum is because the values that are coming from google sheet are strings. So for that you have to parse the value to get the correct output. Here are the steps you can follow:
Step1:
You can use only map function for proceeds in set multiple variable which will return a array