+ Reply to Thread
Results 1 to 12 of 12

Need Result in "F", "T", "I", "TI", "IP", "TP" instead of "PASS" "FAIL"

  1. #1
    Registered User
    Join Date
    08-13-2016
    Location
    NAGPUR
    MS-Off Ver
    MS OFFICE 2007
    Posts
    49

    Lightbulb Need Result in "F", "T", "I", "TI", "IP", "TP" instead of "PASS" "FAIL"

    Respected Sir,

    There is a Group of subject in the marksheet, which contains "Theory"(Passing Marks=20), "Internal"(Passing Marks=8) & "Practical"(Passing Marks=12) marks

    Then How can I insert the formula for the result IN THE CELL contains "Theory"(Passing Marks=20), "Internal"(Passing Marks=8) & "Practical"(Passing Marks=12) marks

    I used the following formula for the result:

    =IF(OR(COUNT(B2:D2)=0,AND(B2<20,C2<8,D2<12)),"",IF(AND(OR(B2>=20,ISTEXT(B2)),D2>=12),"TP",IF(AND(OR(C2>=8,ISTEXT(C2)),D2>=12),"IP",IF(AND(B2>=20,OR(C2>=8,ISTEXT(C2))),"TI",IF(AND(OR(B2<20,ISTEXT(B2)),C2>=8),"I",IF(AND(B2>=20,OR(C2<8,ISTEXT(C2))),"T",IF(AND(B2>=20,C2>=8,D2>=12),"F")))))))

    But it is not working properly... It is showing the result as "TP" if all criteria has a sufficient marks for passing...

    I need "F" inspite of "TP"

    Thanks in advance..
    Attached Images Attached Images

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,874

    Re: Need Result in "F", "T", "I", "TI", "IP", "TP" instead of "PASS" "FAIL"

    Will you please attach a sample Excel workbook? We are not able to work with or manipulate a picture of one and nobody wants to have to recreate your data from scratch.

    1. Make sure that your sample data are REPRESENTATIVE of your real data. The use of unrepresentative data is very frustrating and can lead to long delays in reaching a solution.

    2. Make sure that your desired results are also shown (mock up the results manually).

    3. Make sure that all confidential data is removed or replaced with dummy data first (e.g. names, addresses, E-mails, etc.).

    4. Try to avoid using merged cells as they cause lots of problems.

    Unfortunately the attachment icon doesn't work at the moment, so to attach an Excel file you have to do the following: just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.

    Please pay particular attention to point 2 (above): without an idea of your intended outcomes, it is often very difficult to offer appropriate advice.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    08-13-2016
    Location
    NAGPUR
    MS-Off Ver
    MS OFFICE 2007
    Posts
    49

    Re: Need Result in "F", "T", "I", "TI", "IP", "TP" instead of "PASS" "FAIL"

    So.... Sorry Forum Moderator..
    Here I am attaching the Excel Sheet for the review of your experts...
    Attached Files Attached Files

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,054

    Re: Need Result in "F", "T", "I", "TI", "IP", "TP" instead of "PASS" "FAIL"

    Not clear. Please explain the criteria for each of the mark codes, one-by-one. Do not explain your non-working formula. Also, how can rows 2 and 3 have different expected outcomes?
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  5. #5
    Registered User
    Join Date
    08-13-2016
    Location
    NAGPUR
    MS-Off Ver
    MS OFFICE 2007
    Posts
    49

    Re: Need Result in "F", "T", "I", "TI", "IP", "TP" instead of "PASS" "FAIL"

    Thanks for your valuable reply Sir...

    In the Marks codes "F" stands for "Full Exemption" if B1>=20, C1>=08 & D1>=12 marks
    "T" stands for "Exemption in theory" if B1=20, C1<08 & D1<12 marks
    "P" stands for "Exemption in Practical" if B1<20, C1<08 & D1>=12 marks
    So also;
    "I" stands for "Exemption in Internal" if B1<20, C1>=08 & D1<12 marks
    and other are together with "TP", "TI" & "IP" means "Exemption in Theory & Practical", "Exemption in Theory & Internal" & "Exemption in Internal & Practical" respectively..

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,054

    Re: Need Result in "F", "T", "I", "TI", "IP", "TP" instead of "PASS" "FAIL"

    ... and what is AA?

  7. #7
    Registered User
    Join Date
    08-13-2016
    Location
    NAGPUR
    MS-Off Ver
    MS OFFICE 2007
    Posts
    49

    Re: Need Result in "F", "T", "I", "TI", "IP", "TP" instead of "PASS" "FAIL"

    "AA" stands for Absent in the particular respect..

  8. #8
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,054

    Re: Need Result in "F", "T", "I", "TI", "IP", "TP" instead of "PASS" "FAIL"

    Still here, but I still don't understand the logic. You need to explain IN DETAIL how AA affects the outcome. Does AA count (in effect) as zero, or what.

    Double check your expected results and confirm that they are in column F
    Last edited by Glenn Kennedy; 01-23-2018 at 09:11 AM.

  9. #9
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,054

    Re: Need Result in "F", "T", "I", "TI", "IP", "TP" instead of "PASS" "FAIL"

    I have made a guess... and assumed that the expected result shown in orange is incorrect (I raised this back at post 4... but you didn't answer the Q).
    Attached Files Attached Files

  10. #10
    Registered User
    Join Date
    08-13-2016
    Location
    NAGPUR
    MS-Off Ver
    MS OFFICE 2007
    Posts
    49

    Re: Need Result in "F", "T", "I", "TI", "IP", "TP" instead of "PASS" "FAIL"

    Thank you Very Very Very Very much Sir... In the ACTUAL RESULT of Cell F4, it has been copy and pasted by mistake... but YOU ARE GENIUS Sir...
    You not only MADE THE GUESS BUT SOLVE MY PROBLEM... And So so so SORRY my REPLY.. NOW this thread has been solved... THANKS SIR once again...

  11. #11
    Registered User
    Join Date
    08-13-2016
    Location
    NAGPUR
    MS-Off Ver
    MS OFFICE 2007
    Posts
    49

    Re: Need Result in "F", "T", "I", "TI", "IP", "TP" instead of "PASS" "FAIL"

    And So so so SORRY my LATE REPLY..

  12. #12
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,054

    Re: Need Result in "F", "T", "I", "TI", "IP", "TP" instead of "PASS" "FAIL"

    You're welcome.



    If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.

+ 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. Replies: 5
    Last Post: 02-05-2019, 12:03 AM
  2. Replies: 2
    Last Post: 07-24-2017, 02:19 AM
  3. [SOLVED] Column X-Ref list - Sheet1 Col A "pages", Col B:FL "Req" to Sheet2 ColA "req", ColB "page"
    By excel-card-pulled in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 04-07-2017, 09:30 AM
  4. Replies: 4
    Last Post: 11-17-2013, 12:05 PM
  5. [SOLVED] How to USE """"" cells count """"" change font color
    By austin123456 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-09-2013, 06:14 AM
  6. [SOLVED] Formula needed to display "Pass" or "Fail" if a column contains any values other than "yes
    By andreindy in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-26-2013, 05:49 PM
  7. Replies: 5
    Last Post: 10-12-2010, 06:46 AM

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