+ Reply to Thread
Results 1 to 4 of 4

Whats Wrong With This Formula

  1. #1
    Registered User
    Join Date
    09-25-2006
    Posts
    9

    Whats Wrong With This Formula

    I want to write an IF statement that has more than one IF,

    =IF(D5>3,2, IF D5>1,1," ")

    why am i getting an error???

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by curly88
    I want to write an IF statement that has more than one IF,

    =IF(D5>3,2, IF D5>1,1," ")

    why am i getting an error???
    because you wrote it incorrectly

    =IF(D5>3,2,IF(D5>1,1," "))

  3. #3
    Registered User
    Join Date
    09-25-2006
    Posts
    9
    Thanks Bryan,

    Those brackets make so much difference

    I dont think my head is screwed on properly today, i have been forgetting everything

    PROBLEM SOLVED THANKYOU

  4. #4
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by curly88
    Thanks Bryan,

    Those brackets make so much difference

    I dont think my head is screwed on properly today, i have been forgetting everything

    PROBLEM SOLVED THANKYOU
    Well, it IS Monday.

+ 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