Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Newbie Bob
 
Posts: n/a
Default format cell to search text in another cell

I'm trying to make it so that when text is typed in a cell, other cells will
read it, and if the text includes certain letters (like "ss" in "dssl" or
"ssdl") then it would insert "N/A" in the appropriate cells. i also want it
to be able to look for more than one thing. Not case sesitive. Below is by no
means code, but i don't know how else to explain it.

For instance in cell C14 (IF C3 = "*ss" or "*bl1" then "N/A" else " ")

I tried

=IF(SEARCH("SS", C6,1)0,"N/A", " ")

But it only worked if it were true, otherwise it errored, and only satisfied
half my need.
  #2   Report Post  
Gary''s Student
 
Posts: n/a
Default format cell to search text in another cell

For SS only how about

=IF(ISERROR(SEARCH("SS",C6,1))=TRUE," ","N/A")

Can be modified for other searches
--
Gary's Student


"Newbie Bob" wrote:

I'm trying to make it so that when text is typed in a cell, other cells will
read it, and if the text includes certain letters (like "ss" in "dssl" or
"ssdl") then it would insert "N/A" in the appropriate cells. i also want it
to be able to look for more than one thing. Not case sesitive. Below is by no
means code, but i don't know how else to explain it.

For instance in cell C14 (IF C3 = "*ss" or "*bl1" then "N/A" else " ")

I tried

=IF(SEARCH("SS", C6,1)0,"N/A", " ")

But it only worked if it were true, otherwise it errored, and only satisfied
half my need.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
copy a formatted cell to another sheet as text without format loliemargaret Excel Discussion (Misc queries) 4 October 6th 05 06:59 PM
Formatted Cell Changes Format When Text Is Entered SundanceKidLudwig Setting up and Configuration of Excel 3 September 30th 05 09:21 PM
Format text in one cell based on value in another cell Liz C Excel Worksheet Functions 2 June 23rd 05 07:48 PM
Copy cell format to cell on another worksht and update automatical kevinm Excel Worksheet Functions 21 May 19th 05 11:07 AM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


All times are GMT +1. The time now is 05:27 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"