krunal123

Board Regular
Joined
Jun 26, 2020
Messages
169
Office Version
  1. 365
  2. 2019
  3. 2016
Platform
  1. Windows
image_2021-04-03_161610.png


How to Highlight cell Text After MATCH With Paragraph in Text / Number ???? Make alert Status ???

EXAMPLE : Like Certificate Number & Date Matching With Paragraph Text , I try Match Condition Text With Paragraphy

Both Text Are Match : Condition Show is "TRUE"
Both Text Are Not MATCH : Condition Show is "FALSE"
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
You will need to use something like
Excel Formula:
=AND(ISNUMBER(SEARCH(certificate,paragraph)),ISNUMBER(SEARCH(date,paragraph)))
 
Upvote 0
You will need to use something like
Excel Formula:
=AND(ISNUMBER(SEARCH(certificate,paragraph)),ISNUMBER(SEARCH(date,paragraph)))
wow Done this task......

Query:

I try paragraph Cell Highlight After Change "FALSE"
 
Upvote 0
Use formula as conditional formatting rule?

Might need to change ISNUMBER to ISERROR
 
Upvote 0

Forum statistics

Threads
1,216,118
Messages
6,128,939
Members
449,480
Latest member
yesitisasport

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