Formula for "highlighting" data

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

Guest

I am currently working on a template for a coworker that allows them to
quickly see which products need to be ordered now, soon, or not in the
forseeable future. I have been able to get to the point where the macro will
tell them to "order now", "order soon", or "out of stock". I would like to be
able to highlight the different categories in different colours (i.e. yellow
for "order soon", red for "order now", and some other colour for "out of
stock".

Any help is greatly appreciated.
 
Try conditional formatting, Format>Conditional Formatting. It will handle 3
colours.
 
John said:
I am currently working on a template for a coworker that allows them to
quickly see which products need to be ordered now, soon, or not in the
forseeable future. I have been able to get to the point where the macro will
tell them to "order now", "order soon", or "out of stock". I would like to be
able to highlight the different categories in different colours (i.e. yellow
for "order soon", red for "order now", and some other colour for "out of
stock".

Any help is greatly appreciated.

If 3 colours is all you need, consider conditional formatting (sans
macro). See http://www.contextures.com/xlCondFormat01.html for details.

HTH,
Andy
 
Thanks. I was able to record the conditional formatting to make it one macro
for the user. It works exactly as planned.

Time for user testing.
 

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