+ Reply to Thread
Results 1 to 5 of 5

Only show quantities of three or greater???

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    08-29-2013
    Location
    CT
    MS-Off Ver
    Excel 2021 for Mac
    Posts
    279

    Only show quantities of three or greater???

    Good afternoon, a while back i had some help with a formula on the attached sheet. I need to update it now. The strengths are going to stay the same, but the weaknesses (purple headers on spreadsheet) only have to show up if the value associated with it is 3 or greater. (So traits with quantities of 1 and 2 will not show up as a weakness)

    I have attached a spreadsheet wit desired results.

    Thanks for all of the help

    Los
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    01-22-2014
    Location
    Shreveport LA
    MS-Off Ver
    2007
    Posts
    6

    Re: Only show quantities of three or greater???

    Try this in your total points column:
    =(SUM(D3:O3)*5)+(SUMIF(P3:W3,">2",P3:W3)*-2)

  3. #3
    Forum Contributor
    Join Date
    08-29-2013
    Location
    CT
    MS-Off Ver
    Excel 2021 for Mac
    Posts
    279

    Re: Only show quantities of three or greater???

    not sure how that would help? I am looking only to return character traits that have a value of three or greater in the weaknesses columns

    Los

  4. #4
    Registered User
    Join Date
    01-22-2014
    Location
    Shreveport LA
    MS-Off Ver
    2007
    Posts
    6

    Re: Only show quantities of three or greater???

    Quote Originally Posted by Losguapos1 View Post
    not sure how that would help? I am looking only to return character traits that have a value of three or greater in the weaknesses columns

    Los
    Please see the attachment, your example on the left has your original formula, but I have removed all of the 1 & 2's from it to get the totals you are looking for, the example on the right I have left in the numbers 1 & 2 but applied the formula I suggested, please note that the totals are the same.

    Original formula:
    =(SUM(D3:O3)*5)+(SUM(P3:W3)*-2)

    Suggested formula:
    =(SUM(D3:O3)*5)+(SUMIF(P3:W3,">2",P3:W3)*-2)

    By changing the second portion of your formula, I have basically said only to sum the digits if they are greater then "2". You will need to adjust the cell references (D3:03) the yellow area and (P3:W3) the purple area to what they are on your actual original spreadsheet.
    Attached Files Attached Files
    Last edited by Dbradford1; 01-23-2014 at 12:48 PM.

  5. #5
    Forum Contributor
    Join Date
    08-29-2013
    Location
    CT
    MS-Off Ver
    Excel 2021 for Mac
    Posts
    279

    Re: Only show quantities of three or greater???

    still need a solution....anyone have any ideas?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Formula to show quantities for amount entered
    By mutedf8 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 10-02-2013, 12:34 AM
  2. [SOLVED] Only show values that are greater than x
    By mikebon111 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-20-2012, 08:57 PM
  3. If cell value greater than X, show picture
    By Artiso in forum Excel General
    Replies: 2
    Last Post: 11-05-2011, 03:38 PM
  4. Formula in Excel to show greater than 50, but less than 250?
    By Janice B. - Cleveland, Ohio in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-10-2006, 05:07 PM
  5. How can cells be filled in to show quantities?
    By edish in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-27-2005, 09:05 AM

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