Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Hello everybody,
I have a data that is like this: Date Room Time In 1 1 7:30 am 1 1 10:30 am 1 2 8:30 am 1 2 1:10 pm 2 1 8:30 am 2 1 6:40 am 2 1 9:45 pm etc can i have the minimum of every date AND room?, i.e. have a set of minimums for each room and each room? I am interested in knowing the starting times throughouth a month for all rooms. regards |
#2
![]() |
|||
|
|||
![]()
Try a Pivot Table. Select the range of data and go to (in
XL2003) Data PivotTable and PivotChart Report. Click "Next" twice and then click the "Layout" button. From here, drag the date field to the ROW area, the room field to the COLUMN area, and time in to the DATA area. Double-click on the time in field and change it to Min. Click OK and Finish. Note that you'll probably have to re- format the time values as time, which you can do in the Pivot Table or afterward. Also, I'm assuming you don't have more than around 250 rooms. If so, put the room field in the ROW area under date. To learn more about Pivot Tables, see: http://www.cpearson.com/excel/pivots.htm http://it.fuqua.duke.edu/public/2001...leIntroduction http://edferrero.m6.net/Pivot20031.html HTH Jason Atlanta, GA -----Original Message----- Hello everybody, I have a data that is like this: Date Room Time In 1 1 7:30 am 1 1 10:30 am 1 2 8:30 am 1 2 1:10 pm 2 1 8:30 am 2 1 6:40 am 2 1 9:45 pm etc can i have the minimum of every date AND room?, i.e. have a set of minimums for each room and each room? I am interested in knowing the starting times throughouth a month for all rooms. regards . |
#3
![]() |
|||
|
|||
![]() =MIN(IF(($A$2:$A$8=A2)*($B$2:$B$8=B2)<0,$C$2:$C$8 )) <ctrl<shift<enter 'array formula Replace "=a2" and "=b2" with table of unique dates and rooms "Hassan Alameh" wrote: Hello everybody, I have a data that is like this: Date Room Time In 1 1 7:30 am 1 1 10:30 am 1 2 8:30 am 1 2 1:10 pm 2 1 8:30 am 2 1 6:40 am 2 1 9:45 pm etc can i have the minimum of every date AND room?, i.e. have a set of minimums for each room and each room? I am interested in knowing the starting times throughouth a month for all rooms. regards |
#4
![]() |
|||
|
|||
![]()
Thank you alot, it worked,
also i managed to do it using subtotals + min for each subtotal.. regards.. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
splitting 1 column of data into multiple columns | Setting up and Configuration of Excel | |||
Formula to compare multiple rows values based on another column? | Excel Worksheet Functions | |||
same cell from multiple sheets into one column | Excel Discussion (Misc queries) | |||
merge data from multiple columns to single column | Excel Worksheet Functions | |||
multiple criteria in one column | Excel Worksheet Functions |