Flag based on blank column formula help
I am trying to create a formula where a column will flag if another column is still blank 2 days after a date.
Essentially, if column named "Disposition after Phone Meeting" is still blank 2 days after date column "Initial Phone Meeting" date, then flag.
Thoughts? Thank you so much!!
Answers
-
My assumption is you have a column setup with Symbol - Flags for this response. Here is a formula that should work if you put it in the flag column:
=IF(AND(NETDAYS([Initial Phone Meeting]@row, TODAY()) > 2, ISBLANK([Disposition after Phone Meeting]@row)), 1, 0)
-
Hi Danielle! I do have a symbol column set up -- when I enter that formula into it, it's still coming back with #INVALID.
-
#INVALID what? There are a few errors that start with invalid.
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!