+ Reply to Thread
Results 1 to 3 of 3

One of the remarks won't come out

  1. #1
    Registered User
    Join Date
    09-16-2017
    Location
    Davao, Philippines
    MS-Off Ver
    MS Office Professional 2010
    Posts
    1

    One of the remarks won't come out

    Hi. I'm a newbie in this field. please help me.
    When the result in the cell hits 97% or more, the remark "Independent" comes out.
    The same happens with 89%. The remark "Frustration" comes out.
    But that doesn't happen with "Instructional". Sometimes it comes out, sometimes not.
    please check this formula:

    =IF(COUNT(A8)=0,"",IF(A8>(96%),"Independent",IF(A8=(90%),"Instructional",IF(A8=(91%),"Instructional",IF(A8=(92%),"Instructional",IF(A8=(93%),"Instructional",IF(A8=(94%),"Instructional",IF(A8=(95%),"Instructional",IF(A8=(96%),"Instructional",IF(A8<(90%),"Frustration",""))))))))))

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: One of the remarks won't come out

    Probably simpler and more reliable to do that like this:

    =IF(COUNT(A8)=0,"",IF(A8>(96%),"Independent",IF(A8<(90%),"Frustration","Instructional")))
    Audere est facere

  3. #3
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: One of the remarks won't come out

    for the second if formula I would use a VLookup formula to get the result.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

+ 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. [SOLVED] Split string / Remarks
    By farrukh in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-17-2017, 11:28 PM
  2. Give remarks based on Age calculation
    By saravanan1981 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 11-02-2016, 12:26 AM
  3. Value based remarks
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-15-2015, 02:55 PM
  4. [SOLVED] Stock remarks depending on quantity
    By makinmomb in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-15-2014, 02:26 AM
  5. [SOLVED] VBA To Auto Update the Remarks
    By mvinay in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-09-2014, 11:24 AM
  6. [SOLVED] In Remarks Column the Remarks should be as described as the attached excel file
    By robin.das077 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-30-2013, 03:38 AM
  7. Date Difference and remarks
    By mubashar in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-05-2013, 11:41 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