SUMUP reporting

Hello, Hope you can help me.
I wanted to create a report where I can count CSM name in one row and the sum of their Future, 1-30 Days......
Something like this below:
I have 22 CSM names so I have 22 rows. Thank you.
Best Answers
-
Will this be done on a separate sheet from or the same sheet as the data? Either way you are going to want to look into the SUMIFS function.
=SUMIFS({Range to sum}, {CSM Name}, "Jose Rizal")
-
Then you are going to want to use the proper steps for creating cross sheet references and use the syntax above.
Answers
-
Will this be done on a separate sheet from or the same sheet as the data? Either way you are going to want to look into the SUMIFS function.
=SUMIFS({Range to sum}, {CSM Name}, "Jose Rizal")
-
Paul - It would be a separate sheet. Thanks.
-
Then you are going to want to use the proper steps for creating cross sheet references and use the syntax above.
Help Article Resources
Categories
Check out the Formula Handbook template!