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

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
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,890
Messages
6,127,597
Members
449,386
Latest member
owais87

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