how do we extract the highest number (max) of the cars passing through the intersection AND at the hour of which it occurs?
thanks~!
how do we extract the highest number (max) of the cars passing through the intersection AND at the hour of which it occurs?
thanks~!
For the highest number (max) of the cars passing through the intersection:
=MAX(P8:P31)
For the hour at which it occurs:
=INDEX(B8:B31,MATCH(MAX(P8:P31),P8:P31,0))
Biff
Microsoft MVP Excel
Keep It Simple Stupid
Let's Go Pens. We Want The Cup.
Thanks for the awesome and so quick reply Biff,
is there a way to combine the two functions into the same cell?
=max
=index
?
Last edited by trafficcount; 06-10-2013 at 07:01 PM.
oh no need BIFF, i just had to change the cell to show TIME, THANKS AGAIN!!
You're welcome. Thanks for the feedback!![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks