S
saltnsnails
Ok, so the background is below....i have edited the proposed formula with my
cell references....
=MAX(0,MIN(D$10,B55)-MAX(C$10,A55))/60*1440,0)
and yes it does work...but only if times are only entered in cells C10 and
D10....I need the formula to continue for time in/outs in cells E10:J10 and
then allocate to the correct 15 minute increment time frame....i hope this
makes sense...let me know if you need more info.....THANKS FOR ANY HELP!!!
-crm
OK, try this:
=MAX(0,MIN(H$1,B1)-MAX(G$1,A1))/60*1440
You might want to round to 2 decimal places:
=ROUND(MAX(0,MIN(H$1,B1)-MAX(G$1,A1))/60*1440,2)
cell references....
=MAX(0,MIN(D$10,B55)-MAX(C$10,A55))/60*1440,0)
and yes it does work...but only if times are only entered in cells C10 and
D10....I need the formula to continue for time in/outs in cells E10:J10 and
then allocate to the correct 15 minute increment time frame....i hope this
makes sense...let me know if you need more info.....THANKS FOR ANY HELP!!!
-crm
OK, try this:
=MAX(0,MIN(H$1,B1)-MAX(G$1,A1))/60*1440
You might want to round to 2 decimal places:
=ROUND(MAX(0,MIN(H$1,B1)-MAX(G$1,A1))/60*1440,2)