=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.4K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 464 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!