Patterns

  • Thread starter Thread starter LittleV
  • Start date Start date
L

LittleV

Want to create a macro or a function for the following. Ex. When I i
cell A1 write OK I want the row to be formatted with pattern green. I
i write NOT OK I want the row to be formatted in a another color. I a
not sure this is possible without pressing a macro button. Please help
 
Hi Little V,

Look at the built-in Conditional Formatting feature.

Select the cells that are to change according to the content of A1, then
try:

Format | Conditional Formatting | In Condition1 box select 'Formula Is' |
Select next box and type: $A$1="OK" | Hit the Format key | Select the
Patterns tab | Select a suitable color | OK | Add

Repeat all the previous steps, replacing "OK" with your alternative "Not OK"

Finally, click OK to confirm all your choices.

If you need further help with conditional formatting, see Debra Dalgleish's
excellent tutorial at:

http://www.contextures.com/xlCondFormat01.html
 
Hi !

Thanks to both Zantor and Norman! This was exactly what I needed!!

Best reg
Jo
 

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