I'm supposed to create a calculated field named TuitionPayments that determines tuition paid in three installments. I have to use the PMT function and replace the rate argument with 0.025/3, the num_periods argument with 3, and the present_value argument with the TuitionDue. Use 0 for the future_value and type arguments.
Can someone please help me?