Calculating sum of adjacent cell

  • Thread starter Thread starter Danno 24/7
  • Start date Start date
D

Danno 24/7

Hi

I need to find all the cells adjacent to a text value and calculate the
total on a seperate sheet.

Similar to below

NG £250
LW £150
NG £370
KW £450

Total NG £620
Total LW £150

etc.

Ideas?
 
=SUMIF(Sheet1!A:A,"NG",Sheet1!B:B)

etc.

--
HTH

Bob

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

Bob Phillips said:
=SUMIF(Sheet1!A:A,"NG",Sheet1!B:B)

etc.

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

Back
Top