Turn part of a list into a table

richardallen

New Member
Joined
Feb 13, 2014
Messages
12
Hi, I am trying to turn a text list into a table. The list is approx 60 'routes' as similar to below. I would like use a macro to turn this into a 60 row table.

What is the best was of achieving this?

Many thanks,
Rich


From a text list:
Route *TEST_AD*
User 1 name: Business Unit
User 2 name: Invoice No.
User 3 name: Supplier
User 4 name: Transaction Value
User 5 name: Invoice / Credit
User 6 name: Due Date
User 7 name: Approval Value (Base)
User 8 name: Purchase Order No

State 1 : Cody
Goto State (2) MW\Andy.Donald When Response = Accept
Change Route ~ Rejected When Response = Reject
Query State When Response = Query
State 2 : MW\Andy.Donald
Change Route ~ Authorised When Response = Accept AND User 7: Approval Value (Base) <= 10000
Goto State (3) MW\Richard.A When Response = Accept AND User 7: Approval Value (Base) > 10000
Change Route ~ Rejected When Response = Reject
Query State When Response = Query
State 3 : MW\Richard.A
Change Route ~ Authorised When Response = Accept
Change Route ~ Rejected When Response = Reject
Query State When Response = Query

To a table:
Routename | State1 | State2 | State3 | State4 | State1 Value | State2 Value | State3 Value | State4 Value
Route *TEST_AD* | Cody | Andy.Donald | Richard.A | blank | 0 | 10000 | 0 | 0
 
Last edited:

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple

Forum statistics

Threads
1,214,786
Messages
6,121,546
Members
449,038
Latest member
Guest1337

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