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.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!