Trying to get a box to check
Good Day,
I am trying to get a box in a column to check if two conditions are met:
- If one cell is not blank and the other is blank. I can't get it to work.
=IF(AND(NOT(ISBLANK([Captain Jack's]@row, ISBLANK([Quantity (Captain Jack's)]@row), 0, 1), 0))
Best Answers
-
Hi @Craig Lemberger,
Try this: =IF(AND(NOT(ISBLANK([Captain Jack's]@row)), ISBLANK([Quantity (Captain Jack's)]@row)), 1, "")
Best of luck to you!
BRgds,
-Ray
-
It worked!!! Thank you so very much @Ray Lindstrom
Answers
-
Hi @Craig Lemberger,
Try this: =IF(AND(NOT(ISBLANK([Captain Jack's]@row)), ISBLANK([Quantity (Captain Jack's)]@row)), 1, "")
Best of luck to you!
BRgds,
-Ray
-
I am search of the same type of help. Should the formula contain an COUNTIFS?
-
It worked!!! Thank you so very much @Ray Lindstrom
-
@LMC,
No countifs for this particular situation.
-
@Ray Lindstrom Thanks again. I am now trying to get the box to check dependent on two separate scenarios. The one you helped me with above plus another.
=IF(OR(AND(NOT(ISBLANK([Captain Jack's]@row)), ISBLANK([Quantity (Captain Jack's)]@row)), IF(AND(NOT(ISBLANK([Quantity (Captain Jack's)]@row)), ISBLANK([Captain Jack's]@row)), 1, "")))
I tried all different ways but still not working. Do you see anything right away that is wrong?
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
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!