filter imported data to columns

J

Jackanorry

I am looking to import data (numerical) to rows that will filter column.
Fort example .:. if numbers being imported are 5,7,9 35 and will correspond
to specific date, then each number needs to be filtered to the column with
header (label) of the same value.

# of columns 50


Therefore data once imported would look like this:

A B C D E F G H I ...... AI
1 2 3 4 5 6 7 8 9 35
DATE 3 5 7 35
 
J

Jackanorry

Jackanorry said:
I am looking to import data (numerical) to rows that will filter column.
Fort example .:. if numbers being imported are 5,7,9 35 and will correspond
to specific date, then each number needs to be filtered to the column with
header (label) of the same value.

# of columns 50


Therefore data once imported would look like this:

A B C D E F G H I ...... AI
1 2 3 4 5 6 7 8 9 ..... 35
DATE........... 3........ 5.......7...................35
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top