Splitting table with variable columns?

Hi,

I need to make several table from an original table with columns:

col_0 col_1 col_2 col_3 col_4

I want to have 4 different tables with 2 columns:

col_0 col_1-4

The problem is this is in workflow and columns 1-4 can be a variable number so I cannot make a fixed number of Cut tool on fixed columns?