Summary Formula Result in new Formula
I am generating multiple results in a Summary Sheet. I would like to use these results in a new formula within the same Summary, is this possible?
SS_Result1
SS_Result2
new formula =sum([SS-Result1]-[SS-Result2])
otherwise I have to combine the formulas within each against themselves, kinda tedious
Best Answers
-
Hey @SkiPatrolScott
Yes, you can use an existing summary field in another summary field within the same sheet. You can either click into the formula field of the existing formula to add to new formula, or type out the field name. Summary fields use a # in place of a row indicator. Using your example from above:
=new formula =[SS-Result1]#-[SS-Result2]#
If this doesn't make sense, help me understand where I lost you and I will try to explain it better.
Kelly
-
Thanks @Kelly Moore , I did have to add a ( around the equation ) but it did work.
=sum([summary field1]#-[summary field2]) the correct answer was produced.
Answers
-
Hey @SkiPatrolScott
Yes, you can use an existing summary field in another summary field within the same sheet. You can either click into the formula field of the existing formula to add to new formula, or type out the field name. Summary fields use a # in place of a row indicator. Using your example from above:
=new formula =[SS-Result1]#-[SS-Result2]#
If this doesn't make sense, help me understand where I lost you and I will try to explain it better.
Kelly
-
Thanks @Kelly Moore , I did have to add a ( around the equation ) but it did work.
=sum([summary field1]#-[summary field2]) the correct answer was produced.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives