View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.misc
Excel_Learner Excel_Learner is offline
external usenet poster
 
Posts: 53
Default conversion formula

You can use this formula:
=LEFT(J51, FIND("/", J51, 1)-1)/RIGHT(J51, FIND("/", J51, 1))

"Bob Phillips" wrote:

=LEFT(D5,FIND("/",D5)-1)/MID(D5,FIND("/",D5)+1,99)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Shazza" wrote in message
...
hi I work with Excel 2000. I have a spreadsheet that holds the pass marks
for students displayed like so
27-Apr-07 El Health & Safety 13 93/130 72%
29-May-07 First Aid 18 124/180 69%
08-Jun-07 Geography 19 156/190 82%
this shows date, name of course, how many students sat the exam, what
their
pass mark was and then the pass mark as a persentage.
The person who set up this spreadsheet obviously has better math skills
than
me as she was just typint in the pass mark persentage.

I need to know if there is a formula that will automatically show me what
the persentage rate is. (my fingers are crossed in the hope that there
is)
Thank you for reading my post. Hopefully you can answer my querie