How do I override a row in a secondary sheet when the info is updated in the master sheet?

Options

I have a Master sheet where all of the data is stored. I also have other secondary sheets that have just the applicable columns for those groups of people. When I update a date or cell in the master sheet, is there a way to either just update that same column in the secondary sheet with the new info or copy the entire row over and automatically delete or move the old row?

Best Answers

  • Michael Culley
    Michael Culley ✭✭✭✭✭
    Answer ✓
    Options

    As far as copying the rows to the secondary sheet, what I do is just hide the unnecessary columns. Other than that you can just have vlookup or index/match formulas in the columns on the secondary sheet to pull data from the first sheet.

  • Michael Culley
    Michael Culley ✭✭✭✭✭
    Answer ✓
    Options

    So when you hide the columns on the secondary sheet, they stay hidden even when new rows are coming over.

    I do this both ways depending on how much data we're talking about. If I only need like 2 columns of data, I'll use INDEX/MATCH.

Answers