+ Reply to Thread
Results 1 to 4 of 4

easy DSUM question

Hybrid View

Guest easy DSUM question 05-25-2005, 04:06 PM
Guest RE: easy DSUM question 05-25-2005, 04:06 PM
Guest Re: easy DSUM question 05-25-2005, 04:06 PM
Guest RE: easy DSUM question 05-25-2005, 05:06 PM
  1. #1
    Brad Delit
    Guest

    easy DSUM question

    Hello

    This is what I am trying to do?

    I simply want to Excel to locate and sum all of the dollar amounts that
    match numbers that I have on another tab. For instance!

    On Tab A.

    Column Heading's Location No. Grand Total
    1225
    $$$$.$$
    1250
    $$$$.$$

    On Tab B.
    Column Heading's Location No. Total
    1000 25.00
    1225
    2000.00
    1250
    2500.00
    1225
    5874.00
    1300
    6000.00
    1250
    7851.00

    For instance the column on Tab B has hundreds of location No.'s I simply
    want to sum up all of the same location No.'s on Tab A, can you help me.

    Thank you once again for your time.



  2. #2
    JBoulton
    Guest

    RE: easy DSUM question

    Copy the heading from Tab B. to A1 on Tab A.
    Enter the location #s you want to test in A3 - Ax
    Enter the following formula in B2:
    =DSUM(Tab B. data range,offset column (looks like it might be 2),A1:A2)

    Then use data>table starting at A2.

    Alternatively, do some research on SUMPRODUCT.
    --
    Jim


    "Brad Delit" wrote:

    > Hello
    >
    > This is what I am trying to do?
    >
    > I simply want to Excel to locate and sum all of the dollar amounts that
    > match numbers that I have on another tab. For instance!
    >
    > On Tab A.
    >
    > Column Heading's Location No. Grand Total
    > 1225
    > $$$$.$$
    > 1250
    > $$$$.$$
    >
    > On Tab B.
    > Column Heading's Location No. Total
    > 1000 25.00
    > 1225
    > 2000.00
    > 1250
    > 2500.00
    > 1225
    > 5874.00
    > 1300
    > 6000.00
    > 1250
    > 7851.00
    >
    > For instance the column on Tab B has hundreds of location No.'s I simply
    > want to sum up all of the same location No.'s on Tab A, can you help me.
    >
    > Thank you once again for your time.
    >
    >


  3. #3
    N Harkawat
    Guest

    Re: easy DSUM question

    Take a look at SUMIF funciton in help....

    "Brad Delit" <Brad Delit@discussions.microsoft.com> wrote in message
    news:7F491DF9-2FA9-4338-A1FE-C1EE91A019B6@microsoft.com...
    > Hello
    >
    > This is what I am trying to do?
    >
    > I simply want to Excel to locate and sum all of the dollar amounts that
    > match numbers that I have on another tab. For instance!
    >
    > On Tab A.
    >
    > Column Heading's Location No. Grand Total
    > 1225
    > $$$$.$$
    > 1250
    > $$$$.$$
    >
    > On Tab B.
    > Column Heading's Location No. Total
    > 1000
    > 25.00
    > 1225
    > 2000.00
    > 1250
    > 2500.00
    > 1225
    > 5874.00
    > 1300
    > 6000.00
    > 1250
    > 7851.00
    >
    > For instance the column on Tab B has hundreds of location No.'s I simply
    > want to sum up all of the same location No.'s on Tab A, can you help me.
    >
    > Thank you once again for your time.
    >
    >




  4. #4
    Peo Sjoblom
    Guest

    RE: easy DSUM question

    Why not use SUMIF?

    =SUMIF('Tab B'!$B$2:$B$200,1250,'Tab B'!$A$2:$A$200)

    DSUM would look something like

    =DSUM('Tab B'!A1:B200,"Column Heading's",'Tab A'!B1:B2)

    where Column Headin's is the header for the amount column and 'Tab A'B1:B2 the
    criteria from A with Location No. in B1 and number itself in B2


    Regards,

    Peo Sjoblom


    "Brad Delit" wrote:

    > Hello
    >
    > This is what I am trying to do?
    >
    > I simply want to Excel to locate and sum all of the dollar amounts that
    > match numbers that I have on another tab. For instance!
    >
    > On Tab A.
    >
    > Column Heading's Location No. Grand Total
    > 1225
    > $$$$.$$
    > 1250
    > $$$$.$$
    >
    > On Tab B.
    > Column Heading's Location No. Total
    > 1000 25.00
    > 1225
    > 2000.00
    > 1250
    > 2500.00
    > 1225
    > 5874.00
    > 1300
    > 6000.00
    > 1250
    > 7851.00
    >
    > For instance the column on Tab B has hundreds of location No.'s I simply
    > want to sum up all of the same location No.'s on Tab A, can you help me.
    >
    > Thank you once again for your time.
    >
    >


+ 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