+ Reply to Thread
Results 1 to 3 of 3

IF condition to return 3 variants

  1. #1
    Registered User
    Join Date
    03-11-2005
    Posts
    63

    IF condition to return 3 variants

    hi,

    I am new to excel but what I want to do is relatively simple and I hope you can help. I've been struggling with the syntax for a formula that will return the following:

    IF AM9 > I9 return the word "Overachieving"
    IF AM9 < I9 return the word "Underachieving"
    IF AM9 = I9 return the word "On Target"

    Thanks in advance.

  2. #2
    Forum Guru
    Join Date
    08-26-2007
    Location
    London
    Posts
    4,606
    Try this:

    =IF(AM9 > I9, "Overachieving", IF(AM9 = I9,"On Target","Underachieving"))

  3. #3
    Registered User
    Join Date
    03-11-2005
    Posts
    63
    Many thanks StepenR

+ 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