Copy and Manipulate Table Data

M10Ant

New Member
Joined
Dec 30, 2021
Messages
36
Office Version
  1. 365
Platform
  1. Windows
I have a Excel table that records stock transactions and includes two Date columns:
  • trx_source_TBL[Order Date]: records the date that the trade order was placed to buy or sell a particular stock
  • trx_source_TBL[Date Executed]: records the date the order was executed
Original_table.png


The Date Executed value can be blank for some rows (those which are Limit Orders and the order hasn't yet been executed)

I need a way have some of this data automatically mirrored in another worksheet in the same workbook, ideally using some kind of index match formula to do it.

The challenge s also needing to have the rows in the other worksheet ordered by the "Date Executed" column and for that to be the first column on that sheet.

Ultimately I need the second table so show like this based on above data:
Target_table.png


I want to avoid using a Power Query to do this as I need to tag my own columns onto the second table and use regular formulas in them. Also, ideally need the sorting to happen as part of the formula rather than sort via a regular column sort (if that makes sense).

Any help would be greatly appreciated!

 

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.

Forum statistics

Threads
1,214,853
Messages
6,121,935
Members
449,056
Latest member
denissimo

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