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
- Customer Resources
- 64.7K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 468 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 64 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!