How to sum information from another sheet

Hi Actually, I have a smartsheet recovering information regarding the products manufactured during the fiscal year Periods P1to P13 (See picture 1)
I would like to sum all the products manufactured by fiscal year period on another smartsheet to regroup them like this (see picture 2)
Could you please help in how to make a formulation that can sum several lignes with a commun relation (Year fiscal period) on another smartsheet.
Thank you for your help and suggestionsΒ
Best Answer
-
What you actually need is a JOIN/COLLECT and not any of the SUM functions.
=JOIN(COLLECT({Source Sheet Column To Join}, {Source Sheet Period Column}, @cell = "P1"), CHAR(10))
Answers
-
What you actually need is a JOIN/COLLECT and not any of the SUM functions.
=JOIN(COLLECT({Source Sheet Column To Join}, {Source Sheet Period Column}, @cell = "P1"), CHAR(10))
-
Hi Paul, Thank you very much it's work perfectly as i was expecting.
Have a nice day
Help Article Resources
Categories
Check out the Formula Handbook template!