Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
RS RS is offline
external usenet poster
 
Posts: 113
Default Formula Question - CountIf?

I would like to do the following, but am at an impasse. I think this should
be simple, but it isn't working. Any help is very much appreciated!

I would like to find the following three categories from a column of data
(my data is in column B):

<=30 days
30 days but <=60 days
60 days


What formula would I use to find this data?

Thank you!!!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Formula Question - CountIf?

Not enough information.

<=30 days
30 days but <=60 days
60 days


What do those conditions apply to?

--
Biff
Microsoft Excel MVP


"RS" wrote in message
...
I would like to do the following, but am at an impasse. I think this
should
be simple, but it isn't working. Any help is very much appreciated!

I would like to find the following three categories from a column of data
(my data is in column B):

<=30 days
30 days but <=60 days
60 days


What formula would I use to find this data?

Thank you!!!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default Formula Question - CountIf?

Given that your Subject line said Countif, and assuming column B had the
number of days in it, you would use:
=countif(B:B,"<=30")
=countif(B:B,"<=60")-countif(B:B,"<=30")
=countif(B:B,"60")

Regards,
Fred

"RS" wrote in message
...
I would like to do the following, but am at an impasse. I think this
should
be simple, but it isn't working. Any help is very much appreciated!

I would like to find the following three categories from a column of data
(my data is in column B):

<=30 days
30 days but <=60 days
60 days


What formula would I use to find this data?

Thank you!!!


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
RS RS is offline
external usenet poster
 
Posts: 113
Default Formula Question - CountIf?

Thank you so much for your assistance! I really appreciate it. RS

"Fred Smith" wrote:

Given that your Subject line said Countif, and assuming column B had the
number of days in it, you would use:
=countif(B:B,"<=30")
=countif(B:B,"<=60")-countif(B:B,"<=30")
=countif(B:B,"60")

Regards,
Fred

"RS" wrote in message
...
I would like to do the following, but am at an impasse. I think this
should
be simple, but it isn't working. Any help is very much appreciated!

I would like to find the following three categories from a column of data
(my data is in column B):

<=30 days
30 days but <=60 days
60 days


What formula would I use to find this data?

Thank you!!!


.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default Formula Question - CountIf?

You're welcome. Thanks for the feedback.

Regards,
Fred

"RS" wrote in message
...
Thank you so much for your assistance! I really appreciate it. RS

"Fred Smith" wrote:

Given that your Subject line said Countif, and assuming column B had the
number of days in it, you would use:
=countif(B:B,"<=30")
=countif(B:B,"<=60")-countif(B:B,"<=30")
=countif(B:B,"60")

Regards,
Fred

"RS" wrote in message
...
I would like to do the following, but am at an impasse. I think this
should
be simple, but it isn't working. Any help is very much appreciated!

I would like to find the following three categories from a column of
data
(my data is in column B):

<=30 days
30 days but <=60 days
60 days

What formula would I use to find this data?

Thank you!!!


.




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
COUNTIF Function Formula Question Bonnie Excel Worksheet Functions 7 November 5th 09 11:04 PM
countif question Marline Excel Discussion (Misc queries) 2 October 11th 07 09:59 PM
CountIf formula question Marilyn Excel Discussion (Misc queries) 3 March 9th 07 06:45 PM
Countif formula question Frank Menard Excel Discussion (Misc queries) 2 February 23rd 07 05:23 PM
I have a question regarding countif formula. Fahad Farid Ansari Excel Worksheet Functions 6 October 1st 05 11:57 PM


All times are GMT +1. The time now is 04:12 PM.

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"