Formula Request

JakeFromBB

New Member
Joined
Jul 17, 2023
Messages
4
Office Version
  1. 365
Platform
  1. Windows
Hi, I have an odd problem I am trying to solve and tried to simplify it as much as I can. I have a spreadsheet with >2,000 rows that I would like to search from and on a new sheet return a summarized version of that data. Essentially I would like to return one line of each Product either with the most recent sold or randomly (doesn't have to be random can be first line if easier, just need to show product has never been sold) picking one if there has not been any sold (C=blank). I included a screengrab of a simplified version of my problem with the highlighted rows what I would like to have return in the new sheet. Anyone know if this is possible?

1689609524363.png
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Hi & welcome to MrExcel.
How about
Excel Formula:
=LET(s,SORT(A2:C10,3,-1),r,ROWS(s),FILTER(s,MMULT((SEQUENCE(r)>=SEQUENCE(,r))*(INDEX(s,,2)=TOROW(INDEX(s,,2))),SEQUENCE(r,,,0))=1))
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,216,170
Messages
6,129,274
Members
449,497
Latest member
The Wamp

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