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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!