Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
Lista Forumurilor Pe Tematici
Mrrrr's Forum (VIEW ONLY) | Reguli | Inregistrare | Login

POZE MRRRR'S FORUM (VIEW ONLY)

Nu sunteti logat.
Nou pe simpatie:
Jamieknv
Femeie
24 ani
Bucuresti
cauta Barbat
24 - 37 ani
Mrrrr's Forum (VIEW ONLY) / Tutoriale si Ghiduri Utile // Tutorials and useful guides / [EXCEL] Countif only in visible cells (after filter) Moderat de TRaP, TonyTzu
Autor
Mesaj Pagini: 1
TonyTzu
Moderator

Inregistrat: acum 12 ani
Postari: 252
Option 1

Source:

Formula:
=SUMPRODUCT((range=criteria)*(SUBTOTAL(103;OFFSET(first cell in range;ROW(range)-MIN(ROW(range));0))))

Example:
=SUMPRODUCT((G8:G113=G1)*(SUBTOTAL(103;OFFSET(G8;ROW(G8:G113)-MIN(ROW(G8:G113));0))))

Option 2

Source:

Formula:
=SUMPRODUCT(SUBTOTAL(3;OFFSET(range;ROW(range)-MIN(ROW(range));;1));ISNUMBER(SEARCH(string to count;range))+0)

Example:
=SUMPRODUCT(SUBTOTAL(3;OFFSET(S10:S301;ROW(S10:S301)-MIN(ROW(S10:S301));;1));ISNUMBER(SEARCH(R6;S10:S301))+0)


pus acum 6 ani
   
TonyTzu
Moderator

Inregistrat: acum 12 ani
Postari: 252
updated 25.08.2017

pus acum 6 ani
   
TonyTzu
Moderator

Inregistrat: acum 12 ani
Postari: 252
Countif BLANK cells (filtered list)
=SUBTOTAL(3;OtherColumnAlwaysCompleted)-SUBTOTAL(3;GivenColumntoCountIn)

You just have to make the difference between a count in another range that is always completed (let's say it's a visible range) and your desired column (in my case my desired column is not visible).

Formula will tell you if any blanks.


pus acum 6 ani
   
TRaP
Moderator

Inregistrat: acum 6 ani
Postari: 748
Countif with multiple conditions - COUNTIFS for filtered data:

=SUMPRODUCT(SUBTOTAL(103;OFFSET($S$24:$S$500;ROW($S$24:$S$500)-MIN(ROW($S$24:$S$500));;1));--($S$24:$S$500="nu");--($M$24:$M$500=$C3))

Source:


pus acum 5 ani
   
Pagini: 1  

Mergi la