+ Reply to Thread
Results 1 to 4 of 4

Formula that gives a cell a value based on two requirements

  1. #1
    Registered User
    Join Date
    10-09-2013
    Location
    United Kingdom
    MS-Off Ver
    Excel 2010
    Posts
    78

    Formula that gives a cell a value based on two requirements

    I need help with writing a formula that gives a cell a value based on two requirements. For example i want cell A2 to = 1 if cell B2's value is >50 but <60.
    Last edited by mdovey; 10-25-2013 at 05:29 PM.

  2. #2
    Forum Expert Mumps1's Avatar
    Join Date
    10-10-2012
    Location
    Toronto, Canada
    MS-Off Ver
    Excel 2010, 365
    Posts
    8,080

    Re: Formula that gives a cell a value based on two requirements

    Put this formula in cell A2: =IF(AND(B2>50,B2<60),1,"")

  3. #3
    Registered User
    Join Date
    10-09-2013
    Location
    United Kingdom
    MS-Off Ver
    Excel 2010
    Posts
    78

    Re: Formula that gives a cell a value based on two requirements

    Thank you very much

  4. #4
    Forum Expert Mumps1's Avatar
    Join Date
    10-10-2012
    Location
    Toronto, Canada
    MS-Off Ver
    Excel 2010, 365
    Posts
    8,080

    Re: Formula that gives a cell a value based on two requirements

    My pleasure.

+ 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. Copy cell content formula if requirements are met.
    By Rlisby123 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-01-2012, 10:53 AM
  2. Replies: 1
    Last Post: 12-20-2011, 05:49 PM
  3. Calculate % based on 2 Requirements
    By LinkOps in forum Excel General
    Replies: 3
    Last Post: 01-10-2011, 05:40 AM
  4. Replies: 3
    Last Post: 11-28-2010, 06:59 PM
  5. Creating a chart based around certain requirements...
    By Munk in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 05-05-2009, 08:21 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