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
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!