Sum column of vlookup

M

mjones

Hi all,

Here I am again trying to do things that I don't know how to do.

Here's the formula in O37 - =VLOOKUP(O18,DE18:DG36,3)

Of course this is for row 18 in column O and there are 36 rows.

O37 should sum all the rows, not just row 18.

It's probably some form of =sum and an array, ahh.

Thanks,

Michele
 
M

mjones

Ah, I see. This should do it:
=SUMPRODUCT(--($DE$18:$DE$36=U$18:U$36),$DG$18:$DG$36)
--
Max
Singaporehttp://savefile.com/projects/236895
xdemechanik
---





- Show quoted text -

Perfect. Rocket science to me when you get into that double dash.
Thanks!!
 

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