+ Reply to Thread
Results 1 to 3 of 3

Multle IF statements in a spreadsheet

Hybrid View

  1. #1
    Registered User
    Join Date
    05-28-2012
    Location
    Gilber, AZ
    MS-Off Ver
    Excel 2010
    Posts
    2

    Multle IF statements in a spreadsheet

    I want to find out if I can craft and formula that checks a number of cells and returns a named condition, e.g. IF(A1=0, IF B1=0, IF C1=0, IF D1=0,"Active","-") ?

  2. #2
    Forum Contributor bonny24tycoon's Avatar
    Join Date
    04-02-2012
    Location
    Hell
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    405

    Re: Multle IF statments in a spreadsheet

    Hi jrmac,

    Welcome to the forum.


    You can with the AND/OR function. Like the below

    If you want all conditions to be met then use the AND Function
     =IF(AND(A1=0,B1=0,C1=0,D1=0),"Active"," - ")
    If you want any1 condition to be met then use the OR Function
    =IF(OR(A1=0,B1=0,C1=0,D1=0),"Active"," - ")


    Thanks,

    Bonny Tycoon


    **If I was able to help please click the small star icon at the bottom left of my post **
    Last edited by bonny24tycoon; 05-28-2012 at 01:57 PM.

  3. #3
    Registered User
    Join Date
    05-28-2012
    Location
    Gilber, AZ
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Multle IF statments in a spreadsheet

    Excellent. I have been searching for a few years for the answer and this is first time I have recieved on that worked! Thanks Bonnie.

+ 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