PHIL.Pearce84
Board Regular
- Joined
- May 16, 2011
- Messages
- 152
- Office Version
- 365
- Platform
- Windows
Hi,
I have a rather large sheet containing vehicle tracking information, I need to identify the first trip for each day for each driver. I have the formula below, which seems to work over a short range, however when expanded to incorporate all entries I get a completely different value?
Any help would be greatly appreciated.
=MIN(IF(AND($C$2:$C$20964=Q1,$D$2:$D$20964=$P$2),$G$2:$G$20964,""))
Q1=Persons Name
P2=Date
I have a rather large sheet containing vehicle tracking information, I need to identify the first trip for each day for each driver. I have the formula below, which seems to work over a short range, however when expanded to incorporate all entries I get a completely different value?
Any help would be greatly appreciated.
=MIN(IF(AND($C$2:$C$20964=Q1,$D$2:$D$20964=$P$2),$G$2:$G$20964,""))
Q1=Persons Name
P2=Date