Good morning,
I have another task. My task got more complicated. The owner wants to place all files in one worksheet right under the previous. So with this, the title of the txt file that will be placed in will have the File number along with other information. I need to find the file number for the correct file and then again, in another column get the 2nd file and so on. The result will be in a separate worksheet and each file will be in a different column.
I have tried search, Mid and get nowhere. A3 is cell with the identity of the sample in the file
Help?!
DThib
I have another task. My task got more complicated. The owner wants to place all files in one worksheet right under the previous. So with this, the title of the txt file that will be placed in will have the File number along with other information. I need to find the file number for the correct file and then again, in another column get the 2nd file and so on. The result will be in a separate worksheet and each file will be in a different column.
I have tried search, Mid and get nowhere. A3 is cell with the identity of the sample in the file
HTML:
=IF($A3="","",IFERROR(MID('File Data'!$A:$A,FIND("File",'File Data'!$A:$A)+1,2),"Blahh"))
Help?!
DThib