Hi,
I am creating a student database for our instructors to track attendance and grades. The grades will be printed out as a progress report / student transcript. In order to comply with our accrediting agencies, I must calculate the units of study credits (two separate columns) and have the total Credits round down to the .5
So for example: column 1 = .40 , column 2 = .30, Total = .70 but the rounded down total would be .50
This is the Excel formula used to get that calculation =FLOOR((E11+G11),0.5) How do I create the expression to do the same in my report in that field?
Any help is appreciated.
Dottie