+ Reply to Thread
Results 1 to 4 of 4

What is wrong with my Formula?

  1. #1
    Registered User
    Join Date
    11-01-2006
    Posts
    2

    Exclamation What is wrong with my Formula?

    Im just learning Excel and Its been fine up to this one formula. As much as I do it I cant seem to figure out what I'm doing wrong so maybe someone here can help me?

    =IF($L5>=0.9, “A”, IF(AND($L5>=0.8, $L5<0.9), “B”, IF(AND($L5>=0.7, $L5<0.8), “C”, IF(AND($L5>=0.6, $L5<0.7), “D”, “F”))))

    Thanks.

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by Inc
    Im just learning Excel and Its been fine up to this one formula. As much as I do it I cant seem to figure out what I'm doing wrong so maybe someone here can help me?

    =IF($L5>=0.9, “A”, IF(AND($L5>=0.8, $L5<0.9), “B”, IF(AND($L5>=0.7, $L5<0.8), “C”, IF(AND($L5>=0.6, $L5<0.7), “D”, “F”))))

    Thanks.
    Try

    =IF($L5>=0.9,"A",IF($L5>=0.8,"B",IF($L5>=0.7,"C",IF($L5>=0.6,"D","F"))))

    your double quotes appear fuzzy.

    also, once you have eliminated A grade then you need not re-test for it.

    ---
    Si fractum non sit, noli id reficere.

  3. #3
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Hi,

    Everything is OK ...with exception of you inverted commas
    Please Login or Register  to view this content.
    HTH
    Carim

  4. #4
    Registered User
    Join Date
    11-01-2006
    Posts
    2

    Thumbs up

    That worked perfect. I cant thank you two enough. so... 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