ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Not sure what to call this (https://www.excelbanter.com/excel-programming/442675-not-sure-what-call.html)

wdb

Not sure what to call this
 
Basically i want to set up a formula to add up cells in one column with a
certain name in another column, so i can keep track of how much i am spending
with that supplier. Is this a IF formula ???
--
thanks in advance, wdb

Don Guillett[_2_]

Not sure what to call this
 
look in the help index for SUMIF
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"wdb" wrote in message
...
Basically i want to set up a formula to add up cells in one column with a
certain name in another column, so i can keep track of how much i am
spending
with that supplier. Is this a IF formula ???
--
thanks in advance, wdb



ryguy7272

Not sure what to call this
 
Maybe this:
http://www.contextures.com/xlFunctions01.html#Exact

Or this:
http://www.contextures.com/xlFunctio...tml#SumProduct

--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"wdb" wrote:

Basically i want to set up a formula to add up cells in one column with a
certain name in another column, so i can keep track of how much i am spending
with that supplier. Is this a IF formula ???
--
thanks in advance, wdb


Chip Pearson

Not sure what to call this
 
Try the SUMIF function. E.g.,

=SUMIF(A1:A100,"word",B1:B100)

where A1:A100 is your list of suppliers, "word" (with the quotes) is
the name of the supplier you are interested in, and B1:B100 are the
dollar amounts. The formula will sum the values in B1:B100 where the
corresponding cell in A1:A100 is "word".

Cordially,
Chip Pearson
Microsoft Most Valuable Professional,
Excel, 1998 - 2010
Pearson Software Consulting, LLC
www.cpearson.com


On Wed, 19 May 2010 12:16:06 -0700, wdb
wrote:

Basically i want to set up a formula to add up cells in one column with a
certain name in another column, so i can keep track of how much i am spending
with that supplier. Is this a IF formula ???



All times are GMT +1. The time now is 10:44 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com