ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Count transactions below a threshold (https://www.excelbanter.com/excel-discussion-misc-queries/153745-count-transactions-below-threshold.html)

dzd&confused[_2_]

Count transactions below a threshold
 
Hi, I need help again...

I am trying to set up a formula that will count the number of transactions
below a certain threshold amount based on a number typed into another cell. I
made it this far...

=COUNTIF('Shipment Detail'!$K$6:$K$44473,"<=A41")

.....What I want to do is for the formula to look at the number I type in A41
and count the transactions <= the amount in A41. However, when I try the
formula above it returns a 0 because the COUNTIF needs a T/F condition.

Ideas? Thanks in advance!

Ron Coderre

Count transactions below a threshold
 
You were actually pretty close

Try this:

=COUNTIF('Shipment Detail'!$K$6:$K$44473,"<="&A41)

Does that help?
***********
Regards,
Ron

XL2003, WinXP


"dzd&confused" wrote:

Hi, I need help again...

I am trying to set up a formula that will count the number of transactions
below a certain threshold amount based on a number typed into another cell. I
made it this far...

=COUNTIF('Shipment Detail'!$K$6:$K$44473,"<=A41")

....What I want to do is for the formula to look at the number I type in A41
and count the transactions <= the amount in A41. However, when I try the
formula above it returns a 0 because the COUNTIF needs a T/F condition.

Ideas? Thanks in advance!


dzd&confused[_2_]

Count transactions below a threshold
 
PERFECT!!!!!!!!!!!!!!!

THANKS!!

"Ron Coderre" wrote:

You were actually pretty close

Try this:

=COUNTIF('Shipment Detail'!$K$6:$K$44473,"<="&A41)

Does that help?
***********
Regards,
Ron

XL2003, WinXP


"dzd&confused" wrote:

Hi, I need help again...

I am trying to set up a formula that will count the number of transactions
below a certain threshold amount based on a number typed into another cell. I
made it this far...

=COUNTIF('Shipment Detail'!$K$6:$K$44473,"<=A41")

....What I want to do is for the formula to look at the number I type in A41
and count the transactions <= the amount in A41. However, when I try the
formula above it returns a 0 because the COUNTIF needs a T/F condition.

Ideas? Thanks in advance!



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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com