Data Table Question

Russ At Index

Well-known Member
Joined
Sep 23, 2002
Messages
708
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
  2. MacOS
Morning ,

I have a table with the following headers :

Date , Year , Month , WeekDay , DayNumber , WeekNumber , Shift , Parcel , O/L

I am looking to extract into a separate sheet the all the corresponding row data based on the highest
figure within the parcel column .

Any assistance would be greatly appreciated .

Regards,
Russ.
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
Morning ,

I have a table with the following headers :

Date , Year , Month , WeekDay , DayNumber , WeekNumber , Shift , Parcel , O/L

I am looking to extract into a separate sheet the all the corresponding row data based on the highest
figure within the parcel column .

Any assistance would be greatly appreciated .

Regards,
Russ.
If you want the headers and the date to be formatted.

Substitute tblData with the actual table name.

Excel Formula:
=LET(d,SORT(tblData,8,-1),VSTACK(tblData[#Headers],CHOOSEROWS(HSTACK(TEXT(INDEX(d,,1),"DD/MM/YYYY"),DROP(d,,1)),1)))
 
Upvote 0
Morning arthurbr & HighandWilder ,
Many thanks for the prompt response , appreciated as always .
All solutions worked perfectly , thank you ;)

Have a good weekend ,

Russ.
 
Upvote 0

Forum statistics

Threads
1,223,578
Messages
6,173,167
Members
452,504
Latest member
frankkeith2233

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