Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need to put Yes in cell M2 if cell J2 has "DSMB" anywhere in its' text.
Here is an example of text that may be in cell J2: "Priority DSMB/Discontinuation Query: End of ... page 55 shows primary reason for discontinued as "Client Decision". Please provide the comment/specification explaining the rationale that the client provided as to "why" they chose to discontinue services:________________________________" |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
Use this formula in M2: =IF(ISERROR(SEARCH("DSMB",J2,1)),"No","Yes") Regards, Per "Vic" skrev i meddelelsen ... I need to put Yes in cell M2 if cell J2 has "DSMB" anywhere in its' text. Here is an example of text that may be in cell J2: "Priority DSMB/Discontinuation Query: End of ... page 55 shows primary reason for discontinued as "Client Decision". Please provide the comment/specification explaining the rationale that the client provided as to "why" they chose to discontinue services:________________________________" |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this in M2
=IF(SEARCH("DSMB",J2),"Yes","") Mike "Vic" wrote: I need to put Yes in cell M2 if cell J2 has "DSMB" anywhere in its' text. Here is an example of text that may be in cell J2: "Priority DSMB/Discontinuation Query: End of ... page 55 shows primary reason for discontinued as "Client Decision". Please provide the comment/specification explaining the rationale that the client provided as to "why" they chose to discontinue services:________________________________" |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Formatting - For 1 cell based on contents of any cell | Excel Discussion (Misc queries) | |||
Conditional formatting Based on cell A text with conditions in Cell B | Excel Discussion (Misc queries) | |||
Conditional Formatting question (if cell = 0, wrap cell in quotes) | New Users to Excel | |||
conditional cell format based on cell in same row, previous column | Excel Worksheet Functions | |||
Conditional cell background formatting, based on cell content | Excel Discussion (Misc queries) |