![]() |
#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 |
Tags |
cells, exact, range |
|
![]() |
||||
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 |