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

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
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,641
Messages
6,120,692
Members
448,979
Latest member
DET4492

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