Count

Ylopez_21

New Member
Joined
May 15, 2013
Messages
1
I am trying to count how how many times the value in column B is greater than column A. Any help appreciated

ColumnA Column B
126.830
1805.890
1805.890
542.29538.04
1711.521712.24
2546.590
686.65706.38
683.52696.06
836.330

<tbody>
</tbody><colgroup><col><col></colgroup>
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
I am trying to count how how many times the value in column B is greater than column A. Any help appreciated

ColumnA
Column B
126.83
1805.89
1805.89
542.29
538.04
1711.52
1712.24
2546.59
686.65
706.38
683.52
696.06
836.33

<TBODY>
</TBODY>
If I understand your question correctly, put this formula in A1 and copy it down to A9 (for the sample data you posted)...

=COUNTIF(A$1:A$9,"<"&B1)
 
Upvote 0

Forum statistics

Threads
1,215,963
Messages
6,127,948
Members
449,412
Latest member
montand

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top