I have a list of date and time rows, with multiple rows per day.
For each unique date I want to get the min and max time values.
How would one go about doing this in Excel v10 (aka 2002)?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
First, you could do this with Excel functions MIN(range) and MAX(range), but then you would have to construct a convoluted function to determine the range of rows with the given date.
Second, you could construct a pivot table… Using the date column for the rows, and having values of min time and max time, selecting from the time column and formatted as a time.