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
Here, see this...
(last two columns are black font so you can see thembut you can aply rule as well)
"Relax. What is mind? No matter. What is matter? Never mind!"
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
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!"
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks