+ Reply to Thread
Results 1 to 2 of 2

Passed or Failed, I Failed at excel.

  1. #1
    Registered User
    Join Date
    03-29-2014
    Location
    Charrlotte
    MS-Off Ver
    Excel 2010
    Posts
    13

    Passed or Failed, I Failed at excel.

    Hello guys,

    I posted in here a few months back and the outcome was great so I thought I post again my problem. I have found that now that I know some stuff about excel, I want to use it for anything I need to do. Anyways, I have attached the spreadsheet here so you guys can see my problem but let me explain. This is basically an spanish-english test for my father, it has 2 tabs, Questions & Vocabulary. On both tabs I got formulas to count the correct answers and the wrong answers, so then I divide it to make it percentage wise. My problem is I have a formula that I want to do the following, if the score is 80% or higher, I wanted to add the word PASSED and if its less than 80%, obviously would be FAILED. All that works perfectly fine, however, when there 0% and there is no wrong or correct answer's counted, I wanted to show READY but I cannot seemed to make it happen. Can somebody please take a look at it and possibly help me? that would be tremendously helpful. I also attached the answer to the vocabulary just in case you need it for testing purposes and theres nothing wrong with learning a little bit on the side either hahahaha.

    Thank you in advance.
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,423

    Re: Passed or Failed, I Failed at excel.

    You need to change the formula in O13 to this:

    =IF(O12=0,0,O11/(O11+O12))

    i.e. get rid of the quotes around the second zero, then you can have this formula in M14:

    =IF(O13=0,"READY",IF(O13>=80%,"PASSED","FAILED"))

    Hope this helps.

    Pete

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. I failed to make Excel Graph. Please help me.
    By Atik in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 11-27-2014, 05:15 AM
  2. [SOLVED] VBA to indicate if a chart has passed or Failed
    By Stevo56 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-13-2014, 11:42 AM
  3. advanced excel tests - failed twice
    By monday in forum Excel General
    Replies: 1
    Last Post: 07-30-2012, 02:31 AM
  4. copy method of excel failed'
    By ashish727 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 11-13-2008, 01:01 PM
  5. Replies: 3
    Last Post: 02-23-2006, 11:22 AM
  6. functions failed in excel 2003
    By Horst Bruhn in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-08-2005, 11:06 AM
  7. [SOLVED] Re: Excel Driver login failed
    By punkinn@gmail.com in forum Excel General
    Replies: 0
    Last Post: 01-18-2005, 09:06 PM

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