Aug 09 2023 11:10 AM
Guys, I need to create a calculated column to check if the information in another column is empty, if it is empty "empty" if not "project talks", how can i do its?
Aug 10 2023 03:44 AM
@Juniohg Try formula like:
=IF(ISBLANK([Column Name]),"Empty","Project Talks")
Note:
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.