G
Guest3731
I'm trying to make a spreadsheet that will double as a timesheet for
work as well as a way of keeping track of how much time is spent on
each of several different projects throughout the day.
Columns A through C are time in, time out, and total time. These are
no problem. Column D is where I'd like to enter a project code, like
ABC or DEF. columns E through J, say, are the issue. I'd like to
label them at the top with project codes, ABC for instance, and for a
given row, say, row 1, I'd like to carry over a row's value to the
corresponding column for summation. That is, if cells C3 and D3
contain "1.0" and "ABC", I'd like cell E3 to also contain "1.0", such
that the sum of column E contains all of that day's entries that are
marked "ABC". Does this make sense? I'm not sure if I can use a
VLOOKUP for this, or perhaps just a complicated set of IFs in each
cell of columns E-J.
Any help would be greatly appreciated.
work as well as a way of keeping track of how much time is spent on
each of several different projects throughout the day.
Columns A through C are time in, time out, and total time. These are
no problem. Column D is where I'd like to enter a project code, like
ABC or DEF. columns E through J, say, are the issue. I'd like to
label them at the top with project codes, ABC for instance, and for a
given row, say, row 1, I'd like to carry over a row's value to the
corresponding column for summation. That is, if cells C3 and D3
contain "1.0" and "ABC", I'd like cell E3 to also contain "1.0", such
that the sum of column E contains all of that day's entries that are
marked "ABC". Does this make sense? I'm not sure if I can use a
VLOOKUP for this, or perhaps just a complicated set of IFs in each
cell of columns E-J.
Any help would be greatly appreciated.