Help using if condition and vlookup

  • Thread starter Thread starter saraskandan
  • Start date Start date
S

saraskandan

Hi ...

I have set of values in a column. using the if condition i need to
lookup the values from one column and match with another column with
adding up values

for eg.,

Name Value
A 25
B 15
A 15
B 30
C 20
D 25
C 10

please help in finding a solution using ISNA
 
I think you mean

=SUMIF(A:A,"A",B:B)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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