Forum Discussion
nessatm
Sep 24, 2023Copper Contributor
Excel countifs excluding a value
Hello, I’m trying to count several different suppliers in a column based on the date. So, for example, I have 2 purchases on the 11th of September. 1st purchase has 5 items from supplier A, and ...
- Sep 24, 2023
For such sample
in D4 is
=IF( COUNTIFS($B$4:$B4, $B4, $C$4:$C4,$C4) = 1, "Supplier " & $C4, "" )
and drag it down.
SergeiBaklan
MVP
nessatm
Sep 24, 2023Copper Contributor
Thanks for responding it. Column Date and Supplier are correct. Column SKU is where I need the formula, and the results should be like the screenshot.
- SergeiBaklanSep 24, 2023MVP
For such sample
in D4 is
=IF( COUNTIFS($B$4:$B4, $B4, $C$4:$C4,$C4) = 1, "Supplier " & $C4, "" )
and drag it down.
- nessatmSep 30, 2023Copper ContributorThank you so much for your help. This is what I needed.
- SergeiBaklanOct 01, 2023MVP
nessatm , you are welcome