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
 

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