+ Reply to Thread
Results 1 to 3 of 3

Functions-d would rather copy and paste formulas

  1. #1
    dale1948
    Guest

    Functions-d would rather copy and paste formulas

    I have 2 columns of data. 1st column is quantity, the 2nd is unit selling
    price. Without adding a 3rd column for extended price, I'd like to write a
    formula that will give me the average selling price for the total of the
    quantity column. You could call this the weighted average. I have to do this
    for a number of different sets of data, and would rather copy and paste
    formulas, if possible.

    Thanks for your help!

    Dale

  2. #2
    Tim C
    Guest

    re: Functions-d would rather copy and paste formulas

    On way:

    =SUMPRODUCT(--A1:A10,--B1:B10)/SUM(A1:A10)

    Tim C

    "dale1948" <dale1948@discussions.microsoft.com> wrote in message
    news:1185C241-8AD5-4FEA-8581-CBC299E72396@microsoft.com...
    >I have 2 columns of data. 1st column is quantity, the 2nd is unit selling
    > price. Without adding a 3rd column for extended price, I'd like to write a
    > formula that will give me the average selling price for the total of the
    > quantity column. You could call this the weighted average. I have to do
    > this
    > for a number of different sets of data, and would rather copy and paste
    > formulas, if possible.
    >
    > Thanks for your help!
    >
    > Dale




  3. #3
    dale1948
    Guest

    re: Functions-d would rather copy and paste formulas

    Excellent!

    Thank you for your help!

    Dale

    "Tim C" wrote:

    > On way:
    >
    > =SUMPRODUCT(--A1:A10,--B1:B10)/SUM(A1:A10)
    >
    > Tim C
    >
    > "dale1948" <dale1948@discussions.microsoft.com> wrote in message
    > news:1185C241-8AD5-4FEA-8581-CBC299E72396@microsoft.com...
    > >I have 2 columns of data. 1st column is quantity, the 2nd is unit selling
    > > price. Without adding a 3rd column for extended price, I'd like to write a
    > > formula that will give me the average selling price for the total of the
    > > quantity column. You could call this the weighted average. I have to do
    > > this
    > > for a number of different sets of data, and would rather copy and paste
    > > formulas, if possible.
    > >
    > > Thanks for your help!
    > >
    > > Dale

    >
    >
    >


+ 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