We have an Excel workbk tracking newspaper charges for our residents. Each monthly sheet has the following:
Col A has the date, beginning with the first Sunday of the month, and incrementing by one day per row.
Col B has the corresponding day of the week beginning with Sunday.
Col C has a dollar amount.
Then there's another sheet with just the Sundays for an entire period.
Col A has the date, beginning with the first Sunday of the period, and incrementing by seven days per row.
Col B has the corresponding day, which is always Sunday.
Col C has a dollar amount.
What we need is a way to make each Sunday amount in Col C on the monthly sheets equal to the appropriate Sunday amount from Col C on the Sunday sheet. In other words,
Sheet1:A2=Sheet2:A2
Sheet1:A9=Sheet2:A3
Sheet1:A16=Sheet2:A4
etc...
I've tried making a formula, but it only works right for the first Sunday of the month. When I copy the formula, and paste it to the next Sunday, the cell reference is wrong. Excel wants to make Sheet1:A9=Sheet2:A9, etc.
Is there a way to make a formula that will work the way we need it to when it's copied to each Sunday on Sheet1?
Thanks,
-Jeff
Col A has the date, beginning with the first Sunday of the month, and incrementing by one day per row.
Col B has the corresponding day of the week beginning with Sunday.
Col C has a dollar amount.
Then there's another sheet with just the Sundays for an entire period.
Col A has the date, beginning with the first Sunday of the period, and incrementing by seven days per row.
Col B has the corresponding day, which is always Sunday.
Col C has a dollar amount.
What we need is a way to make each Sunday amount in Col C on the monthly sheets equal to the appropriate Sunday amount from Col C on the Sunday sheet. In other words,
Sheet1:A2=Sheet2:A2
Sheet1:A9=Sheet2:A3
Sheet1:A16=Sheet2:A4
etc...
I've tried making a formula, but it only works right for the first Sunday of the month. When I copy the formula, and paste it to the next Sunday, the cell reference is wrong. Excel wants to make Sheet1:A9=Sheet2:A9, etc.
Is there a way to make a formula that will work the way we need it to when it's copied to each Sunday on Sheet1?
Thanks,
-Jeff