+ Reply to Thread
Results 1 to 5 of 5

Can AND functions be nested within nested IF functions?

  1. #1
    Registered User
    Join Date
    01-08-2016
    Location
    Knoxville, TN
    MS-Off Ver
    MS Offie 2013
    Posts
    3

    Can AND functions be nested within nested IF functions?

    I have been able to next IF functions but am having trouble including what I think needs to be a nested AND function. I have attached a worksheet...I need the value in column C to be based on data in columns A and B. But in the table that determines the ranges, getting a formula for the range of 1000-1500 is giving me trouble because it seems like it should be a nested AND function. But it doesn't work. Any help would be great! Thanks!
    Attached Files Attached Files

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

    Re: Can AND functions be nested within nested IF functions?

    Okay, help me out. What and how is the table H:O trying to do? I don't see any numbers between 1000 and 1500 or any percentages anywhere.
    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

  3. #3
    Registered User
    Join Date
    01-08-2016
    Location
    Knoxville, TN
    MS-Off Ver
    MS Offie 2013
    Posts
    3
    Quote Originally Posted by ChemistB View Post
    Okay, help me out. What and how is the table H:O trying to do? I don't see any numbers between 1000 and 1500 or any percentages anywhere.
    Ok sorry. I'm new here and must not have attached the file correctly.
    I have a column of percentages and a column of net totals. Then I have a table of ranges that uses those columns to determine a value. For example, if percentage in column A is less than 50% and the net total in column B is between 1000 and 1500, then I need a certain value returned to column C.

  4. #4
    Registered User
    Join Date
    01-08-2016
    Location
    Knoxville, TN
    MS-Off Ver
    MS Offie 2013
    Posts
    3
    Quote Originally Posted by shelms View Post
    Ok sorry. I'm new here and must not have attached the file correctly.
    I have a column of percentages and a column of net totals. Then I have a table of ranges that uses those columns to determine a value. For example, if percentage in column A is less than 50% and the net total in column B is between 1000 and 1500, then I need a certain value returned to column C.
    Try this attachment...thanks!
    Attached Files Attached Files

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

    Re: Can AND functions be nested within nested IF functions?

    Yes, I think you attached the wrong file.
    In your specific example, let's say we're in C2

    = IF(AND(A2<50%, B2>=1000, B2<=1500), Certain Value, Other value)
    Does that help?

+ 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: 6
    Last Post: 03-17-2015, 01:35 AM
  2. [SOLVED] Nested If or IF And Functions
    By VanessaF in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-08-2014, 11:16 AM
  3. Nested IF Functions
    By stephen1000 in forum Excel General
    Replies: 27
    Last Post: 12-17-2008, 05:44 PM
  4. [SOLVED] Nested Functions
    By Niek Otten in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 09-06-2005, 07:05 AM
  5. Nested IF and MID functions
    By Bob Phillips in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-06-2005, 06:05 AM
  6. [SOLVED] Nested functions HELP!
    By chiefnmd in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01:05 AM
  7. Nested IF and MID functions
    By Jan Buckley in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-16-2005, 05:05 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