Thanks for the code Nilem, Its copying the data in Consolidated sheet but I am getting the same date twice one with correct data and other with previous date data. I have attached the result sheet. Please have a check.
P.S: I will have around 30 + files in same folder and the Macro need to pull the information of all the files. Also it’s not taking the date from the name of the file (I have changed 3_5_2012 to 3_21_2012 but it is still showing the same date as 5/3/3012, 6/3/2012 & 6/3/2012 in Consolidated).
I have the files in my desktop and the formula looks like below
for 3/5/2012
=IFERROR(VLOOKUP($A2,'C:\Documents and Settings\Administrator\Desktop\New Folder\[DownTime3_5_2012_14_21.xls]Sheet1'!$A$1:$B$65536,2,0)/60,"Not Pingable")
for 3/6/2012
=IFERROR(VLOOKUP($A2,'C:\Documents and Settings\Administrator\Desktop\New Folder\[DownTime3_6_2012_1_23.xls]Sheet1'!$A$1:$B$65536,2,0)/60,"Not Pingable")
For 3/7/2012
=IFERROR(VLOOKUP($A2,'C:\Documents and Settings\Administrator\Desktop\New Folder\[DownTime3_7_2012_4_23.xls]Sheet1'!$A$1:$B$65536,2,0)/60,"Not Pingable")
and so on...
what does C1:C2 does in the below formula?
Regards,
Pradeep
Bookmarks