Multi-Step problem - text box input with output and a conditional formatting challenge

BB38

New Member
Joined
Jan 16, 2021
Messages
39
Office Version
  1. 365
Platform
  1. Windows
Hi -

I have a database with Column B being 500 or so unique names.

I have created a text box where I can input the name and the output will be the row in which the name is found. The formula I have used for this is: =IFERROR(MATCH(F8 & "*",Table2[Investor],0), "Not Found") +10

Now I want to add another feature:

I want the output to stay as it is but:

1. If there are multiple outputs for the same letters (for example, if there are 10 names that start with AD in column B) then I want the output to show me all the lines these are found on (right now the output can only show me one line number)

2. I want to have whatever the output is in #1 above - to then highlight the cells in Column B

Please let me know if I can expand further

BB
 
Glad to help & thanks for the feedback.
 
Upvote 0

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
This formula has worked fantastic. Taking it one step further.

Here's the current formula:

=TEXTJOIN(", ",,FILTER(ROW(Table2[Investor]),LEFT(Table2[Investor],LEN(F8))=F8))

How can I have the spreadsheet take me to the output row from this formula instead of having to scroll to it. Is that possible?
 
Upvote 0
Not sure if that's possible as it can return more than one row number, but as it's a totally different question, you will need to start a new thread.
 
Upvote 0
Not sure if that's possible as it can return more than one row number, but as it's a totally different question, you will need to start a new thread.
no problem - thank you !
 
Upvote 0

Forum statistics

Threads
1,214,549
Messages
6,120,149
Members
448,948
Latest member
spamiki

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