Formula to fetch multiple orders from same customer

natimich

New Member
Joined
Apr 3, 2024
Messages
2
Office Version
  1. 2021
Platform
  1. Windows
I want to fetch different orders from each customer in a table as attahed below. Some customers may have multiple orders, thus I want to fetch the customer name, each order ignoring the blanks
22.png

I want to extract the above table as below
123.png
I need a formula or combination of formulas to do this
Thnaks
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Hi & welcome to MrExcel.
You can use the filter function for that, like
Excel Formula:
=FILTER(B2:C1000,B2:B1000<>"")
 
Upvote 0
Hi & welcome to MrExcel.
You can use the filter function for that, like
Excel Formula:
=FILTER(B2:C1000,B2:B1000<>"")
Thanks but it keeps bringing the first order for same customer name again
 
Upvote 0
Just put the formula in one cell & do NOT use Ctrl Shift Enter
 
Upvote 0

Forum statistics

Threads
1,215,200
Messages
6,123,611
Members
449,109
Latest member
Sebas8956

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