etsmarines Posted October 21, 2010 Posted October 21, 2010 I have a contact management system that tracks students and their information. I have a field that is a drop down list and the students current grade can be chosen. I want to have another field that auto updates and will show their expected graduation year or "class of" year. So for example if I chose that one student was in 1st grade the class of field would auto populate to show that their class of year was 12 years from the current date. How do I do this? Thanks Again For all the help! Erik
comment Posted October 21, 2010 Posted October 21, 2010 You could use a calculation field for this - but I believe you need not only the "current grade", but also the date at which the current grade is "current", in order to make the calculation.
etsmarines Posted October 21, 2010 Author Posted October 21, 2010 Thanks for the response. I just dont know what functions i need to be using in this calculation
comment Posted October 21, 2010 Posted October 21, 2010 It's not a question of functions, but of input. It's been a while since I've been to school, but I believe the general calculation is: YearEnrolled - GradeEnrolled + YearsOfProgram + GradesRepeated - GradesSkipped + 1 Example: Adam enrolled in 2000 into the 3rd grade of a 12-year school; assuming he did not skip/repeat any grades, his expected graduation year = 2000 - 3 + 12 + 1 = 2010
Recommended Posts
This topic is 5205 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now