+ Reply to Thread
Results 1 to 4 of 4

Check 2 IF Condition

  1. #1
    Forum Contributor
    Join Date
    06-28-2011
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    115

    Check 2 IF Condition

    Ok I have cell A1 & E1 only either 1 will be empty
    I want current cell to say if A1 is school, if E1 is empty not at home
    but I don't know which will be empty I want to check for both
    only 1 will be empty both won't be empty so don't worry

    Thanks alot

  2. #2
    Forum Expert DGagnon's Avatar
    Join Date
    02-23-2012
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2003, 2007
    Posts
    1,645

    Re: Check 2 IF Condition

    something like this?

    =IF(A1="","School","Not At Home")

    the conditions were not really clear, maybe a few example senarios?
    If you liked my solution, please click on the Star -- to add to my reputation

    If your issue as been resolved, please clearly state so and mark the thread as [SOLVED] using the thread tools just above the first post.

  3. #3
    Forum Contributor
    Join Date
    06-28-2011
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    115

    Re: Check 2 IF Condition

    =OR(IF(D231="", A231 & " not in SCHOOL",""),IF(A231="",D231 & " not in HOME",""))
    this is not working

  4. #4
    Forum Expert DGagnon's Avatar
    Join Date
    02-23-2012
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2003, 2007
    Posts
    1,645

    Re: Check 2 IF Condition

    try it like this, its actualy a nested if, not an or condition

    =IF(D231="", A231 & " not in SCHOOL",IF(A231="",D231 & " not in HOME",""))

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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