A
Amer Neely
I'm trying to get a sum of cell ranges from (named) sheets.
For example I have sheets named for the week days:
Sunday Monday Tuesday Wednesday Thursday Friday Saturday
In each sheet I have employees and hours.
I would like to do a SUM of all hours worked for an employee in all the
sheets.
In OpenOffice I can reference a cell in a different sheet: Sunday.A1
My question, how do I refer to a cell in a different (named sheet) in
Excel?
I'm thinking something like
=SUM(Monday.B7:B45,Tuesday.b7:b45,Wednesday.b7:b45,Thursday.b7:b45,Friday.b7:b45,Saturday.b7:b45,Sunday.b7:b45)
would work but I'm getting a 'NAME#' error in the cell.
--
Amer Neely
w: www.softouch.on.ca/
b: www.softouch.on.ca/blog/
Perl | MySQL programming for all data entry forms.
"We make web sites work!"
For example I have sheets named for the week days:
Sunday Monday Tuesday Wednesday Thursday Friday Saturday
In each sheet I have employees and hours.
I would like to do a SUM of all hours worked for an employee in all the
sheets.
In OpenOffice I can reference a cell in a different sheet: Sunday.A1
My question, how do I refer to a cell in a different (named sheet) in
Excel?
I'm thinking something like
=SUM(Monday.B7:B45,Tuesday.b7:b45,Wednesday.b7:b45,Thursday.b7:b45,Friday.b7:b45,Saturday.b7:b45,Sunday.b7:b45)
would work but I'm getting a 'NAME#' error in the cell.
--
Amer Neely
w: www.softouch.on.ca/
b: www.softouch.on.ca/blog/
Perl | MySQL programming for all data entry forms.
"We make web sites work!"