+ Reply to Thread
Results 1 to 3 of 3

IF statement help needed

Hybrid View

  1. #1
    Registered User
    Join Date
    12-08-2020
    Location
    Vancouver, Canada
    MS-Off Ver
    2016
    Posts
    1

    IF statement help needed

    I would like to use the following IF statement, but I'm not sure how to...

    IF the number in cell G2 is between >=7 and <=9, AND the number in cell H2 is between >=7 and <=9, YES, NO

    Is this possible?

    AG

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,824

    Re: IF statement help needed

    Try this:

    =IF(AND(G2>=7,G2<=9,H2>=7,H2<=9),"Yes","No")

    Hope this helps.

    Pete

  3. #3
    Forum Contributor
    Join Date
    06-18-2007
    Location
    Kiama, Australia
    MS-Off Ver
    365
    Posts
    119

    Re: IF statement help needed

    Try this.
    =IF(AND(G2>=7,G2<=9,H2>=7,H2<=9),"Yes","No")
    Sorry didn't realise a solution had already been posted.
    Last edited by OzTrekker; 12-08-2020 at 06:21 AM.
    Select "Add Reputation" to thank me.

+ 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. If statement help needed
    By MadDawg542 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-16-2012, 09:34 PM
  2. If then statement help needed
    By pawcoyote in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-11-2012, 01:18 AM
  3. [SOLVED] Help needed with IF statement
    By jnall1 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-07-2012, 01:50 PM
  4. IF statement needed
    By jfs in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-06-2011, 01:11 PM
  5. Help needed with IF Statement
    By howlett1988 in forum Excel General
    Replies: 6
    Last Post: 11-29-2006, 03:38 PM
  6. If Statement - Help Needed
    By Portuga in forum Excel General
    Replies: 4
    Last Post: 01-24-2006, 12:30 PM
  7. [SOLVED] IF STATEMENT HELP NEEDED!!!
    By Excel Dummy in forum Excel General
    Replies: 2
    Last Post: 12-30-2005, 03:10 PM
  8. [SOLVED] If Then statement help needed
    By jmcclain in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-10-2005, 05: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