+ Reply to Thread
Results 1 to 7 of 7

Need a cell to return a specific value greater than 250,000 from another group of cells

  1. #1
    Registered User
    Join Date
    05-31-2013
    Location
    Queens
    MS-Off Ver
    Excel 2007
    Posts
    7

    Unhappy Need a cell to return a specific value greater than 250,000 from another group of cells

    I need some help in developing a cell that returns any value greater than 250,000 from a group of cells on another sheet. For example let us say that I have the values of 500, 400,750, and 252,000 on another sheet. I want this cell to return the specific value of 252,000 not 250,000. I tried using the "IF" function but i can't really hone in on the answer. PLEASE HELP!!!

    PS
    =if('OOP Revenue'!B2:B14>250000,idk,0) That is what i have so far.

  2. #2
    Forum Contributor
    Join Date
    05-29-2013
    Location
    MD
    MS-Off Ver
    Excel 365
    Posts
    148

    Re: Need a cell to return a specific value greater than 250,000 from another group of cell

    You could get the formula to return the biggest value over 250,000 using
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    The problem arises if there is more than one value that is > 250,000. Do you want to display more than one value in a cell?

    Regards
    Duncan

  3. #3
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Need a cell to return a specific value greater than 250,000 from another group of cell

    or what to do if there is no value > 250000
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  4. #4
    Forum Contributor
    Join Date
    05-29-2013
    Location
    MD
    MS-Off Ver
    Excel 365
    Posts
    148

    Re: Need a cell to return a specific value greater than 250,000 from another group of cell

    You would replace the idk part in the formula you have with the MAX part to achieve that. If there is no value then it will return 0.

    Thanks
    Duncan

  5. #5
    Registered User
    Join Date
    05-31-2013
    Location
    Queens
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: Need a cell to return a specific value greater than 250,000 from another group of cell

    Thank you very much first of all. It did work out however I only want the max value only if it is >250k. Max will return the largest value even if it is <250k. Also rarely but sometimes there are more than 2 or more values over 250k. So i was thinking sumif. If anybody can help I will greatly appreciate it.

    @ChemistB if not, the cell will return 0.

  6. #6
    Forum Contributor
    Join Date
    05-29-2013
    Location
    MD
    MS-Off Ver
    Excel 365
    Posts
    148

    Re: Need a cell to return a specific value greater than 250,000 from another group of cell

    My mistake, try:

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Regards,
    Duncan

  7. #7
    Registered User
    Join Date
    05-31-2013
    Location
    Queens
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: Need a cell to return a specific value greater than 250,000 from another group of cell

    Thanks to all. I have it. its =sumif(A:e,">250k",A:e)

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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