+ Reply to Thread
Results 1 to 2 of 2

out of limit data

  1. #1
    Registered User
    Join Date
    05-24-2006
    Posts
    1

    out of limit data

    Certain readings are recorded daily in my excel data. I need to know how to identify data cells that are outside of 10% of the average for all the data.

    Any help is appreciated

    Thanks,

    cjmiller

  2. #2
    Guest

    Re: out of limit data

    Hi
    I selected the range (D12:D24) and I used Format/Conditional Format. Change
    the option from Cell Value to Formula Is and put this in:
    =OR(D12>(AVERAGE($D$12:$D$24)*1.1), D12<(AVERAGE($D$12:$D$24)*0.9))

    It works for me!
    Andy.

    "cjmiller" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Certain readings are recorded daily in my excel data. I need to know
    > how to identify data cells that are outside of 10% of the average for
    > all the data.
    >
    > Any help is appreciated
    >
    > Thanks,
    >
    > cjmiller
    >
    >
    > --
    > cjmiller
    > ------------------------------------------------------------------------
    > cjmiller's Profile:
    > http://www.excelforum.com/member.php...o&userid=34758
    > View this thread: http://www.excelforum.com/showthread...hreadid=545192
    >




+ 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