Create sheets based on master list and sheet template

apriljean

New Member
Joined
Feb 9, 2019
Messages
2
I am trying to make timecards that update from a master list.

First worksheet - master list with rows of info (name, acct code, time in, etc)
Second worksheet - timecard template (cells call upon info in the master list)

I can make sequential worksheets based on a list (column A), but I cannot seem to get the formulas in the worksheet to call upon the sequential rows for info - essentially, each timecard has a new name (column A) but continues to call upon all the cells in Row 1. I can go in manually and change the cell number in the formula … but that takes a while for a large crew! There must be a better way.

Thank you for the help.
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
What does this mean:
cells call upon info in the master list

Calls Upon ??
Do you mean you have a formula in the cell.
If so show me the formula.

 
Upvote 0
Yes.

For example:
=IF(TIMES!B7="","",TIMES!B7)

This is a formula from one cell in Worksheet 2, "Times" is the master sheet. The same cell in Worksheet 3 should call upon (sorry if that is the wrong lingo) B8, and so on.

I have been able to create a sequence of worksheets based on Column A (employee names) but each new worksheet continues to call upon row 7 - I would like each new worksheet in the sequence to move down the rows so I do not have to change each row number in the formulas manually (there are approximately 20 formulas per worksheet that call upon the master sheet for info.)
 
Upvote 0

Forum statistics

Threads
1,215,029
Messages
6,122,757
Members
449,094
Latest member
dsharae57

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top