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
- 62.1K Get Help
- 348 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 282 Events
- 36 Webinars
- 7.3K Forum Archives