Fraction Formatting and Averages

  • Thread starter Thread starter mrgou
  • Start date Start date
M

mrgou

Hi,

I'm trying to list grades in a worksheet formatted as fifths. I thus
defined the formatting as:

# ?/5

Now I have two problems:

- Whenever I enter a 5/5 grade, "1" is displayed. How can I force
"5/5" to be displayed?
- I need decimals in the grades average, e.g. "3.25/5". However, the
formatting above will not allow that, and automatically rounds up the
grade. How can I get decimals ("# ?.??/5" won't work)?

Thanks!

Raph
 
Evaluate the number of 5ths as a whole number, to your preferred number of
decimals, then use a custom format and add the /5 as text "/5" at the end.

something like #.##"/5" is probably best. Don't forget to actually divide
the value by 5 if using it for any further calulations
 
Hi,

I'm trying to list grades in a worksheet formatted as fifths. I thus
defined the formatting as:

# ?/5

Now I have two problems:

- Whenever I enter a 5/5 grade, "1" is displayed. How can I force
"5/5" to be displayed?

Remove the "#". i.e. Format: ?/5

- I need decimals in the grades average, e.g. "3.25/5". However, the
formatting above will not allow that, and automatically rounds up the
grade. How can I get decimals ("# ?.??/5" won't work)?

You could display the entire result as text; or possibly average the numerators
and use the /5 as part of the formatting.
--ron
 
Select the cells that the fractions will be stored in and format cell
crtl+1 will open the format cell window go to the number tab in category
just select fraction this is valid in office 2003

Good luck

EP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top