S
Sastul
ok, there is a nut that i cant break.
I have 2-3 excel files that need to be linked.
File M (master) contains multiple worksheets, of all sorts of data, its
the master file for my files
File L, is a lookup file im creating for better usage, its used for
dumping data from msproject and reformat some stuff. It has only one
sheet of relevance.
File S, the summary file is the thing i need help with, it is linked to
both files and is used to create monthly summarys. In that file i am
using a lot SUMIF elements like:
SUMIF ([file M]sheet1!A1:A30;B8;[file M]sheet1!D130)
Now the thing is: This works fine aslong as i have L and M files open
or when i had them open AFTER i opend the S file.
If i only open the S file i get a #VALUE! in all fields where i have
SUMIF commands. This #VALUE! is replaced with the proper value as soon
as i open the files entered in the SUMIF.
How can that be solved?
I have 2-3 excel files that need to be linked.
File M (master) contains multiple worksheets, of all sorts of data, its
the master file for my files
File L, is a lookup file im creating for better usage, its used for
dumping data from msproject and reformat some stuff. It has only one
sheet of relevance.
File S, the summary file is the thing i need help with, it is linked to
both files and is used to create monthly summarys. In that file i am
using a lot SUMIF elements like:
SUMIF ([file M]sheet1!A1:A30;B8;[file M]sheet1!D130)
Now the thing is: This works fine aslong as i have L and M files open
or when i had them open AFTER i opend the S file.
If i only open the S file i get a #VALUE! in all fields where i have
SUMIF commands. This #VALUE! is replaced with the proper value as soon
as i open the files entered in the SUMIF.
How can that be solved?