Trying to divide specific cells in one column by specific cells in another column in Summary Sheet.
Hello, I'm trying to divide cells in one column by cells in another column. After reviewing several similar questions I created this formula:
=SUM([SOR - # of Users Activated]72:[SOR - # of Users Activated]75 / SUM[SOR - # of Users Ordered]72:[SOR - # of Users Ordered]75)
This of course is not working, Could you advise if this can indeed be done and if so how I should change my formula, it is returning 'Invalid Operation'
Thanks!
Answers
-
Correction: This is the formula I created
=SUM([SOR - # of Users Activated]72:[SOR - # of Users Activated]75 / SUM([SOR - # of Users Ordered]72:[SOR - # of Users Ordered]75))
-
Just a misplaced closing parenthesis...
=SUM([SOR - # of Users Activated]72:[SOR - # of Users Activated]75) / SUM([SOR - # of Users Ordered]72:[SOR - # of Users Ordered]75)
You want
=SUM() / SUM()
You had
=SUM( / SUM())
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