+ Reply to Thread
Results 1 to 5 of 5

Percentage to display full marks

Hybrid View

  1. #1
    Registered User
    Join Date
    04-10-2017
    Location
    dallas
    MS-Off Ver
    2010
    Posts
    3

    Percentage to display full marks

    Hello,

    I am trying to formulate a sheet to read percentages and if percentages are met they get a 100.

    I.E student 1 - gets 150 points - he gets 100%
    I.E student 2 - gets 102 points - he gets 100%
    I.e student 3- gets 90 points - he gets 90%

    Essentially anything above 100 gets 100% and anything less than 100 gets a percentage vs 100

  2. #2
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2405
    Posts
    13,422

    Re: Percentage to display full marks

    randallftan welcome to the forum.

    Assuming the points are in column B next to each student's name in column A starting at row 2 try this in column C2 and copy down.

    =IF(B2>=100,1,B2/100)

    Then format for %.
    Last edited by FlameRetired; 04-11-2017 at 12:17 AM. Reason: edit formula
    Dave

  3. #3
    Registered User
    Join Date
    04-10-2017
    Location
    dallas
    MS-Off Ver
    2010
    Posts
    3

    Re: Percentage to display full marks

    Quote Originally Posted by FlameRetired View Post
    randallftan welcome to the forum.

    Assuming the points are in column B next to each student's name in column A starting at row 2 try this in column C2 and copy down.

    =IF(B2>=1,1,B2)

    Then format for %.
    Thanks for the warm welcome!. looks like the formula works!!
    thanks you so much!

  4. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2405
    Posts
    13,422

    Re: Percentage to display full marks

    You're welcome. Thanks for the feedback.

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

  5. #5
    Registered User
    Join Date
    04-10-2017
    Location
    dallas
    MS-Off Ver
    2010
    Posts
    3

    Re: Percentage to display full marks

    Quote Originally Posted by FlameRetired View Post
    You're welcome. Thanks for the feedback.

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

+ 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: 17
    Last Post: 10-14-2014, 08:21 AM
  2. [SOLVED] Calculate the percentage of a specific boundary of marks
    By DhifAllah in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-25-2014, 05:21 AM
  3. Showthe sheet's calculating percentage whilst full screen
    By tlacloche in forum Excel General
    Replies: 2
    Last Post: 01-21-2014, 08:47 AM
  4. [SOLVED] Total percentage of exam marks
    By si_d_2003 in forum Excel General
    Replies: 6
    Last Post: 08-31-2012, 09:14 PM
  5. [SOLVED] VBA code for converting set of item coding to full names and percentage
    By Seisouhen in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-01-2012, 08:47 AM
  6. Replies: 3
    Last Post: 05-04-2011, 07:12 AM
  7. [SOLVED] Use quotation marks in a formula to display a qty in feet and inc.
    By Jose in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-12-2005, 12: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