+ Reply to Thread
Results 1 to 3 of 3

IF Formulas

  1. #1
    Forum Contributor
    Join Date
    05-13-2009
    Location
    Lincoln, IL
    MS-Off Ver
    Excel 2003 and 2007
    Posts
    237

    Question IF Formulas

    Is there a way to get the "then" part of the if formula to be another formula? I have the following formula which isn't working.

    Please Login or Register  to view this content.
    Basically, I'm wanting the index formula to run if h10 and i10 are not 0. Right now I have "Single" as my "else", but I would like to put a formula in that spot too.
    Last edited by narrowgate88; 06-02-2009 at 02:01 PM.

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: IF Formulas

    Hi Narrowgate,

    You can surely use other functions within an IF function as the True or False arguments. In your example, just remove your second "=" sign.

    =IF(AND(H10<>0,I10<>0),INDEX(JointTable2008,MATCH(H10,Spouse1,0),MATCH(I10,Spouse2,0)),"Single")

  3. #3
    Forum Contributor
    Join Date
    05-13-2009
    Location
    Lincoln, IL
    MS-Off Ver
    Excel 2003 and 2007
    Posts
    237

    Re: IF Formulas

    Worked perfectly. Figures it would be something so simple.

    Thank you!

+ 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