Two word lookup, one formula?

J

J.W. Aldridge

The following formula works great. The only ammendment I need to make
is to add another word to the third criteria already given.

It needs to lookup "completed" or "done".(The column may say either
one.)

Any suggestions as to the best way to get this accomplished?


=SUMPRODUCT(('Formals Out'!B$6:B$10000=C7)*('Formals Out'!G$6:G$10000=N
$5)*('Formals Out'!D$6:D$10000="completed"))

Thanx
 
B

Bob Phillips

=SUMPRODUCT(('Formals Out'!B$6:B$10000=C7)
*('Formals Out'!G$6:G$10000=N$5)
*('Formals
Out'!D$6:D$10000={"completed","done"}))

--
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

Top