-----Original Message-----
Hi
Let it be you have in a workbook (placed in My Documents folder on C drive)
MySource on sheet Sheet1 a table
Name Amount
John 1000
Mary 1200
Bill 800
John 500
Bill 1100
....
In workbook MyTarget you have the list of names, and you want sum amounts
from MySource for every name.
Create in MyTarget a sheet MyMirror;
Into cell A1 on sheet MyMirror enter the formula
=IF('C:\My Documents\[MySource.xls]Sheet1'!A1="","",'C:\My
Documents\[MySource.xls]Sheet1'!A1)
and copy it p.e. to range A1:B100 (at least same number of rows as has table
in MySource)
On sheet with name list (with names in column A, started from row 2), enter
p.e. into cell B2 the formula
=SUMIF(MyMirror!$A$2:$A$100,A2,MyMirror!$B$2:$B$100)
and copy it down.
Arvi Laanemets
I am using SUMIF....how and where do I use mirror links?
Could you please elaborate? me
an
.