Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
GD GD is offline
external usenet poster
 
Posts: 83
Default Help needed on possible countif..

Hi, i have the following data set...

A B C D E F
1 12 57 101 0 90
2 12 57 88 0 90
3 12 57 76 0 90
4 12 57 204 0 90

I'm looking for a Countif formula in column F which will count how many
instances in Cells A-D are LESS THAN the value in E. I thought it would be
something along the lines of =COUNTIF(A1:D1, A1:D1<E1) but i get a zero?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Help needed on possible countif..

Try

=COUNTIF(A1:D1,"<"&E1)

Mike

"GD" wrote:

Hi, i have the following data set...

A B C D E F
1 12 57 101 0 90
2 12 57 88 0 90
3 12 57 76 0 90
4 12 57 204 0 90

I'm looking for a Countif formula in column F which will count how many
instances in Cells A-D are LESS THAN the value in E. I thought it would be
something along the lines of =COUNTIF(A1:D1, A1:D1<E1) but i get a zero?

  #3   Report Post  
Posted to microsoft.public.excel.misc
GD GD is offline
external usenet poster
 
Posts: 83
Default Help needed on possible countif..

Fantastic, thanks

"Mike H" wrote:

Try

=COUNTIF(A1:D1,"<"&E1)

Mike

"GD" wrote:

Hi, i have the following data set...

A B C D E F
1 12 57 101 0 90
2 12 57 88 0 90
3 12 57 76 0 90
4 12 57 204 0 90

I'm looking for a Countif formula in column F which will count how many
instances in Cells A-D are LESS THAN the value in E. I thought it would be
something along the lines of =COUNTIF(A1:D1, A1:D1<E1) but i get a zero?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Help needed on possible countif..

How about:

=countif(a1:d1,"<"&e1)

GD wrote:

Hi, i have the following data set...

A B C D E F
1 12 57 101 0 90
2 12 57 88 0 90
3 12 57 76 0 90
4 12 57 204 0 90

I'm looking for a Countif formula in column F which will count how many
instances in Cells A-D are LESS THAN the value in E. I thought it would be
something along the lines of =COUNTIF(A1:D1, A1:D1<E1) but i get a zero?


--

Dave Peterson
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
Deleting Rows With Non-Needed Data between Needed Data Daren Excel Worksheet Functions 2 September 30th 08 06:47 PM
countif formula needed dmdodds Excel Discussion (Misc queries) 3 October 10th 07 07:54 AM
fomula help needed on countif [email protected] Excel Discussion (Misc queries) 3 October 12th 06 01:12 PM
CountIf Function Help Needed Mark Excel Worksheet Functions 4 January 30th 06 03:37 AM
Countif help needed tamato43 Excel Discussion (Misc queries) 2 March 19th 05 11:56 PM


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