+ Reply to Thread
Results 1 to 3 of 3

ABS of a range

Hybrid View

table83 ABS of a range 06-15-2011, 09:38 PM
MarvinP Re: ABS of a range 06-15-2011, 10:23 PM
Andy Pope Re: ABS of a range 06-16-2011, 04:08 AM
  1. #1
    Registered User
    Join Date
    10-20-2009
    Location
    Prineville, OR
    MS-Off Ver
    Office 2010
    Posts
    33

    ABS of a range

    I have searched and found stuff close to what I was looking for, but not exactly what I was looking for.
    http://office.microsoft.com/en-us/ex...010147120.aspx

    This is what I have,
    =COUNTIF(BD5:BD29,">"&D8)
    This is what I want, but it doesn't work. I know I'm looking for some sort of an array, but I can't get the ctr + shift + enter to throw the brackets around it.

    =COUNTIF(ABS(BD5:BD29),">"&D8)
    Thanks in advance

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,253

    Re: ABS of a range

    Hi table83,
    If you want the absolute values to be used in the range and count them above some value in D3
    Your formula which didn't work was
    =COUNTIF(ABS(BD5:BD29),">"&D8)
    Try this instead
    =COUNTIF(BD5:BD29,">"&D8) + COUNTIF(BD5:BD29,"<"&-D8)
    No CSE formula needed

    Hope that is what you were looking for.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  3. #3
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,481

    Re: ABS of a range

    Or

    =SUMPRODUCT(--(ABS(BD5:BD29),">" & D8))
    Cheers
    Andy
    www.andypope.info

+ 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