Total mark / score out of a total

Besh

New Member
Joined
Jun 16, 2011
Messages
31
Within in one cell, how do I present a mark / score like so...

70 / 100 or 70 out of 100... somethign liek that.

I don't want to present this as a fraction. I.e. if the mark was 70/100 I want it displayed as such, I don't want it to self adjust to 7/10. Here's some further reference if needed. These are the formulas included in the mark:

E54 out of SUM(E54:F54)

Thanks, Besh
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Try:
=E54 & " / " & SUM(E54:F54)

or
=E54 & " out of " & SUM(E54:F54)
 
Upvote 0
If you format the cell with the custom format 0"/100" then 70 will appear as 70/100

If you format the cell with the custom format # ??/100 then .7 will appear as 70/100
 
Upvote 0

Forum statistics

Threads
1,224,502
Messages
6,179,126
Members
452,890
Latest member
Nikhil Ramesh

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top