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
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 457 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives