![]() |
Set up a count and countif?
I've set up a Countif formula for a column that has either High, Medium and
Low =COUNTIF(D8:D250,"Low") etc giving me the data of each. Corresponding to this column, I have another which will have 'date issued'. The actual date doesn't matter to me, I just want to set up a formula that reflects that either the High, Medium or Low has been issued and I want this number per catagory? I've tried the 'count' function to no avail? Can I use count and countif in the same formula? Many thanks |
Set up a count and countif?
Use sumproduct to test for two conditions. I'' assume that wehn no data is
issued the cell is blank =Sumproduct(--(D8:D250="Low"),--(E8:E250<"")) Where column E contains the issue dates. "pdvinuk" wrote: I've set up a Countif formula for a column that has either High, Medium and Low =COUNTIF(D8:D250,"Low") etc giving me the data of each. Corresponding to this column, I have another which will have 'date issued'. The actual date doesn't matter to me, I just want to set up a formula that reflects that either the High, Medium or Low has been issued and I want this number per catagory? I've tried the 'count' function to no avail? Can I use count and countif in the same formula? Many thanks |
Set up a count and countif?
Thank you
Worked perfectly "joel" wrote: Use sumproduct to test for two conditions. I'' assume that wehn no data is issued the cell is blank =Sumproduct(--(D8:D250="Low"),--(E8:E250<"")) Where column E contains the issue dates. "pdvinuk" wrote: I've set up a Countif formula for a column that has either High, Medium and Low =COUNTIF(D8:D250,"Low") etc giving me the data of each. Corresponding to this column, I have another which will have 'date issued'. The actual date doesn't matter to me, I just want to set up a formula that reflects that either the High, Medium or Low has been issued and I want this number per catagory? I've tried the 'count' function to no avail? Can I use count and countif in the same formula? Many thanks |
All times are GMT +1. The time now is 10:39 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com