+ Reply to Thread
Results 1 to 4 of 4

return a cells value if cells contain a number greater than

  1. #1
    Registered User
    Join Date
    04-09-2015
    Location
    derby england
    MS-Off Ver
    2007
    Posts
    33

    return a cells value if cells contain a number greater than

    Hello
    I need some help with a picking out data for "column S"

    if values in "column I" "column J" "column K" is greater then 1.3 then return the value in column S2

    so for cell S3 if I3,J3,K3>1.3 return value S$2$, if not then return value 0

    as the sheet attached.

    thank you
    Veer
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor loginjmor's Avatar
    Join Date
    01-31-2013
    Location
    Cedar Rapids, Iowa
    MS-Off Ver
    Excel 2013
    Posts
    1,073

    Re: return a cells value if cells contain a number greater than

    Hi -

    How about IF(AND(I3>1.3, J3>1.3,K3>1.3),$S$2,0)

    This formula will always return what is in S2 wherever you copy it to. So if you copy this down to row 4, and I4,J4,and K4 are >1.3, you will still get whatever is in S2. Is that OK?
    ____________________________________________
    If this has solved your problem, please edit the thread title to add the word [SOLVED] at the beginning. You can do this by
    -Go to the top of the first post
    -Select Thread Tools
    -Select Mark thread as Solved

    If I have been particularly helpful, please "bump" my reputation by pressing the small star in the lower left corner of my post.

  3. #3
    Registered User
    Join Date
    04-09-2015
    Location
    derby england
    MS-Off Ver
    2007
    Posts
    33

    Re: return a cells value if cells contain a number greater than

    Hello
    I have just tried this but it give me the 0 value.
    thank you
    Veer

  4. #4
    Valued Forum Contributor loginjmor's Avatar
    Join Date
    01-31-2013
    Location
    Cedar Rapids, Iowa
    MS-Off Ver
    Excel 2013
    Posts
    1,073

    Re: return a cells value if cells contain a number greater than

    Hm. Seems to work for me. Attached is a spreadsheet with sample data.
    Attached Files Attached Files

+ 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 value which is greater than in a range of cells and return the greater value
    By green369 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-11-2015, 02:46 AM
  2. [SOLVED] Count number of cells in range since last number greater than zero
    By whitfieldcraig in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-18-2015, 06:38 AM
  3. If anyone of these cells are greater than 10 return a yes, if not no
    By Jr66 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-09-2013, 06:42 PM
  4. Replies: 6
    Last Post: 06-14-2013, 04:02 PM
  5. [SOLVED] How to get the number of times exactly 4 consecutive cells have a number greater than 6?
    By llane5150 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-29-2013, 11:23 PM
  6. return only cells with values greater than 0
    By Sprain Brain in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 02-02-2010, 05:28 AM
  7. Replies: 3
    Last Post: 12-15-2009, 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