Updating "master" task sheet status from six sub-project task sheets

Options

I want to keep task sheets for six projects. I want them to feed to a "master" sheet. I have successfully created the automations to copy tasks as added to the six sheets to the master. Where I am struggling is in updating the master as tasks move from "new" to "in process" to "complete". I don't want to use an automation because I do not want to add duplicate rows. I just want to update the rows. I can use vlookup but it can only look at one sheet. I need a formula to look at six sheets and find the matching task so I can update the status. I have successfully used IFERROR to create a formula that looks at two sheets:

=IFERROR((VLOOKUP([Task Name]1, {Project1 Tasks Range 1}, 2, false)), (VLOOKUP([Task Name]1, {Project2 Tasks Range 1}, 2, false)))

This formula looks for the task on Project1. If it doesn't find it, it generates an error and looks at Project2. If it finds the task on Project2, it updates the status. I tried to nest it again to look at a third sheet, but I cannot get it to work. Has anyone tried anything like this? Is there a better way to parse multiple sheets? Thank you in advance.

Best Answer

  • Dale Murphy
    Dale Murphy ✭✭✭✭✭✭
    Answer ✓
    Options

    @GrantKJohnson What is the purpose of the master sheet, other than as a central task creation sheet?

    Could you create the sub-project sheets separately to start, and use a report that consolidates a view across all the (sub-) project sheets?

    If there is value in creating tasks in a central sheet and copying these rows into sub-sheets, you could maintain that part of the process and still have a report to produce the aggregation. (Maybe moving the rows is better, to avoid duplication?)

    You can update status in that report instead of directly in the master.

    dm

Answers

  • Dale Murphy
    Dale Murphy ✭✭✭✭✭✭
    Answer ✓
    Options

    @GrantKJohnson What is the purpose of the master sheet, other than as a central task creation sheet?

    Could you create the sub-project sheets separately to start, and use a report that consolidates a view across all the (sub-) project sheets?

    If there is value in creating tasks in a central sheet and copying these rows into sub-sheets, you could maintain that part of the process and still have a report to produce the aggregation. (Maybe moving the rows is better, to avoid duplication?)

    You can update status in that report instead of directly in the master.

    dm

  • GrantKJohnson
    Options

    @Dale Murphy : Thank you. I knew there had to be a better way. No reason besides I am a Smartsheets newbie and still learning. I will try your way. It sounds much better!

  • Dale Murphy
    Dale Murphy ✭✭✭✭✭✭
    Options

    @GrantKJohnson Great. Yes, I discovered the reporting functionality that pulls several sheets (or entire workspaces) into a single report is useful. Mind you, it requires careful sheet construction, ideally from the same template, so that columns have matching characteristics.

    Cheers,

    dm

  • GrantKJohnson
    Options

    Thank you again. I did create all my sheets from the same template. It works perfectly!

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!