sumproduct ; wildcards

  1. Wad Mabbit

    Count certain words in a cell, even if they appear more than once

    Hi, I'd like to be able to count the number of certain words in a cell, e.g. in E4 I have Lamb, rice, coffee, coffee. In L4 (Beverages column) I want to know how many drinks have been had of either: beverage, tea, coffee ovaltine In L4 I'm using: =IF(COUNTBLANK([@[Food taken]])>0,""...
  2. B

    SUMPRODUCT if 2 criteria are substrings

    Greetings For any given Month (cell Q5) AND Year (cell Q6) In Range M11:M16521 I can total the payments made USING Code 'ZPP' (Range N11:N16521) in Range S11:S16521 as follows - =SUMPRODUCT((MONTH(M11:M16521)=Q5)*(YEAR(M11:M16521)=Q6+2000)*((N11:N16521) ="ZPP")*(S11:S16521)) Cells within...
  3. A

    find nth smallest value with multiple criteria

    Hello everyone, I am stuck to find nth smallest value from a range of cells with multiple criteria. I have a formula to extract nth largest values but not being able to reverse that formula to get the nth smallest value. The formula i'm using to extract nth largest value is as follows...
  4. L

    formula correction

    This works great until A1:A3 has a zero involved, then it returns all zero's. Pretty sure it has to do with *(multiplication) but would like to stay with sumproduct if possible. 1] A5 =SMALL(A1:F3,1) 2] In B5, formula copied across right until blank ...
  5. F

    SUMPRODUCT and Wild Characters

    I am trying to use SUMPRODUCT to find any cells that contain "ok". The cells may contain "ok, Last Item" or "ok", all of which I want counted. My formula is: =(SUMPRODUCT(($K$2:$K$345="ok")*($M$2:$M$345="duplicate"))) The above will not include "ok, last item", but it does accurately count...

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