If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > Referencing Cells Using A Function

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-16-04, 08:20
Big John Big John is offline
Registered User
 
Join Date: Jan 2004
Location: Berkshire, UK
Posts: 22
Referencing Cells Using A Function

Hi All,

I'm not sure if this is possible, but can anyone help me with the following (excuse my poor descriptions, bad terminology and terms of reference):

I need to look up all of the cells in a column which have the same text, so that I can do a sum on the following row of the corresponding figures e.g. I want to look up all of the suppliers named "company x" in column a so that I can add up their invoices found in column b.

Any advice will be gratefully received.

Many thanks,

John
Reply With Quote
  #2 (permalink)  
Old 06-16-04, 09:20
shades shades is offline
Registered User
 
Join Date: Oct 2003
Posts: 1,091
Quote:
Originally Posted by Big John
Hi All,

I'm not sure if this is possible, but can anyone help me with the following (excuse my poor descriptions, bad terminology and terms of reference):

I need to look up all of the cells in a column which have the same text, so that I can do a sum on the following row of the corresponding figures e.g. I want to look up all of the suppliers named "company x" in column a so that I can add up their invoices found in column b.

Any advice will be gratefully received.

Many thanks,

John
With one criteria you can use SUMIF

=SUMIF(A:A,"company x",B:B)
__________________
old, slow, and confused
but at least I'm inconsistent!

Rich
(retired Excel 2003 user, 3/28/2008)

How to ask a question on forums
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On