+ Reply to Thread
Results 1 to 11 of 11

Return no value if the quantity is less than three

  1. #1
    Forum Contributor
    Join Date
    08-29-2013
    Location
    CT
    MS-Off Ver
    Excel 2016 Mac
    Posts
    268

    Return no value if the quantity is less than three

    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 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
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Return no value if the quantity is less than three

    use

    =IF(your_formula<3,"",your_formula)
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    01-17-2014
    Location
    America
    MS-Off Ver
    Excel 2007
    Posts
    27

    Re: Return no value if the quantity is less than three

    Put this in cell AC3

    IF(SUM(P3:W3)<3,"InsertWeaknessHere"," ")

  4. #4
    Forum Contributor
    Join Date
    08-29-2013
    Location
    CT
    MS-Off Ver
    Excel 2016 Mac
    Posts
    268

    Re: Return no value if the quantity is less than three

    Ace , even if it is array formula in the cell i can just throw the if function in there?

  5. #5
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Return no value if the quantity is less than three

    Quote Originally Posted by Losguapos1 View Post
    Ace , even if it is array formula in the cell i can just throw the if function in there?
    Sure, yes

  6. #6
    Forum Contributor
    Join Date
    08-29-2013
    Location
    CT
    MS-Off Ver
    Excel 2016 Mac
    Posts
    268

    Re: Return no value if the quantity is less than three

    Ace i tried that and i seem to be getting error.

    Anychance you could show me what it should look like.

    This is my formula

    {=IF(COLUMNS($AC4:AC4)>COUNTIF($P4:$W4,">0"),"",INDEX($P$1:$W$1,MATCH(LARGE($P4:$W4-(COLUMN($P4:$W4)/1000),COLUMNS($AC4:AC4)),$P4:$W4-(COLUMN($P4:$W4)/1000),0)))}

  7. #7
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Return no value if the quantity is less than three

    Try..

    =IF(IF(COLUMNS($AC4:AC4)>COUNTIF($P4:$W4,">0"),"",INDEX($P$1:$W$1,MATCH(LARGE($P4:$W4-(COLUMN($P4:$W4)/1000),COLUMNS($AC4:AC4)),$P4:$W4-(COLUMN($P4:$W4)/1000),0)))<3,"",IF(COLUMNS($AC4:AC4)>COUNTIF($P4:$W4,">0"),"",INDEX($P$1:$W$1,MATCH(LARGE($P4:$W4-(COLUMN($P4:$W4)/1000),COLUMNS($AC4:AC4)),$P4:$W4-(COLUMN($P4:$W4)/1000),0))))

  8. #8
    Forum Contributor
    Join Date
    08-29-2013
    Location
    CT
    MS-Off Ver
    Excel 2016 Mac
    Posts
    268

    Re: Return no value if the quantity is less than three

    So popped that in and it seemed to work but when i dragged it over and down it didnt seem to give me the desired results. It repeated some and added some in when there shouldnt be.

    I am a total noob when it comes to this stuff.

    thanks for all your help

    Los

  9. #9
    Forum Contributor
    Join Date
    08-29-2013
    Location
    CT
    MS-Off Ver
    Excel 2016 Mac
    Posts
    268

    Re: Return no value if the quantity is less than three

    ACE... Just throwing this back out there. I need a solution ASAP. I have to be able to run the data report tomorrow. Any all help would be greatly appreciated. I have reattached the sample.

    Los
    Attached Files Attached Files

  10. #10
    Forum Contributor
    Join Date
    08-29-2013
    Location
    CT
    MS-Off Ver
    Excel 2016 Mac
    Posts
    268

    Re: Return no value if the quantity is less than three

    Anyone's help would be greatly appreciated ! ! ! I am really stuck

    Los

  11. #11
    Forum Contributor
    Join Date
    08-29-2013
    Location
    CT
    MS-Off Ver
    Excel 2016 Mac
    Posts
    268

    Re: Return no value if the quantity is less than three

    Is this possible? If it can be done could someone possibly put it into the sample file and attach it back on here. I have to be able submit this information tomorrow and i do not want to have to go through over 1000 records.

    Thanks

    Los

+ 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] Find when quantity is completed and return average
    By chridon in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-19-2013, 09:33 AM
  2. Replies: 3
    Last Post: 05-02-2011, 02:44 PM
  3. How van I return the range row quantity
    By Tom Weston in forum Excel General
    Replies: 1
    Last Post: 02-14-2006, 07:50 AM
  4. Return quantity outstanding
    By Pat in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-18-2005, 12:06 PM
  5. Return lowest quantity
    By Pat in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-08-2005, 06:06 PM

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