Forum Discussion
Use data from one Workbook for calculations in another Workbook.
Frank,
some functions - like INDIRECT() or COUNTIF() - only work when the source workbook is open.
- Frank NataliaSep 09, 2017Copper Contributor
Detlef_Lewin wrote:Frank,
some functions - like INDIRECT() or COUNTIF() - only work when the source workbook is open.
Thank you, infortunately I used both :-)
I shall fix the problem from anothe side.
- SergeiBaklanSep 09, 2017Diamond Contributor
As a comment. In general INDIRECT works with absolute path, COUNTIF could be changed on SUMPRODUCT which also works with absolute path (COUNTIF not), etc.
Another story is what in real life you have to use this absolute path as parameter defining it manually or based on some rules, e.g. parent folder for current subfolder.
- Frank NataliaSep 12, 2017Copper Contributor
SergeiBaklan wrote:COUNTIF could be changed on SUMPRODUCT which also works with absolute path (COUNTIF not), etc.
Thank you. I shall try to replace Countif by Sumproduct.
Yes, I try to creat a parant folder to work with subfolders.