Lookup one column and sum another column

  • Thread starter Thread starter Maddoktor
  • Start date Start date
M

Maddoktor

Hi all,,

Hope someone can help me with the following problem.

I would like to look up Column C for a specific value (i.e. 19) and then
sum the values in Column A that relates directly to the value of 19 in
Column C.

Thanks in advance.
 
If you mean SUM() values in Column A that are in the same rwo as number 19's
in Column C then try:

=SUMIF(C1:C9,19,A1:A9)

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(e-mail address removed)
(e-mail address removed) with @tiscali.co.uk
 
=sumif(c:c,19,a:a)
is one way.
Hi all,,

Hope someone can help me with the following problem.

I would like to look up Column C for a specific value (i.e. 19) and then
sum the values in Column A that relates directly to the value of 19 in
Column C.

Thanks in advance.
 

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

Back
Top