I need help with a IF formula with a check box
I want to create a report of all my orders that are ordered AND verbally confirmed, but when an order is only verbally confirmed I want a star to be next to the order.
I have a date column that notes a verbal confirmation. I also have a date column that notes an order date.
I want the check box to check IF there is a verbal confirmation but not order, and uncheck once there is an order date. I cannot figure out the right IF formula to make this work.
Best Answers
-
Hi There!
Give this a try:
=IF(AND(NOT(ISBLANK([Verbally Confirmed]@row)), ISBLANK([Order Date]@row)), 1, 0)
-
That is perfect. Thank you!
Answers
-
Hi There!
Give this a try:
=IF(AND(NOT(ISBLANK([Verbally Confirmed]@row)), ISBLANK([Order Date]@row)), 1, 0)
-
That is perfect. Thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 138 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!