IF COUNTIF & COUNTA on Filtered Visible Cells

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Tinä (Tin.1f4hqm_at_excelforum-nospam.com)
Date: 11/03/04


Date: Tue, 2 Nov 2004 20:08:42 -0600


Hi Aladin,

Hope this will help.

Correction to Last Posting:
My Helper Column "U" increments one Row at a time and says:
Check from Row above Current Row back to beginning of my "V" Range: if
the Room was used previously give me the Last (MAX) time it was used by
returning the relevant Row Number of the (text based) Group Name
(Executive, Trainees, Manager, Graphics, etc.) that used the Room Last.

The Helper Column "U" then passes this data to the Formula in Column
"T" - it checks for the criteria within the specified Range and does
the COUNT calculation using the Row above Current Row where the Group
Name appears, if at all, back to the Last (MAX) Row where it appeared:
subtracts Last Row Number from the Row above Current Row Number to
return Number of Times Group Name has not used Room.

NB. ++ used to align text under relevant columns
Row Number 10 is blank / empty.
Row Number 11 is the first Row with data.
Row10-Row10 means Row Number 10 minus Row Number 10
Helper Column "U" calculates Row Number for Group Name Last
Occurrence

Apart from Row 11 which is the first Row of data and returns 0
(zero) in Column "T" and 0 (zero) in Helper Column "U"; the
following applies thereafter:
A zero in Helper Column "U" is a first occurrence of the Group Name.
A zero in Column "T" means a consecutive double, triple or quad
occurrence of a Group Name using a Room.

Expected Results "No Filter Applied":
Row No.++Col "T" Results++Calculation Col "T"+Column "U" Helper++Column
"V"
10++++++Blank++++++++Blank+++++++++Blank+++++++++++Blank
11++++++0+++++++++++Row10-Row10++++0++++++++++++++Executive
12++++++1+++++++++++Row11-Row10++++0++++++++++++++Manager
13++++++2+++++++++++Row12-Row10++++0++++++++++++++Trainees
14++++++0+++++++++++Row13-Row13++++13+++++++++++++Trainees
15++++++0+++++++++++Row14-Row14++++14+++++++++++++Trainees
16++++++3+++++++++++Row15-Row12++++12+++++++++++++Manager
17++++++6+++++++++++Row16-Row10++++0++++++++++++++Graphics
18++++++1+++++++++++Row17-Row16++++16+++++++++++++Manager
19++++++3+++++++++++Row18-Row15++++15+++++++++++++Trainees
20++++++8+++++++++++Row19-Row11++++11+++++++++++++Executive
21++++++2+++++++++++Row20-Row18++++18+++++++++++++Manager

Expected Results "AutoFilter Applied":
Row No.++Col "T" Results++Calculation Col "T"+Column "U" Helper++Column
"V"
10++++++Blank++++++++Blank+++++++++Blank+++++++++++Blank
12++++++1+++++++++++Row11-Row10++++0++++++++++++++Manager
14++++++3+++++++++++Row13-Row10++++0++++++++++++++Trainees
15++++++0+++++++++++Row14-Row14++++14+++++++++++++Trainees
17++++++6+++++++++++Row16-Row10++++0++++++++++++++Graphics
18++++++5+++++++++++Row17-Row12++++12+++++++++++++Manager
20++++++9+++++++++++Row19-Row10++++0++++++++++++++Executive
27++++++11++++++++++Row26-Row15++++15+++++++++++++Trainees
28++++++0+++++++++++Row27-Row27++++27+++++++++++++Trainees
31++++++20++++++++++Row30-Row10++++0++++++++++++++Admin
36++++++17++++++++++Row35-Row18++++18+++++++++++++Manager
38++++++20++++++++++Row37-Row17++++17+++++++++++++Graphics

AutoFilter will return the correct Results if only one criteria is
Filtered using Column "V", eg: "Trainees". However, if I apply a
Filter from a different column where the Results will include a mix of
Group Names the Results returned in Column "T" and Column "U" are
calculated using the "Non-Filtered" data in the whole column and "not
the Filtered Visible Cells" as is required.

Is there a Formula that can return AutoFiltered multiple criteria
Results for Filtered Visible Cells only based on the above sample?

Thanks
Tinä

Aladin Akyurek Wrote:
> You could post a small sample along the filter applied and the expected
> result.

-- 
Tinä
------------------------------------------------------------------------
Tinä's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=15410
View this thread: http://www.excelforum.com/showthread.php?threadid=274285


Relevant Pages

  • IF COUNTIF & COUNTA on Filtered Visible Cells
    ... Correction to penultimate Posting: ... Helper Column "U" calculates Row Number for Group Name Last Occurrence ... Expected Results "No Filter Applied": ... Expected Results "AutoFilter Applied": ...
    (microsoft.public.excel.misc)
  • IF COUNTIF & COUNTA on Filtered Visible Cells
    ... Correction to Previous Posting: ... Helper Column "U" calculates Row Number for Group Name Last Occurrence ... Expected Results "No Filter Applied": ... The Formulae below works ok on non-filtered data but when I use ...
    (microsoft.public.excel.misc)
  • Re: Advanced filter query
    ... I've been nominated as the office guru. ... glue those entries into a combobox. ... My problem now is to filter the list. ... can't just put them all in one helper column. ...
    (microsoft.public.excel.programming)
  • Advanced filter query
    ... I've been nominated as the office guru. ... glue those entries into a combobox. ... My problem now is to filter the list. ... can't just put them all in one helper column. ...
    (microsoft.public.excel.programming)
  • Re: Using Pivot Table to Display Filtered Data Only
    ... And I used this in my helper column in Sheet1: ... And I could filter by that. ... Dawg House Inc wrote: ... "Dave Peterson" wrote: ...
    (microsoft.public.excel.misc)