Identifying Text

  • Thread starter Thread starter STEVEB
  • Start date Start date
S

STEVEB

Does anyone have any suggestions for identifying text in a cell.

For example, I have a spreadsheet with approximately 50 to 100 rows:

Column A: $640
Column B: "Blank"
Column C: Transferred on September 1, 2005.

I would like to identify any cell in column C with the word "transfer"
or "transferred" within the cell and put a "T" in the same row of
column B, if not put a "O" in column B.

Is this posssible?

Any help would be greatly appreciated!
 
Good afternoon SteveB

You need to put this formula in your first row that contains data in
column B (in this case B4) and copy it all the way down to the bottom.

=IF(ISERR(SEARCH("transf",C4)),"O","T")

HTH

DominicB
 
Dominic,

THANK YOU!!! Everything worked great! I really appreciate your help!
 

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