Kellan Adamson
New Member
Hey there folks!
I have one that I am a bit stuck on the best way to do it.
I have a bunch of data that I'm importing from SQL. I want to separate it into 4 different sheets depending on what number from 1-4 is in a column. Then I want to take all the data from that row and put it into the appropriate sheet. Rinse and repeat down the entire sheet.
What is the best way to do that?
Basically:
if F1=1 copy all the data from A1:V1 to Sheet 1
if F1=2 copy all the data from A1:V1 to Sheet 2
I have one that I am a bit stuck on the best way to do it.
I have a bunch of data that I'm importing from SQL. I want to separate it into 4 different sheets depending on what number from 1-4 is in a column. Then I want to take all the data from that row and put it into the appropriate sheet. Rinse and repeat down the entire sheet.
What is the best way to do that?
Basically:
if F1=1 copy all the data from A1:V1 to Sheet 1
if F1=2 copy all the data from A1:V1 to Sheet 2