+ Reply to Thread
Results 1 to 7 of 7

Formula Help Please

  1. #1
    Registered User
    Join Date
    03-13-2015
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    8

    Formula Help Please

    I would like a formula that returns the following and I am struggling.

    We have 5 cells and in each cell we manually enter a figure. I would like to write a formula that returns the following in a 6th cell.

    If any one of the 5 cells has a value greater than 1.59 then return "1" in cell 6. If any two cells return a value of greater than 1.59 then return a value of "2" in cell 6. So on until if all 5 cells return a value greater than 1.59 then return a value of "5" in cell 6.

    It seems simple enough but I'm not sure how to write this formula.

    Help would be greatly appreciated.

    Thank you

  2. #2
    Forum Expert Arkadi's Avatar
    Join Date
    02-13-2014
    Location
    Smiths Falls, Ontario, Canada
    MS-Off Ver
    Office 365
    Posts
    5,059

    Re: Formula Help Please

    Given A1 to A5 are the cells with values, put this formula in a cell:

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

    Marking threads as closed once your issue is resolved. How? The Thread Tools at the top
    Any reputation (*) points appreciated. Not just by me, but by all those helping, so if you found someone's input useful, please take a second to click the * at the bottom left to let them know

    There are 10 kinds of people in this world... those who understand binary, and those who don't.

  3. #3
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Formula Help Please

    Try

    =COUNTIF(A1:A5,">1.59")

  4. #4
    Forum Expert Arkadi's Avatar
    Join Date
    02-13-2014
    Location
    Smiths Falls, Ontario, Canada
    MS-Off Ver
    Office 365
    Posts
    5,059

    Re: Formula Help Please

    Lol Jonmo1 great minds think alike?

  5. #5
    Registered User
    Join Date
    03-13-2015
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    8

    Re: Formula Help Please

    Perfect. Thank you both very much.

  6. #6
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Formula Help Please

    You're welcome.

  7. #7
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: Formula Help Please

    I know it has already been answered, but (for future reference)...please take a moment to read the forum rules and then amend your thread title to something descriptive of your problem - not what you think the answer might be. (think google search terms?). Once you have done this please send me a PM and I will remove this request. (Also, include a link to your thread - copy from the address bar)

    Many members search our previous posts, and thread titles play a big part of the search. I doubt anybody would do a search based on your title?

    To change a Title on your post, click EDIT POST then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. Replies: 11
    Last Post: 06-06-2014, 03:34 PM
  2. how to hide formula in formula box, view lookup result in formula box?
    By vengatvj in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-14-2013, 04: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