+ Reply to Thread
Results 1 to 3 of 3

'Average' Function on 1500 lines

  1. #1
    Registered User
    Join Date
    05-25-2005
    Posts
    1

    'Average' Function on 1500 lines

    I'm creating a price list and need to have an average price list out of 6 prices on the end end of each line for about 1500 lines. Individually doing this would take a long time, any tips?

  2. #2
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    Assuming Columns A through F contain your prices, try...

    G1, copied down:

    =AVERAGE(A1:F1)

    Hope this helps!

  3. #3
    gls858
    Guest

    Re: 'Average' Function on 1500 lines

    Logan wrote:
    > I'm creating a price list and need to have an average price list out of
    > 6 prices on the end end of each line for about 1500 lines.
    > Individually doing this would take a long time, any tips?
    >
    >

    If your pricing is in col A to F in col G
    put =Average(A1:F1) and copy it down col G
    by grabbing the lower right hand corner.

    gls858

+ 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