Yet another VBA code help from formula

Newbie73

Board Regular
Joined
Feb 4, 2024
Messages
109
Office Version
  1. 365
Platform
  1. Windows
Hello, one more request (hopefully the last one!) to try to make one formula more efficient and VBA code tends to do the trick on a huge data sheet.

The following formula:

Excel Formula:
=LET(m,BYROW(Main!C3:Main!C40000,LAMBDA(r,MINIFS(Main!M3:Main!M40000,Main!C3:Main!C40000,r))),SORT(DROP(FILTER(HSTACK(m,Main!C3:Main!O40000),(LEFT(Main!C3:Main!C40000,LEN(G2))<>G2)*(Main!M3:Main!M40000=m)*(Main!C3:Main!C40000<>0)),,1),11))

It looks for different first 8 digits on the Main sheet Column C than the ones in Sheet2 G2 and if there is more than one identical value then choose the one with the oldest date on column M

Example spreadsheet provided:

test1.xlsx

Thanks!!
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Any takers? Do let me know if you need any more information and thank you in advance!
 
Upvote 0

Forum statistics

Threads
1,221,418
Messages
6,159,791
Members
451,589
Latest member
Harold14

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