Using If Statement to reference another cell
Gia
✭✭
This should be simple but I just can't get it.
I would like to use an if statement to reference another cell. So, if Stock is greater than Number of Boxes to order, I'd like to reference the cell under Number of Boxes to order. If Stock is less than Number of Boxes to order, I can easily get zero to show, but I just cannot figure out how to reference a specific cell value.
Comments
-
Hi @Gia ,
Give this a tty.
=IF(Stock@row > [Number of Boxes Needed]@row, [Number of Boxes Needed]@row, 0)
Hope this helps,
Dave
-
Thank you DKazatsky2
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66K Get Help
- 429 Global Discussions
- 149 Industry Talk
- 488 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 153 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!