help with a search function

andysacko

New Member
Joined
Sep 13, 2024
Messages
4
Office Version
  1. 2016
Platform
  1. Windows
Hi
I have been trying all morning but just cant figure it out, I am try to make a search box in my main entry form sheet that searches for data thats been entered into a seperate data sheet
this is what i have done so far but i keep getting errors in formula
selected the cell in entry form sheet that i want to type the search txt into, selected conditional formating, new formating rule, use a formula to determine which cells to format and in the rule description i have selected the range from the data sheet b3 to m200

=SEARCH(Data!$B$3:$M$200)

but it dont work, could anybody help me with this or a differant way to do it i am using excel 2016
thanks
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Try:
Highlight B3:M200 -> Conditional formatting by formula.
Book3
ABCDEF
1Search:sn
2
3KiteAppleTigerCloudRiver
4SnakePizzaLemonSunsetGrass
5MoonBookPencilOceanTree
6DanceBridgeSnowFieldSneaker
7FlameRocketDreamLightWave
Sheet5
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B3:F7Expression=SEARCH($B$1,B3)textNO
 
Upvote 0
Try:
Highlight B3:M200 -> Conditional formatting by formula.
Book3
ABCDEF
1Search:sn
2
3KiteAppleTigerCloudRiver
4SnakePizzaLemonSunsetGrass
5MoonBookPencilOceanTree
6DanceBridgeSnowFieldSneaker
7FlameRocketDreamLightWave
Sheet5
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B3:F7Expression=SEARCH($B$1,B3)textNO
i cant find Conditional formatting by formula. in the conditional formating option box
 
Upvote 0
What are the options you have?
1.png
 
Upvote 0
It's the last option: Use a formula to determine which cells to format.
 
Upvote 0
@andysacko , it's because you've entered too few arguments. The function requires 3. ex. - =SEARCH(what_to_search_for , area_to_search , start_cell)
 
Upvote 0

Forum statistics

Threads
1,224,272
Messages
6,177,632
Members
452,786
Latest member
k3calloway

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