Pl help - Graphical Indicators in Excel reports

  • Thread starter Thread starter Audrey Toviey
  • Start date Start date
A

Audrey Toviey

Hello mates

I have a request for help. In my excel report I have a
column (contains around 300 rows) which reports status of
projects. For example the Satus of the project can be "on
Track", "critical", "Delayed", "Awaiting for resorces" etc
I want to represent this with a coloured button. For
example if the status is "On Track" then I would like to
represent this as a green colour button. similarly
for "critical" a black button etc.

The code I am looking for is to check the cell and if the
text is equal to "on Track" then change it to a green
button automatically for the whole spreadsheet. If it
is "critical" then to a black button etc and so on.It does
not matter if the buttons go in to a separate column.

I tried hard but I don't seem to get it right. Please can
anybody help me.

Thanks in advance

Audrey T
 
If its just a list.. then you can set conditional format depending on the
value of the cell to a specific color.. I have several tools that do this.
If you want to change button colors.. the setup a macro that modifies the
button's font color upon a value set in a specific cell.

Dennis
 
could you please give me the code to do this
-----Original Message-----
If its just a list.. then you can set conditional format depending on the
value of the cell to a specific color.. I have several tools that do this.
If you want to change button colors.. the setup a macro that modifies the
button's font color upon a value set in a specific cell.

Dennis


.
 

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

Query design 0
Macro help required 2
Colour format code 2
Macro 2
File sharing 6
Formatting for the whole worksheet 1
Excel Conditioning Formatting 3
multi level conditional formatting 3

Back
Top