Formula If its Blank
I have this formula:
=INDEX(COLLECT({DS-Email}, {DS-Office}, [Office Helper]@row, {DS-Title}, Title@row), 1) that works.
I want to add "And when Termed Date column is blank."
I came up with this formula:
=IF(ISBLANK([Termed Date]@row), INDEX( COLLECT({DS-Name},{DS-Office}, [Office Helper]@row, {DS-Title}, Title@row ), 1 ), "")
But, it gives me a an error. I want to index employees from the directory that are current.
Example below: I don't want it to index Jennifer's name because she has a date in the termed date column.
Best Answer
-
Try the below formula:
=INDEX(COLLECT({DS-Name}, {DS-Office}, [Office Helper]@row, {DS-Title}, Title@row, {DS-Termed Date}, ""), 1)
Answers
-
Try the below formula:
=INDEX(COLLECT({DS-Name}, {DS-Office}, [Office Helper]@row, {DS-Title}, Title@row, {DS-Termed Date}, ""), 1) -
@Shanky Paul Thank you so much! Much appreciated!
-
@Brittanyy Glad it worked!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.1K Get Help
- 349 Global Discussions
- 198 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!