countif based on 2 sets of criteria?

loopa1

Board Regular
Joined
Sep 3, 2006
Messages
156
Hello..

I'm using a countif to return the number of times a value exists, fair enough, very straight forward.

This is my formula for completeness...
Code:
=COUNTIF('Apr-06'!C:C,Summary!L13)
However, there are two possible times that my lookup value can return the count, and I need these to be seperated.

For example...

Tariff A: 6 days = £40.00
Tariff B: 5 days = £40.00

For both tariffs, it's returing all of the £40.00's. I have calculated the duration in another column, so I can use 5/6 days as another filter/criteria.

So instead of returning a count of 1000 for both, how can I return a count of 350 for one, and 650 for the other (for example)??

Thanks.
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Forget about CountIf and so on, and just specify the ranges and the conditions that must hold for those ranges...
 
Upvote 0
Sorry, I'm not following. Can you give me examples please.

I have about 14 sheets, each refer to one month. Within these months, each row contains the value (of the transaction) and I have calculated the duration of stay based on start and end dates.

Is there a way I can use both of these to seperate the data?
 
Upvote 0

Forum statistics

Threads
1,214,649
Messages
6,120,732
Members
448,987
Latest member
marion_davis

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