I have data in one tab ("Country") organized by columns:
Col A Col B Col C Col D Col E Col F
Italy Euro Prod1 Cost Date ROW
Italy Euro Prod2 Cost Date ROW
Spain Euro Prod1 Cost Date ROW
Italy Euro Prod3 Cost Date ROW
I want to loop through the range, which will change with each download from outside source. Each time it sees "Italy", which will be typed into another reference cell on tab ("Summary"), it will copy the data from only columns C thru E, find the next empty cell on tab ("Summary") and paste the data. It will then go back and search until it comes to end of the range. Thanks.
Col A Col B Col C Col D Col E Col F
Italy Euro Prod1 Cost Date ROW
Italy Euro Prod2 Cost Date ROW
Spain Euro Prod1 Cost Date ROW
Italy Euro Prod3 Cost Date ROW
I want to loop through the range, which will change with each download from outside source. Each time it sees "Italy", which will be typed into another reference cell on tab ("Summary"), it will copy the data from only columns C thru E, find the next empty cell on tab ("Summary") and paste the data. It will then go back and search until it comes to end of the range. Thanks.