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
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!