If is blank and not blank formula
Hi i have two columns with Date as column property “Next PoC Date” and “ Target end date” and i need to have an additional column that show me the following:
- If Next PoC Date is in blank show me “Target end date”
- If Next Poc Date is not blank, show me “Next PoC date”
All these in the same column. (This column will be the one that i will use to make a chart in Power BI)
Thanks for your help as usual.
Best Answer
-
You would use a basic IF statement like so…
=IF([Next PoC Date]@row = "", [Target End Date]@row, [Next PoC Date]@row)
Answers
-
You would use a basic IF statement like so…
=IF([Next PoC Date]@row = "", [Target End Date]@row, [Next PoC Date]@row)
-
As usual thanks @Paul Newcome for your answer. Simple formula. I was triying to add the “ISBlank” into the formula when there was a simple way to formulate. Thanks again. Just for future reference who can see this post and try to find same solution, the extra column where it is the formula has to be Date property too, if not you will going to have an error of “invalid column value”.
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 462 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!