IF Formula Help Please
I'm having a moment and can't figure out this formula. I want a row formula that assigns an owner (will always be the same one) if there is a Task listed.
So, if the Action@row isn't blank/empty I want it to make the Action Owner a specific person. Make sense? Essentially it's my own action log, but I need my name as the owner for each action, because I have a rollup from multiple action logs (from other projects I'm on) and have a criteria pulling by my name. I just want to hide the action owner column on my own personal log and each time I enter a task, I know it'll assign it to me based on the formula.
Answers
-
You can either use a formula or recently used automation workflow.
Formula: IF(NOT(ISBLANK(@Action@row)), <Your Name>,"")
Or use the Assign People workflow when new row is added.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!