+ Reply to Thread
Results 1 to 2 of 2

IF, AND, OR nesting help- Can you help me write this function?

  1. #1
    Registered User
    Join Date
    11-21-2011
    Location
    boston, ma
    MS-Off Ver
    Excel 2007
    Posts
    25

    Lightbulb IF, AND, OR nesting help- Can you help me write this function?

    Hi, thanks for helping. This is my scenario.....

    Column A Column B Column C
    Row 1 1 2 IF either A1 or B1 are greater than 1, ignoring the N/A, then TRUE, IF not, then FALSE.
    Row 2 N/A 3 IF either A2 or B2 are greater than 1, ignoring the N/A, then TRUE, IF not, then FALSE.
    Row 3 N/A 1

    It seems that when an N/A is present, the statements I am writing return "True" when it should be false, or vice versa.

    Thanks a million!

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: IF, AND, OR nesting help- Can you help me write this function?

    hi agf12555. try:
    =SUMIF(A1:B1,">1")>0

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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