--
Don Guillett
Microsoft MVP Excel
SalesAid Software
dguil...@austin.rr.com
"bijan" <bi...@discussions.microsoft.com> wrote in message
news:4421D49C-E5DC-4C4A...@microsoft.com...
"Don Guillett" wrote:
> .
>
I use the comma for my list separator, you'll want to convert them to
semicolons:
=IF(ISERROR(CELL("Address";INDIRECT("'tst'!A1")));0;
SUMIF(INDIRECT("'TST'!F10:F20000");D2;INDIRECT("'TST'!G10:G20000")))
(I think I got them all!)
--
Dave Peterson