Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have a column of values associated with unique dates/times. I need to be
able to perform different calculations on the column of values based on whether or not their associated unique dates/times are between a set of date/time ranges (upper and lower limits). What function should I be using to calculate column C based on the date/time ranges? Example: Column A Column B Column C Row 1 Start Time 03/01/2005 00:29:59 Row 2 End Time 03/01/2005 00:59:59 Row 3 Row 4 DATE/TIME VALUE CALCULATIONS Row 5 03/01/2005 00:29:59 1 2 Row 6 03/01/2005 00:59:59 1 2 Row 7 03/01/2005 01:29:59 2 6 c5 = b5*2 because a5 is in the time range of b1:b2 c6 = b6*2 because a6 is in the time range of b1:b2 c7 = b7*3 because a7 is not in the time range of b1:b2 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count cells in one range based on parameters in another range | Excel Worksheet Functions | |||
How can I assign a range starting cell based on a variable locati. | Excel Discussion (Misc queries) | |||
How can I assign a range starting cell based on a variable locati. | Excel Worksheet Functions | |||
Define a range based on another named range | Excel Worksheet Functions | |||
Can you average data in 1 column based on a range of values in another? | Excel Worksheet Functions |