J
Jeff J
I'm trying to capture data for reporting purposes from
multiple spreadsheets residing in separate files
(Workbooks).
I've tried setting up the formula so we could enter the
file name, sheet name, starting cell and ending cell on
the main "reporting" spreadsheet. Using INDIRECT, these
values would be used as part of the COUNTIF to tabulate
the values from each of the spreadsheets. e.g. Count the
number of U's in TestSheet located in file
Testworkbook.xls in column c3 through c200.
B11 - C:\Testworkbook.xls
B12 - Testsheet
B13 - C3 (starting cell)
B14 - C200 (end cell)
The formula:
=COUNTIF(INDIRECT
("'["&b11&"]"&b12&"'!"(INDIRECT&b13&":"&b14)),"U")
Is this feasible in Excel, or do I need to find another
process for achieving my goal?
Thanks,
Jeff
multiple spreadsheets residing in separate files
(Workbooks).
I've tried setting up the formula so we could enter the
file name, sheet name, starting cell and ending cell on
the main "reporting" spreadsheet. Using INDIRECT, these
values would be used as part of the COUNTIF to tabulate
the values from each of the spreadsheets. e.g. Count the
number of U's in TestSheet located in file
Testworkbook.xls in column c3 through c200.
B11 - C:\Testworkbook.xls
B12 - Testsheet
B13 - C3 (starting cell)
B14 - C200 (end cell)
The formula:
=COUNTIF(INDIRECT
("'["&b11&"]"&b12&"'!"(INDIRECT&b13&":"&b14)),"U")
Is this feasible in Excel, or do I need to find another
process for achieving my goal?
Thanks,
Jeff