View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Sheeloo[_4_] Sheeloo[_4_] is offline
external usenet poster
 
Posts: 225
Default calculate percentage between number of exams total missed exams

enter the formula given below in the cell you want the percentage in
=D3/D9
and format as percentage

or use
=D3/D9*100

"ANYX" wrote:

How can I calculate the percentage of total scheduled exams (D3)from total
exams actually completed (D9)?