Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default filter list of times Excel 2003

If you have a list of times eg:
00:00
00:15
00:30
00:45
01:00
etc, how can you sort them so you can only see those ending in 0? Have
tried a range of filters and also an IF statement, but format keeps showing
full hh:mm:ss in formula bar when I do either of these, despite having set up
a custom format for hh:mm, which still shows as cell format in Format Cell
menu. Any help much appreciated

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default filter list of times Excel 2003

Alternative returning TRUE/FALSE

=ROUND(MINUTE(A3)/2,0)*2=MINUTE(A3)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Sandy Mann" wrote in message
...
In a helper column enter the formula:

=IF(ROUND(A3/"00:10",0)*"00:10"=A3,1,0)
and copy down. Then filter on 1

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"DonnaO" wrote in message
...
If you have a list of times eg:
00:00
00:15
00:30
00:45
01:00
etc, how can you sort them so you can only see those ending in 0? Have
tried a range of filters and also an IF statement, but format keeps
showing
full hh:mm:ss in formula bar when I do either of these, despite having
set up
a custom format for hh:mm, which still shows as cell format in Format
Cell
menu. Any help much appreciated






  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,345
Default filter list of times Excel 2003

"Bob Phillips" wrote in message
...
Alternative returning TRUE/FALSE

=ROUND(MINUTE(A3)/2,0)*2=MINUTE(A3)

Except that 0:16 would trurn TRUE whereas the OP only wants time ending in 0

--
Regards

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there an Excel 2003 Advanced Filter Bug?! danielnickless Excel Discussion (Misc queries) 0 June 8th 07 10:40 AM
Excel 2003 doesn't filter correctly tclarke012 Excel Discussion (Misc queries) 2 August 7th 05 12:17 PM
Functions which can be used any number of times in excel-2003 BHUVANESWARI.P Excel Worksheet Functions 1 June 26th 05 04:00 PM
need pcx graphics filter for excel 2003 The Jezereck Excel Discussion (Misc queries) 0 May 3rd 05 06:29 PM
Excel 2003 Filter Problem bkbrueggemann Excel Discussion (Misc queries) 3 February 1st 05 11:49 PM


All times are GMT +1. The time now is 05:16 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"