How write formula contains words

baskar5353

Board Regular
Joined
Mar 21, 2015
Messages
114
Hi,

i'm having description column it contains as sentences in that if it contains word ("Critical,JOBFAIL") and also in the description sentences which doesn't contain"JOB" also want to set as "Alert" remaining all i want set as "Batch"

how to writ formula for this. can tell me
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
Hi,

i'm having description column it contains as sentences in that if it contains word ("Critical,JOBFAIL") and also in the description sentences which doesn't contain"JOB" also want to set as "Alert" remaining all i want set as "Batch"

how to writ formula for this. can tell me
Hi baskar5353,

I have tried to read this several times and now my head hurts. I am afraid you may need to re-explain your problem a little clearer to get help, ideally showing us some example data. If you Google MrExcel HTML Maker you can copy and paste some example data directly onto the forums for us to see what you are talking about.

I hope this at least gets you moving in the right direction.
 
Upvote 0
Perhaps:

=IF(SUMPRODUCT(--ISNUMBER(SEARCH(KeywordTable,E2))),"Alert","Batch")

Where KeywordTable is a named range containing all keywords.
 
Upvote 0

Forum statistics

Threads
1,213,507
Messages
6,114,029
Members
448,543
Latest member
MartinLarkin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top