Getting round the sensitivity of "sumif" formula

X

Xueling

When using 'sumif' formula, if the data i am suming is in another file, i
will get error msg if i do not open the 2 files at the same time.

Is there another function i can use that would allow me to acheive the same
result without using 'sumif'?

i tried 'vlookup' but it does not add up.

Thanks so much!
 
B

Bob Phillips

=SUMPRODUCT('[workbook name.xls]sheet name'!$A$2:$A$8="value",'[workbook
name]sheet name'!$C$2:$C$8)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top