Jazzman
New Member
Hi!
I have these columns:
A: Date
B: start hrs
C: end hrs
D: Name
I have a working formula that check's if there are duplicate start/end hours at a same date (if that's the case the formula returns the value 1 in column E).
Now! my problem is that I can't figure out a formula that tells me if th name in column D appears more than 1 time at the same date, if so is the case I need a formula that returns the value 1 in column F.
I Sum columns E and F in column G. Then if value in column G <2 the result is "Ok" else "Not ok".
Duplicate example: (because the date is the same for Jack and start-end overlaps).
01.05.2013 10:00 - 13:00 Jack
01.05.2013 11:00 - 14:00 Jack.
Not duplicate: (because date is not the same)
01.05.2013 10:00 - 13:00 Jack
02.05.2013 11:00 - 14:00 Jack
I have these columns:
A: Date
B: start hrs
C: end hrs
D: Name
I have a working formula that check's if there are duplicate start/end hours at a same date (if that's the case the formula returns the value 1 in column E).
Now! my problem is that I can't figure out a formula that tells me if th name in column D appears more than 1 time at the same date, if so is the case I need a formula that returns the value 1 in column F.
I Sum columns E and F in column G. Then if value in column G <2 the result is "Ok" else "Not ok".
Duplicate example: (because the date is the same for Jack and start-end overlaps).
01.05.2013 10:00 - 13:00 Jack
01.05.2013 11:00 - 14:00 Jack.
Not duplicate: (because date is not the same)
01.05.2013 10:00 - 13:00 Jack
02.05.2013 11:00 - 14:00 Jack