Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
wdb wdb is offline
external usenet poster
 
Posts: 1
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,522
Default 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


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,836
Default 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

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default 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 ???

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Not sure what to call this srosetti Excel Programming 3 October 28th 09 01:58 AM
call C++ DLL from VBA Bill Grigg Excel Programming 1 September 29th 09 11:34 PM
How to call this DLL? Paul Lenz Excel Programming 0 September 9th 07 08:12 PM
Call Center Management: How to calculate 'cost per call' Denniso6 Excel Discussion (Misc queries) 2 June 25th 06 05:01 PM
Don't know what to call what I need? chanwando Excel Worksheet Functions 5 September 9th 05 10:01 PM


All times are GMT +1. The time now is 06:22 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"