+ Reply to Thread
Results 1 to 3 of 3

Multiplying an Entire Range by a fixed number

  1. #1
    Registered User
    Join Date
    12-15-2011
    Location
    Texas
    MS-Off Ver
    Excel 2007
    Posts
    1

    Multiplying an Entire Range by a fixed number

    I have a named range called "Right1" that has several thousand values.

    I am trying to use an AverageIF formula using this cell.

    I want to average only those that are at least 25% lower than another value, which is in cell B153.

    Right now I have =AverageIF(Right1,Right1/B$153 "<0.75")

    It tells me the formula has an error.

    Any suggestions?

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Multiplying an Entire Range by a fixed number

    Maybe?

    =Averageif(Right1,"<="&B153*0.75)

    or

    =Averageif(Right1,">="&B153*0.75)

    not sure which way you want...
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    11-03-2011
    Location
    Shelton, CT
    MS-Off Ver
    Excel 2010
    Posts
    67

    Re: Multiplying an Entire Range by a fixed number

    See attached file.... you needed a column to compare your % of difference evaluation. change numbers in the yellow box to see how this works.

    Optomyst
    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)

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