LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #11   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default conitif doesn't recognise time format? how to get round this?

Sorry, this is like drawing teeth. We're trying to help you, but we can't
help you if you won't answer the simple questions and if you steadfastly
persist in withholding the information which we'd need to be able to help
you. Hopefully you can sort it out for yourself.
--
David Biddulph

"mavgn" wrote in message
...
david,
it seems it is counting everything after the 06:00 or 07:00 which is
what i tried to say on my last message.
Tom i have also tried your reply i have never used sumproduct before and
have had results within what i am looking for. i am still having some
difficulties but i have to go now till tomorrow afternoon.

thank you both for your help so far.

"David Biddulph" wrote:

You didn't answer my question.
--
David Biddulph

"mavgn" wrote in message
...
i need the result to be numbers/times = to 06:00 but not more than
07:00.
i am going through 24hrs worth of data and want to break it up into
scan's
per 1hr

"David Biddulph" wrote:

If you're struggling to debug your formula, split it up into
manageable
chunks.
=COUNTIF(mon!$D$3:$D$1500,"="&TIME(6,,)) gives you the number greater
than
or equal to 06:00
=COUNTIF(mon!$D$3:$D$1500,"="&TIME(7,,)) gives you the number greater
than
or equal to 07:00
Which of those gives a number different from what you expected?
--
David Biddulph

"mavgn" wrote in message
...
i am newish at excel and am still learning. i have changed that but
it
gives
me "06/08/1902 00:00" as an answer? i change that to genral format
and
it
changes to 949 which i know is way over what i should be looking
for.
=COUNTIF(mon!$D$3:$D$1500,"="&TIME(6,,))-COUNTIF(mon!$D$3:$D$1500,"="&TIME(7,,))


"David Biddulph" wrote:

So presumably you have changed "" to "=" ?
--
David Biddulph

"mavgn" wrote in message
...
i am looking for the number of entries between eg 06:00 and 07:00
or
06:59.
"" is grater than but i need between
"David Biddulph" wrote:

You could use

=COUNTIF(mon!$D$3:$D$1500,""&6/24)-COUNTIF(mon!$D$3:$D$1500,"="&7/24)
or

=COUNTIF(mon!$D$3:$D$1500,""&TIME(6,,))-COUNTIF(mon!$D$3:$D$1500,"="&TIME(7,,))I
am assuming that you have only times in the cells, not dates and
timestogether merely formatted as times.--David Biddulph"mavgn"
wrote in
...i
am
tring to get excel to count the number of entries of certain
times
anda
worksheet. but the format is time eg 06:15 and i want it to look
for
the
number of entries from "06". can anyone help.
=countif(mon!$D$3:$D$1500,"06*") is what i have got to so far
but
itsbecause the details that it is looking at are in time
format. I
dont
want to haveto manualy change all the times to text which would
work
but
takes to long.













 
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
Round/Display (HR:MN:SEC) data in decimal HR format for Time C Nauj Solrac Excel Discussion (Misc queries) 6 March 26th 09 05:34 PM
How do I round time Ana Excel Worksheet Functions 2 September 28th 06 12:44 AM
excel can no longer recognise format mdavis27 Excel Discussion (Misc queries) 0 July 2nd 06 10:48 PM
Round UP Time carl Excel Worksheet Functions 1 January 7th 05 04:31 PM
How do I round time? cpme Excel Worksheet Functions 3 November 17th 04 12:37 AM


All times are GMT +1. The time now is 08:50 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"