Issue with simple division formula
I have a sheet that pulls labor hours via cell linking. I want the neighboring cell to result in total hours / 4, but I am continually getting an #INVALID OPERATION error. In the below, I want CM App Hrs = 40. If I manually type 160 in CM Hrs, the formula works fine.
All cells are Text/Number type (including the original sheet where info is linked from). I attempted to add a Value function, but still no luck.
Best Answer
-
Notice how the 160 shows up on the left-hand side of the cell? That's usually because Smartsheet has that value stored as text. But don't worry, we can account for that!
Use the VALUE function in your division equation to convert the CM Hrs to a numeric value:
=VALUE([CM Hrs]@row) / 4
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
Answers
-
Notice how the 160 shows up on the left-hand side of the cell? That's usually because Smartsheet has that value stored as text. But don't worry, we can account for that!
Use the VALUE function in your division equation to convert the CM Hrs to a numeric value:
=VALUE([CM Hrs]@row) / 4
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
-
Ah! Perfect, thank you!
Help Article Resources
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
Check out the Formula Handbook template!