Filter based on Format?

N

Neil Pearce

Dear all,

Is it possible to filter based on format as well as content?

For example column A contains numbers. Filter column A for non-zero and
emboldened numbers?

Is there a function that I could use to do this with a helper column, e.g.
ISBOLD()?

=IF(AND(ISNUMBER(A1),ISBOLD(A1)),"show","hide")

Then filter for show only.

Your help would be much appreciated.


Kind regards,

Neil
 
N

Neil Pearce

Thank-you Mike,

I assume the 20 refers to if the cell is bold and 24 if the cell is red and
that therefore I could insert AND(20,24) to filter red bold cells.

Where would I be able to obtain a full list of these formating codes?


Kind regads,

Neil
 

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

Similar Threads

Filtering 2
Filter/Hide 4
Dynamic Filtering 2
Filter 1
filtering 2
filters for selective columns? 2
Autofilter to filter out non-numeric rows 3
Advanced Filtering 2

Top