+ Reply to Thread
Results 1 to 4 of 4

Calculate Average

  1. #1
    Registered User
    Join Date
    12-08-2005
    Posts
    84

    Calculate Average

    Hi guys and gals

    I need to calculate some averages.

    For example cells A1:A5 contain a +/-%, i need to be able the calculate the average of the percentages disregarding the + or -.

    e.g, if A1= -3%, A2= -6%, A3= +5%, A4= +2% then the normal average would be -1%, but if you ignore the + and - then you get a return of 4%.

    Now I know that i could put a formula into the adjacent cell to the effect of, if A1=>1 then *100 and covert to a regular number. But i have a lot of poages to write across alot of workbooks, so this would be a tad impractical.

    Please tell me there is an easy way to do this

    Cheers

    James

  2. #2
    Forum Expert
    Join Date
    01-12-2007
    Location
    New Jersey
    Posts
    2,127
    Use this array formula:

    =AVERAGE(ABS(A1:A100))

    Since it is an array formula, use CTRL+SHIFT+ENTER to confirm

  3. #3
    Registered User
    Join Date
    12-08-2005
    Posts
    84
    Praise be upon you BigBas.

    That worked a treat!!!!

    Cheers

    James

  4. #4
    Forum Expert
    Join Date
    01-12-2007
    Location
    New Jersey
    Posts
    2,127
    Glad I could help.

+ 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