![]() |
#1
|
|||
|
|||
![]()
Hi, all.
I have a search textbox macro for cell B1, which checks a range of cells in sheet 2, and returns any cells which include the search term. Sheet 2 has a number of paragraphs in the range of cells. The search works, but how do I make it an exact search (not case-sensitive), for what is typed in B1. Eg. If someone types HR in B1, only cells which include an exact match are returned, and not any words (eg threat) which include the search term HR. If someone types Perform in B1, only cells which include an exact match are returned, and not any words (eg performance) which include the search term perform. This is the formula for the search so far: =IF((LEN(B1))=0, "Product Search", FILTER('Product List'!A2:F152,ISNUMBER(SEARCH(B1,'Product List'!A2:A152))+ISNUMBER(SEARCH(B1,'Product List'!B2:B152))+ISNUMBER(SEARCH(B1,'Product List'!C2:C152))+ISNUMBER(SEARCH(B1, 'Product List'!D2 ![]() Thanks |
#2
|
||||
|
||||
![]()
Please post a sample sheet ( no pics please) with 10-20 lines of data and some expected results.
Thx
__________________
Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
#3
|
|||
|
|||
![]()
Thanks for your response, Pecoflyer.
In the attached example, the user types HR into the search box and a number of rows are pulled up which include HR. A17 is fine as a search result, as it includes HR as a single word. C15 and B16 are not, as they only include the word through, and not HR. The info is gathered from the second sheet. |
#4
|
|||
|
|||
![]() |
#5
|
|||
|
|||
![]() Quote:
Edit: I.e. instead of single check, you have to check all 3 possibilities - in case any of them does pass, the record is displayed! Last edited by ArviLaanemets; 01-17-2023 at 02:48 AM. |
#6
|
||||
|
||||
![]() Quote:
OTOH your problem seems to be solved somewhere else . Please read A message to forum cross posters - Excelguru
__________________
Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
![]() |
Tags |
cells, exact, range |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
create a clickable text box to jump to a range of cells | sahara | Excel Programming | 4 | 09-07-2017 10:56 AM |
Distribute text in one cell across a range of cells (overcoming selection.range.cells.count bug) | slaycock | Word VBA | 0 | 02-18-2017 07:00 AM |
![]() |
COEngineer | Excel | 1 | 06-01-2016 11:50 AM |
![]() |
paik1002 | Word VBA | 1 | 12-17-2015 04:51 AM |
Copying text range of cells to different cells adds an extra line | jpb103 | Word VBA | 2 | 07-23-2014 12:22 PM |