+ Reply to Thread
Results 1 to 2 of 2

Sumproduct to multiply by a cell value

  1. #1
    Forum Contributor
    Join Date
    06-07-2006
    Posts
    121

    Sumproduct to multiply by a cell value

    I need to multiply the value located in Cells StampsJ2:J9 by


    Stamps!$G$2:$G$9=Sheet2!B2


    =SUMPRODUCT((Stamps!J2:J9)*(Stamps!$G$2:$G$9=Sheet2!B2))

    Sheet2!B2 <--------- the value in this cell can change.
    Attached Files Attached Files
    Last edited by VBA Noob; 10-01-2008 at 03:44 PM. Reason: Poorly titled.

  2. #2
    Forum Contributor
    Join Date
    08-21-2006
    Location
    Ossett, West Yorkshire
    MS-Off Ver
    2003
    Posts
    150
    Hi merlin,
    You will have to change values in Stamps Col G from to match what you have in B2 on sheet 2 . eg "L14" becomes "Local 14" then use the fomula:

    =SUMPRODUCT(--($G$2:$G$8=Sheet2!B2),--(Stamps!$J$2:$J$8))

    that I believe will give you the answer that you are after.


    Regards Howard
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Insert calendar result into lock cell
    By emussynski in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 06-02-2008, 06:51 AM
  2. Display Numeric Result in Cell
    By davehunter in forum Excel General
    Replies: 4
    Last Post: 07-27-2007, 07:11 AM
  3. counting how mant times a date appears in a cell
    By vtek16 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-23-2007, 02:40 AM
  4. Sumproduct with last used cell
    By rajpalmanish in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-31-2007, 05:03 AM
  5. Reference of the result cell
    By anar_baku in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-27-2006, 01:35 PM

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