I might confused you. If i apply above rule, the result would show as 0 or "".put an
=Iferror(existing formula, 0) or
=Iferror(existing formula, "")
around your existing formula
Thanks for your response and tip.SUMIF function require the linked workbook to be open, otherwise it will return #VALUE! error.
You can fix by using SUMPRODUCT function instead of SUMIF and could keep the result when the linked workbook is closed, as in :
=SUMPRODUCT(--(criteria_range=criteria), sum_range)
Regards
Bosco
I choose continue.What option are you choosing when you open this workbook with respect to Links? Excel will prompt you to choose an option like below.
View attachment 59931
In that case, try bosco_yip's suggestion.Here is the message i got, first the data is ok, but when i click on Enable Editing, it becomes #Value!
View attachment 59957