I inherited a spreadsheet from the last project coordinator that has some inefficiencies I'd like to ameliorate.
What I'd like to do is take a value from one sheet in the same book, and display it in this inherited sheet. I can get that far. My problem is filling it across the row for all dates.
So what I have is a list of names going down, a list of dates going across. What I want is for the first date to call up
=sum(sheet2!A3:A4); the second date to call up =sum(sheet2!A3:A5); the third date to sum with A6, and so on, with only the last number changing.
What happens, however, when I fill across, is that the LETTER value changes, so I get =sum(sheet2!B3:B4), =sum(sheet2!C3:C4)
I am struggling to figure out how to prevent this and make it do what I'd like.
I think the crux of the problem is that the sheet I am calling from has the names going across and the dates going down; the opposite of the sheet I am working on. I could recreate either sheet, but it's quite a bit of work and each one is better for its purpose constructed as they are.
I have a second, much more minor, issue but I'll leave it there for now. Thanks in advance.
What I'd like to do is take a value from one sheet in the same book, and display it in this inherited sheet. I can get that far. My problem is filling it across the row for all dates.
So what I have is a list of names going down, a list of dates going across. What I want is for the first date to call up
=sum(sheet2!A3:A4); the second date to call up =sum(sheet2!A3:A5); the third date to sum with A6, and so on, with only the last number changing.
What happens, however, when I fill across, is that the LETTER value changes, so I get =sum(sheet2!B3:B4), =sum(sheet2!C3:C4)
I am struggling to figure out how to prevent this and make it do what I'd like.
I think the crux of the problem is that the sheet I am calling from has the names going across and the dates going down; the opposite of the sheet I am working on. I could recreate either sheet, but it's quite a bit of work and each one is better for its purpose constructed as they are.
I have a second, much more minor, issue but I'll leave it there for now. Thanks in advance.