=ISBLANK, =IF??
I need help working out a flag formula, please.
If [Cell] contains anything (is not blank), turn on the star
If [cell] is blank leave star off
I have tried these - none work:
=ISBLANK([Date Invoice Approved & Who Requested]@row, "Off", "", "On"
=ISBLANK([Date Invoice Approved & Who Requested]@row, "0", "", "1")
=IF([Date Invoice Approved & Who Requested]@row = <>, 1, 0)
=IF([Date Invoice Approved & Who Requested]@row = "<>", 1, 0)
=IF([Date Invoice Approved & Who Requested]6 = "*", 1, 0)
Best Answer
-
Try something like this...
=IF([Date Invoice Approved & Who Requested]@row <> "", 1)
Answers
-
Try something like this...
=IF([Date Invoice Approved & Who Requested]@row <> "", 1)
-
WOO HOO! I figured it out!
=IF([Date Invoice Approved & Who Requested]@row = "", 0, 1)
Thank you Paul - your solution also worked, and I suppose is "neater". Thank you kindly.
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 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!