+ Reply to Thread
Results 1 to 4 of 4

IF Function After DELTA

  1. #1
    Registered User
    Join Date
    01-05-2011
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    9

    IF Function After DELTA

    I need the IF function to work after the delta function. The codes I want are located below. I think I am nesting the formula incorrectly. It returns as FALSE when it should be Correct.

    I'm assuming it is a simple fix. Any guidance is appreciated.

    Please Login or Register  to view this content.
    As a side note, both functions work correctly when input on their own.

    I tried different things such as stacking them, placing a comma between the two and removing the equal sign, etc. None of them worked.
    Attached Files Attached Files
    Last edited by MSchleicher; 01-17-2011 at 05:36 PM.

  2. #2
    Valued Forum Contributor scottylad2's Avatar
    Join Date
    09-03-2010
    Location
    edinburgh
    MS-Off Ver
    Office 2007 Prof & Office 2010 Student Edition
    Posts
    629

    Re: IF Function After DELTA

    Try =IF(DELTA(SUM(B2:E2),A2)=1,"correct","error")
    Windows 7 using Office 2007 & 2010

    Remember your [ code ] [ /code ] tags, makes reading soooo much easier

  3. #3
    Valued Forum Contributor scottylad2's Avatar
    Join Date
    09-03-2010
    Location
    edinburgh
    MS-Off Ver
    Office 2007 Prof & Office 2010 Student Edition
    Posts
    629

    Re: IF Function After DELTA

    =IF(DELTA(SUM(B2:E2),A2)=1,"correct","error") could be shortened to =IF(SUM(B2:E2)=A2,"correct","Error")
    Last edited by scottylad2; 01-17-2011 at 05:31 PM. Reason: .

  4. #4
    Registered User
    Join Date
    01-05-2011
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    9

    Re: IF Function After DELTA

    Quote Originally Posted by scottylad2 View Post
    =IF(DELTA(SUM(B2:E2),A2)=1,"correct","error") could be shortened to =IF(SUM(B2:E2)=A2,"correct","Error")
    Works perfectly, thanks!

+ 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