A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Formula Question - CountIf?



 
 
Thread Tools Display Modes
  #1  
Old March 8th, 2010, 03:57 AM posted to microsoft.public.excel.worksheet.functions
RS
external usenet poster
 
Posts: 171
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  
Old March 8th, 2010, 04:21 AM posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
 
Posts: 15,759
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  
Old March 8th, 2010, 04:39 AM posted to microsoft.public.excel.worksheet.functions
Fred Smith[_4_]
external usenet poster
 
Posts: 2,386
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  
Old March 8th, 2010, 05:45 PM posted to microsoft.public.excel.worksheet.functions
RS
external usenet poster
 
Posts: 171
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  
Old March 8th, 2010, 08:38 PM posted to microsoft.public.excel.worksheet.functions
Fred Smith[_4_]
external usenet poster
 
Posts: 2,386
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!!!


.


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:22 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.