how to filter out highlighted cells

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have several rows of highlighted data, I would like to filter and print
only the highlighted rows
 
Oh my goodness! I have been trying to do this without success
and from your response it took me less than 5 minutes
Thank you
 
Any methods that don't involve installing anything? Most of us working in
major corporations aren't allowed to install.
 
If the highlighting comes from conditional formatting then you can
apply the same CF formula in a helper column to return TRUE or FALSE,
and then apply the filter to this column. If the colouring is done
manually, and you are not allowed a macro to read the colour, then you
will have to manually enter a code (Y/N ?) in the helper column and
then filter on this.

Hope this helps.

Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top