enter a value for a cell according to a criteria in an other cell

  • Thread starter Thread starter mango
  • Start date Start date
M

mango

I am a newbie and I want to do the following. For every cell in column
A with any "5"character in the cell, to have the value "YES'' in
Column D on the same row. You help is much apreciated. Thanks in
advance.
 
In d1 and drag down

=IF(ISERROR(FIND("5",A1,1)),"","YES")

Mike





- Show quoted text -

thanks Mike,

How about if I only am looking for a character in the cell
value?......
''......
;
 

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