#1   Report Post  
Roberta
 
Posts: n/a
Default Formulas

I have two columns of numbers. I need a formula to tell me how many of the
numbers in column A are less than the numbers in column B.
  #2   Report Post  
bj
 
Posts: n/a
Default

for column A less than Column B
one of the methods would be
=SUM(IF(A:A<B:B,1,0))
entered as an array (Control-shift enter)

"Roberta" wrote:

I have two columns of numbers. I need a formula to tell me how many of the
numbers in column A are less than the numbers in column B.

  #3   Report Post  
JulieD
 
Posts: n/a
Default

Hi

not sure if you can use entire columns in this formula (doesn't work for me
anyway) however,
=SUM(IF(A1:A1000<B1:B1000,1,0))
entered as an array (Control-shift enter)
does work.
--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"bj" wrote in message
...
for column A less than Column B
one of the methods would be
=SUM(IF(A:A<B:B,1,0))
entered as an array (Control-shift enter)

"Roberta" wrote:

I have two columns of numbers. I need a formula to tell me how many of
the
numbers in column A are less than the numbers in column B.



  #4   Report Post  
bj
 
Posts: n/a
Default

mea culpa, I tried a short list and did not verify with the whole column.
Thanks for catching it.

"JulieD" wrote:

Hi

not sure if you can use entire columns in this formula (doesn't work for me
anyway) however,
=SUM(IF(A1:A1000<B1:B1000,1,0))
entered as an array (Control-shift enter)
does work.
--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"bj" wrote in message
...
for column A less than Column B
one of the methods would be
=SUM(IF(A:A<B:B,1,0))
entered as an array (Control-shift enter)

"Roberta" wrote:

I have two columns of numbers. I need a formula to tell me how many of
the
numbers in column A are less than the numbers in column B.




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
Problem with named formula's nathan Excel Worksheet Functions 0 January 21st 05 04:07 PM
Formulas Stan Excel Worksheet Functions 3 January 21st 05 02:58 PM
How to make Excel run limited number of formulas on a given worksh John Excel Discussion (Misc queries) 0 January 12th 05 04:29 PM
Way to make Excel only run certain formulas on a worksheet? jrusso Excel Discussion (Misc queries) 0 January 12th 05 04:23 PM
calculating formulas for all workbooks in a folder Chad Excel Worksheet Functions 3 November 13th 04 05:22 PM


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

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

About Us

"It's about Microsoft Excel"