conditional formatting

  • Thread starter Thread starter Roger on Excel
  • Start date Start date
R

Roger on Excel

[excel 2003]

I would like to use conditional formating in a cell such that if the last
character in the cell entry is "X", then the cell background becomes red.

Can anyone help?

Thanks,

Roger
 
hi
last character in the cell entry = x.......
formula is.......... =RIGHT(B3,1)="x" ........pattern = red

this is cell specific and only works in the cell being entered into. but you
can copy it all over the place, up, down, across etc.

regards
FSt1
 
Thanks - this works great

Best regards,

Roger

FSt1 said:
hi
last character in the cell entry = x.......
formula is.......... =RIGHT(B3,1)="x" ........pattern = red

this is cell specific and only works in the cell being entered into. but you
can copy it all over the place, up, down, across etc.

regards
FSt1

Roger on Excel said:
[excel 2003]

I would like to use conditional formating in a cell such that if the last
character in the cell entry is "X", then the cell background becomes red.

Can anyone help?

Thanks,

Roger
 
Back
Top