Excel Selection

Dolby

Honorary Master
Joined
Jan 31, 2005
Messages
39,122
Reaction score
6,138
HI,

I've got an Excel sheet containing new deals at work. Currently, I highligh the closed/sealed deals in green. This works great - cept when people print the sheet in b/w they can't see the green.

Now I can add an extra column saying 'closed' with 'X' next to each - or I can create a tick, option box or something. The latter is cooler :P

How can add something like this?
 
Looking for a Cool way to do it are we:cool:
Haha why not just Create the template with and extra collumn for ticking in, Print it and Tick:D
But to answer your question sorry i dont have an answer
 
I think one of the wingdings fonts has a tick in its alphabet ;) You could set up conditional formatting so that if that cell = tick, then it will highlight the cell green still.
 
Or just create a list containing "closed, open" and set data validation on the specific cells so that they can only be from that list, ie: closed/open. Or set the list to equal "tick" (wingdings actual tick) or something like "-" (as setting it to blank will be fruitless) then you can select the tick from the drop down on each cell instead of having to change fonts every time ;)
 
my brain is a bit sore but:

use an IF statement, something like =IF(A1="green",X)

a conditional format type situation might be better for you
 
my brain is a bit sore but:

use an IF statement, something like =IF(A1="green",X)

a conditional format type situation might be better for you

That wont work AFAIK. If statements wont work on the format of the cell. That would only work if the actual cell had the word "green" in it...
 
i know that, just putting him in the right direction ;)

I know there was a macro/vb script called WotColour.xls that i found that would basically do the cell colour results thing
 
HI,

I've got an Excel sheet containing new deals at work. Currently, I highligh the closed/sealed deals in green. This works great - cept when people print the sheet in b/w they can't see the green.

Now I can add an extra column saying 'closed' with 'X' next to each - or I can create a tick, option box or something. The latter is cooler :P

How can add something like this?


What version of Excel are you using? Cos Excel 2007 will read formatting in IF statements
 
Top
Sign up to the MyBroadband newsletter
X