+ Reply to Thread
Results 1 to 4 of 4

Thread: Conditional Formating specific to Filtered Results

  1. #1
    Registered User
    Join Date
    08-04-2010
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    4

    Lightbulb Conditional Formating specific to Filtered Results

    Hi,

    Is it possible to set conditional formating on a spreadsheet so that a table of data can be coloured white (not visable), but when the filters are used at the top of the page the filtered results are coloured in black (visable)?

    Thanks,

    Michael

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    Excel 2007
    Posts
    6,175

    Re: Conditional Formating specific to Filtered Results

    Here, see this...

    (last two columns are black font so you can see them but you can aply rule as well)
    Attached Files Attached Files
    "Relax. What is mind? No matter. What is matter? Never mind!"

  3. #3
    Registered User
    Join Date
    08-04-2010
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Conditional Formating specific to Filtered Results

    Zbor that is perfect, exactly what I wanted. How did you manage it? If I can get that onto mine it would do the job very nicely.

    Thanks

  4. #4
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    Excel 2007
    Posts
    6,175

    Re: Conditional Formating specific to Filtered Results

    In first cell I divide number of showed cells with number of total cells (in A column)...

    Conditional formating looking only at that cell. If it's 1 then it show white font, otherwise black.

    = number of showed data / number of total data

    = SUBTOTAL(102;$A$3:$A$1000) / COUNT($A$3:$A$1000)

    Edit: of course, you don't need extra cell... You can adopt it at CFas for example : =SUBTOTAL(102, $A$3:$A$1000)=COUNT($A$3:$A$1000)
    Last edited by zbor; 08-09-2010 at 08:43 AM.
    "Relax. What is mind? No matter. What is matter? Never mind!"

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.2.0