dya
New Member
- Joined
- Apr 26, 2011
- Messages
- 49
Ok, this one is sorta complicated, and I haven't been able to find a good answer. Also, not wanting to use macros, since this is a schedule and will need to be sent out to many people (some with mac office 08).
So I have 3 columns, set up like this:
Time | Name | Total hours
.25 | |
.5 | |
1.5 | Sally | 2.25
1 | |
.75 | |
1.25 | |
1 | Joe | 4.00
So, I need formulas for that 3rd column (C). It should sum the values of the 1st column (A) on the same row and up to the row below the one where column B is not blank.
i.e. for the cell to the right of Joe (C8), it should add cells A8,A7,A6,A5 and not add A4 or before (or any below), because it has found a non blank cell in B4 where Sally's block ends.
(also, it should return blank if the adjacent B cell (name) is blank, but i can do that part)
Thank you so much!!!
So I have 3 columns, set up like this:
Time | Name | Total hours
.25 | |
.5 | |
1.5 | Sally | 2.25
1 | |
.75 | |
1.25 | |
1 | Joe | 4.00
So, I need formulas for that 3rd column (C). It should sum the values of the 1st column (A) on the same row and up to the row below the one where column B is not blank.
i.e. for the cell to the right of Joe (C8), it should add cells A8,A7,A6,A5 and not add A4 or before (or any below), because it has found a non blank cell in B4 where Sally's block ends.
(also, it should return blank if the adjacent B cell (name) is blank, but i can do that part)
Thank you so much!!!