Hi
I am trying to organise data from multiple columns and need some help to find a quick way of doing it.
To explain the problem. I have stock values for two stocks on trading dates where the trading dates become out of sync (the trading dates are different for different countries), but want to align the row data into a new worksheet (Eg Column A = dates, Column B = stock values, Column C = dates, and Column D = values of different stock). A and C start on the same date but after a certain number of rows become out of sync, and the only way i have found is to go through the sheet manually and move the data around.
So what i want to do is to create a new worksheet with the dates in column A, b stock values on dates given in column A, but also want the D stock values on the matching dates given in column A.
Can someone help? Im fairly new to vba.
Thanks guys
Bookmarks