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
Check out the Formula Handbook template!