View Single Post
  #5   Report Post  
TUNGANA KURMA RAJU
 
Posts: n/a
Default complex conditional format

Thanks,but I am new to VBA ,can you give me simple VBA code to apply this two
clors to this cell value

"Bob Phillips" wrote:

It can't be done. Using VBA you could get two different font colours, but
not with CF.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"TUNGANA KURMA RAJU" wrote in
message ...
I have a cell value based on a calculation,which gives me any one of 7
values.The cell values a-"DEAD","DEAD & DEAD","DEAD & LIVE","LIVE &
DEAD","LIVE","LIVE & LIVE",BLANK CELL. I would like to apply conditional
format of that cell-"DEAD" word to red bold font 11 with a color

shade,and
"LIVE" word to blue bold font11 with the same color shade.Since I can

apply
only three conditions and a cell value can't accept two formats at a

time,I
am unable to do the task.Can any one suggest me how to do this.