Return value from another column for all Rows and set column to "column formula"

Ami Veltrie
Ami Veltrie ✭✭✭✭✭✭
edited 09/10/24 in Formulas and Functions

This formula is producing syntax error when I try to make the column a "column formula". Is there a workaround?

As we add new Rows (copied from different sheet), I want all values in Client Name column to equal Task column Row 1.

Best Answer

  • Kelly P.
    Kelly P. ✭✭✭✭✭✭
    Answer ✓

    @Ami Veltrie If you want all rows that are indented under a given row (a row that's completely outdented) to have that row's client name, no matter how many levels of indentation are occurring under that given row, then try this:

    =IFERROR(INDEX(ANCESTORS(Task@row), 1), "")

    Here's an example of the results:

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!