Hi,
I’m currently working on an accounting database, and I can’t seem to make absolute references across the different sheets.
This is what I tried to do (simplified):
Sheet 1:
January has a expenditures sheet, all of the expenditures in one category are added up, so cell A6 =SUM(A1:A5)
All of the expenditures in another category are added up as well, so cel B6 =SUM(B1:B5)
Sheet 2:
Next, I want to put this result in a summary, so in this sheet cell A1=‘Sheet 1’.A6
Here’s the problem: Where do I put the ‘$’-sign so I can just drag the formula down, resulting in a column that looks like this:
- cell A1=‘Sheet 1’.A6
- cell A2=‘Sheet 1’.B6
- cell A3=‘Sheet 1’.C6
etc.
Or is there another way to do this? I tried putting the dollar-sign everywhere, but nothing seemed to work, I’m at a loss… Can somebody please help me out?