wysie218
New Member
Hi, how do I look up values in a table, and based on the value, use a certain formula? For example, a student gets a refund based on how long they were in school before dropping...less than 3 days, 95% refund, 4-7 days(1 week), 90% refund,a quarter into the academic year, 75% refund, halfway through, 50% refund, and over halfway through, no refunds. I'm calculating the length of time in school based on their start date and last day attended (LDA), and the refund would be total tuition times percentage of refund due less any tuition paid so far. I thought building a table showing the refund structure would do it, and then just use IF statements to look it up, but does not seem to be working right. Any suggestions? Thanks.