using MAX(INDEX((D1=B1:B8)*A1:A8,)) to search for most current date but how to use "wildcards"?

sadams1

Board Regular
Joined
Aug 19, 2006
Messages
219
greatly appreciate anyone taking any time to check out this seemingly straightforward solution that eludes me...the screenshot shows a simple table & search. Works great when the exact match is found but would it to be more flexible which is shown in the callout in the screenshot. Is this possible as is or am I biting off more than I can chew? Many thanks! Steve
 

Attachments

  • Screenshot 2023-12-04 115228.png
    Screenshot 2023-12-04 115228.png
    91.4 KB · Views: 6

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
You didn't say what version you have, but this seems to work in Excel 365:

=LOOKUP(9^9,FIND(D1,B1:B8),A1:A8)
 
Upvote 0
Solution
hello Scott & many thanks for the reply! I plugged the code in & the result was "45272". I did a straight copy & paste so shouldn't have fat fingered anything. Attached is what I'm seeing.
 

Attachments

  • Screenshot 2023-12-04 124443.png
    Screenshot 2023-12-04 124443.png
    89.7 KB · Views: 2
Upvote 0
huge apology! Just love when I completely miss something right in front of my face. Works great & greatly appreciate this!
 
Upvote 0

Forum statistics

Threads
1,215,454
Messages
6,124,931
Members
449,195
Latest member
Stevenciu

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