+ Reply to Thread
Results 1 to 4 of 4

Help with scenario

  1. #1
    Registered User
    Join Date
    04-30-2012
    Location
    WI
    MS-Off Ver
    Excel 2007
    Posts
    4

    Help with scenario

    All:

    Have a scenario:

    Have 6 columns that are dimensional readouts. The tolerance for each is +/- 4.

    If the value in each cell exceeds +/- 4, is there a way to tally the number of occurences, and place that value in the 7th column?

    Am stumped on how to accomplish this.

    Thanks

    Paul

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Help with scenario

    one way:

    =sumif(A1:F1, "> 4") + sumif(A1:F1, "< -4")
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    04-30-2012
    Location
    WI
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Help with scenario

    No, that will not work as I don't need the values themselves to SUM, but rather need the # of occurences summed.

    So, if there were 4 out of 6 columns "out of tolerance", than I would need a "4" to appear in column 7; if 1 out of 6 bad, than "1" to appear, etc...

    Thanks!

    Paul

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Help with scenario

    Sorry, change sumif to countif.

+ 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