if you want to get answer as 475 and 5, then use
B1 => =(Monday!C34+Tuesday!C34+Wednesday!C34+Thursday!C34+Friday!C34)
c1 => =c2
if you want ansere like 475/5, then the numerator becames 95, and denominator becames 1.
for getting answer 95, you can use this formula
=RIGHT(TEXT(A1,"? ?/?"),LEN(TEXT(A1,"? ?/?"))-FIND("/",TEXT(A1,"? ?/?")))
or
=RIGHT(TEXT(A1,"? ?/????????"),LEN(TEXT(A1,"? ?/????????"))-FIND("/",TEXT(A1,"? ?/????????")))