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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!