+ Reply to Thread
Results 1 to 3 of 3

Excel formula - stumped!

  1. #1
    Registered User
    Join Date
    03-22-2012
    Location
    Bristol
    MS-Off Ver
    Excel 2010
    Posts
    1

    Excel formula - stumped!

    Hello,

    I have a spreadsheet called 'TRADE' as follows:

    Column: A B C
    Sept 200 1000
    Sept 300 2000
    Oct 300 2000
    Nov 100 3000

    and so on...

    I want to be able to add all the values of Coloumn C together in another worksheet, if they say Sept in Column A.
    Does anyone know a formula which will allow me to do this? really need some help.

  2. #2
    Registered User
    Join Date
    12-30-2011
    Location
    Bristol, UK
    MS-Off Ver
    Excel 2010
    Posts
    82

    Re: Excel formula - stumped!

    Hi there,

    Try: =SUMIF(TRADE!A2:A5,"Sept",TRADE!C2:C5)

    HTH,

    Fermented R

  3. #3
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Excel formula - stumped!

    Welcome to the forum.

    Please edit your title as per forum rules.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1