Watermelon
Programmer
Hi,
I have a function that is calculating GPAs for students in our database. The problem is that it's leaving this percent symbol (%) on the end of the calculation. I tried to use the left function to remove this but I didn't have any luck.
Does anyone have any ideas for how I can remove this?
Here is the code that is calculating the GPA's.
=(Sum([Grade Value]*([TotNumMtgs]-[IsPass]))/Sum(([TotNumMtgs]-[IsPass]))/100)
Thanks,
WM
I have a function that is calculating GPAs for students in our database. The problem is that it's leaving this percent symbol (%) on the end of the calculation. I tried to use the left function to remove this but I didn't have any luck.
Does anyone have any ideas for how I can remove this?
Here is the code that is calculating the GPA's.
=(Sum([Grade Value]*([TotNumMtgs]-[IsPass]))/Sum(([TotNumMtgs]-[IsPass]))/100)
Thanks,
WM