G Guest Jan 10, 2007 #1 What function(s) do I use to calculate a tiered fee schedule for professional services?
G Guest Jan 10, 2007 #2 I would expect you need to create various tables with values that allow you to take values from one table and lookup within a range in another table. A less flexible solution would be to create a single, user-defined function that would return a value based on other values. If you need a more specific response, we need a more specific question.
I would expect you need to create various tables with values that allow you to take values from one table and lookup within a range in another table. A less flexible solution would be to create a single, user-defined function that would return a value based on other values. If you need a more specific response, we need a more specific question.