Hi,
I have a master workbook that contains links to a bunch of other workbooks. Primarily, I am just linking to the data themselves, which are numeric. My links currently look like =[source_file.xls]sheetname!A5
I would like to do a few different things here:
1) incorporate replacing in this formula so that, for instance, if the source cell has a value of "." (the whole cell), then replace it with a blank "" in the master workbook. Also, if there is no data in the source cell, I want it also to be a "" in the master (currently under the formula it shows up as zero).
2) The first is more important, but if possible, it would be good to have some variable for the source workbook name. For instance, I have master1 (the master workbook) that has links to workbooks source1a through source1z, and I eventually need to have in addition master workbooks master2 thorugh master5, with links to source2a-source2z, ..., source5a-source5z (the indices are not numeric 1-5, by the way, they will just be strings). The master workbooks are large so I'd rather not do a whole lot of manual work. Solving the first would help lessen the work for the second problem.
Thanks
I have a master workbook that contains links to a bunch of other workbooks. Primarily, I am just linking to the data themselves, which are numeric. My links currently look like =[source_file.xls]sheetname!A5
I would like to do a few different things here:
1) incorporate replacing in this formula so that, for instance, if the source cell has a value of "." (the whole cell), then replace it with a blank "" in the master workbook. Also, if there is no data in the source cell, I want it also to be a "" in the master (currently under the formula it shows up as zero).
2) The first is more important, but if possible, it would be good to have some variable for the source workbook name. For instance, I have master1 (the master workbook) that has links to workbooks source1a through source1z, and I eventually need to have in addition master workbooks master2 thorugh master5, with links to source2a-source2z, ..., source5a-source5z (the indices are not numeric 1-5, by the way, they will just be strings). The master workbooks are large so I'd rather not do a whole lot of manual work. Solving the first would help lessen the work for the second problem.
Thanks