Conditional Formatting, contain SPACE

A

apache007

Hi All,

How do I HIGHLIGHT a block of data that CONTAIN space??

For an Example, COLOUMN A1-A1000 contains TEXT data.
I would like to highlight those cells that contains SPACE.

Thanks in advance.
 
E

eksh

under conditional formatting, choose Formula is, and enter
=NOT(ISERROR(FIND(" ", A1)))

Hope it helps,
eksh
 
A

apache007

Thank you Eksh !!

Need more help here for the newbie.

Let say I have data Coloum A1:A100 containes number data
and I want to HIGHLIGHT those cells that have the following criteria:

1. Is not empty
2. Has a value between 5 and 20.

I don't know the formula for Criteria #2.

Thanks.
 

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

Top