+ Reply to Thread
Results 1 to 5 of 5

Excel 2007 : If statement

  1. #1
    Forum Contributor
    Join Date
    02-03-2007
    Location
    Burleson, TX, USA
    MS-Off Ver
    2010
    Posts
    132

    If statement

    Hello,

    I can't figure out why my following formula is not working.

    =IF(J11+J13+J15+J17+J19+J21+J23+J25+J27+J29+J31+J33+J35=J38,"check","no balance")

    Any help is greatly appreciated!!
    Mark

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,474

    Re: If statement help

    Possibly one of those cells have text instead of a number.

  3. #3
    Registered User
    Join Date
    06-25-2010
    Location
    Brisbane QLD Australia
    MS-Off Ver
    Excel 2007
    Posts
    8

    Thumbs up Re: If statement help

    Yep works fine in mine Excel 2007... try formatting, also try =IF(SUM(J11,J13,J15,J17,J19,J21,J23,J25,J27,J29,J31,J33,J35,J37)=J38,"check","no balance") the formula can end up being a lot shorter if you were using concurrent numbers...

    Cheeers Des

  4. #4
    Forum Contributor
    Join Date
    02-03-2007
    Location
    Burleson, TX, USA
    MS-Off Ver
    2010
    Posts
    132

    Re: If statement

    Thanks for the help guys, there must have been something there.

    Mark

  5. #5
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,576

    Re: If statement

    This maybe:

    =IF(=SUMPRODUCT(J11:J33,--(MOD(ROW(J11:J33),2)=1))=J38, "check", "no balance")

+ 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