M
Mike Lynch
Can someone help me understand the error in my logic for
filtering a list of times with a formula (IF statement
used to select a RANGE). It apears only to filter values
that exactly match those of cell "A6" (if it is in the
range) and not those represented by the function. (Note
same problem exist when using integers in place of times,
so it should not be related to the use of the TIME
function)
I would prefer not to use the "autofilter" because I'm
also filtering a LONG list on non-continuous numbers
(which are a pain to select from auto filter check boxes
and change frequently). Example,
Criteria range (A1:A2)
Time
=IF(A6>=TIME(0,3,0),IF(A6<=TIME(0,4,0),A6,"OVER"),"UNDER")
List range (A5:A10):
Time
00:02:59
00:03:00
00:03:30
00:04:00
00:04:01
Copy to: A12
Thanks,
Mike
filtering a list of times with a formula (IF statement
used to select a RANGE). It apears only to filter values
that exactly match those of cell "A6" (if it is in the
range) and not those represented by the function. (Note
same problem exist when using integers in place of times,
so it should not be related to the use of the TIME
function)
I would prefer not to use the "autofilter" because I'm
also filtering a LONG list on non-continuous numbers
(which are a pain to select from auto filter check boxes
and change frequently). Example,
Criteria range (A1:A2)
Time
=IF(A6>=TIME(0,3,0),IF(A6<=TIME(0,4,0),A6,"OVER"),"UNDER")
List range (A5:A10):
Time
00:02:59
00:03:00
00:03:30
00:04:00
00:04:01
Copy to: A12
Thanks,
Mike