A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Dear @Marianne McNamara I completely understand the frustration that copying and maintaining 60 separate sheets manually is very time‑consuming.Since your master schedule uses a “1” to indicate that a volunteer is assigned to a specific date, you can use the FILTER function to automatically return only those volunteers for any given date. This function is designed to extract only the rows that meet a condition and will update automatically whenever your source data changes.
For more information, you can refer to this article: Excel FILTER Function: Extract Data Dynamically with Examples
Disclaimer: This link is shared by community members for your convenience. It points to a third-party site that is not managed or verified by Microsoft. We can’t guarantee the quality, safety, or suitability of any content or software found there. Please review carefully and make sure you understand any potential risks before using it.
- For example, on your “by date” worksheet, you can use a formula like this: =FILTER(Sheet1!A2:A101,Sheet1!B2:B101=1,"No volunteers").
- Once you enter this formula, Excel will automatically return only the names where the value is 1 for that date, and it will stay fully in sync with your primary sheet, no more manual copying or updating required.
If you prefer not to use formulas, another alternative is to use Excel’s “Paste Link” option. This allows you to link cells from your master worksheet to another worksheet so that changes in the master are reflected automatically.
Go to the destination cell where you want the link > Right-click > In the Paste Options dialog, click Paste Link.
I hope the information shared helps point you in the right direction. If I misunderstand anything, please feel free to correct. If possible, could you share your example excel screenshots to me for better understanding?
The first response may not always resolve the issue right away, but with your help and more details, we can work toward a solution.
Thank you for your patience and understanding. I'm looking forward for your reply.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.