Yes and No. I tried to simplify it a little and I'm most likley taking the
wrong approch all together. My sheet is a daily work log. The log will
contain start and stop times with randomly located blank rows, up to 5,
seperating work shifts for that day.
eg.
a b
1 6:00 a 12:00 p
2 12:15 p 2:00 p
3
4 5:00 p 8:00 p
5
6 9:00 p 9:30 p
7 9:45 p 11:00 p
Result of formula's would, in this case, be in cells B2-B4. C2-C4 are
already found.
A B C
1 Start Stop
2 Shift 1 6:00 a 2:00 p
3 Shift 2 5:00 p 8:00 p
4 Shift 3 9:00 p 11:00 p
My first approch was to find the blank rows -1 and use the
"indirect(address)" to find the stop time of the shift. Now I need to find
the start time for that same shift. I was tring to use the Min function, in
this case column A1 thru A- row# located in a hidding column, say AA1, but I
can't seem to figure out how to incorporate the functions.
Sorry for the book but I hope this make sense.
Thank you