Using results of a formula column

I’ve written a simple formula to meet 3 conditions in the board, and it works correctly:

IF(
AND(
{Activity Type} <> “Tour”,
{Activity Type} <> “Lecture”,
{Contact List}
),
“Create”,
“”
)

Can someone please help on how I can use the result that is given “Create” , to create a board out of template?

I can’t find any way to use that result and it’s frustrating.

Thank you for your help.

See my response to your other post.


What if we could break free of the Formula column? and write formulas that update any type of columns? What if a formula could update multiple columns at once? This is possible with the Advanced Formula Booster app.