S
Smangler
My worksheet is not a dbase, nor a spreadsheet, but rather a weekly calendar
in which I count each individual's hours, yet it has to be in a printable
format.
I'm using 4 columns for each day: B=Start time, C=End time, D=Name, E=total
(Column A just helps with the visual references on the schedule)
(Side note: Column E contains the following formula =24*(IF(B2>C2,0,C2-B2)
in order to return a value I can work with.)
A B C D E
Start End Who Hrs
9H 9:00 10:00 1
Introductions Full Company 0
10H 0
10:30 12:00 1.5
11H Act I-i, ii, iii Neil, Patty, 0
Act II-i James 0
12H
I need to calculate the hours for each individual in a day. For instance,
James=2.5 hours, but Carol, who is not called for the 2nd session, would be 1.
Criteria was as follows:
Start Who Hrs
9:00 >0
9:30
10:00
10:30
and so on
=James
Basically what I want to ask is: if B:B is a time (not text) AND D
contains "NAME" OR "Full Company", SUM E:E when B:B is a time.
SUMPRODUCT and SUMIF don't seem to work as my criteria are on different rows.
I appreciate any help someone might be able to give me on the subject.
in which I count each individual's hours, yet it has to be in a printable
format.
I'm using 4 columns for each day: B=Start time, C=End time, D=Name, E=total
(Column A just helps with the visual references on the schedule)
(Side note: Column E contains the following formula =24*(IF(B2>C2,0,C2-B2)
in order to return a value I can work with.)
A B C D E
Start End Who Hrs
9H 9:00 10:00 1
Introductions Full Company 0
10H 0
10:30 12:00 1.5
11H Act I-i, ii, iii Neil, Patty, 0
Act II-i James 0
12H
I need to calculate the hours for each individual in a day. For instance,
James=2.5 hours, but Carol, who is not called for the 2nd session, would be 1.
Criteria was as follows:
Start Who Hrs
9:00 >0
9:30
10:00
10:30
and so on
=James
Basically what I want to ask is: if B:B is a time (not text) AND D
contains "NAME" OR "Full Company", SUM E:E when B:B is a time.
SUMPRODUCT and SUMIF don't seem to work as my criteria are on different rows.
I appreciate any help someone might be able to give me on the subject.