Hey all,
I have a spreadsheet with 4 sheets. Sheet1 contains 9 columns (C:K). Column C has a list of dates for the year. Sheet2 has data pulled from the web and the cell i need is ("E9"). Sheet3 is also another web pull and the cells i need are ("K19") and ("K24"). Sheet4 also pulls data from the web and i need the cell "(E9").
What I need to do, is create a macro that searches for the date entered in Sheet1.Range("N3") and find it in Sheet1.Range("C:C"). Then offset and paste the 4 cells listed above in the columns adjacent to the cell where the date is located in Column C.
Sheet1:
Column C = Date found
Column D = Sheet2.Range("E9")
Column F = Sheet3.Range("K19")
Column H = Sheet3.Range("K24")
Column J = Sheet4.Range("E9")
Any suggestions?
I have a spreadsheet with 4 sheets. Sheet1 contains 9 columns (C:K). Column C has a list of dates for the year. Sheet2 has data pulled from the web and the cell i need is ("E9"). Sheet3 is also another web pull and the cells i need are ("K19") and ("K24"). Sheet4 also pulls data from the web and i need the cell "(E9").
What I need to do, is create a macro that searches for the date entered in Sheet1.Range("N3") and find it in Sheet1.Range("C:C"). Then offset and paste the 4 cells listed above in the columns adjacent to the cell where the date is located in Column C.
Sheet1:
Column C = Date found
Column D = Sheet2.Range("E9")
Column F = Sheet3.Range("K19")
Column H = Sheet3.Range("K24")
Column J = Sheet4.Range("E9")
Any suggestions?