Edited by Steve05 on 27-Dec-01 23:36.
I want to create a tiered calculated field inside of a pivot table. (Almost like a Select/Case Controlling procedure in VBA). I can use an If Function but that only goes as far as one tier. Is there any way that I can string multiple if’s along? Or perhaps use a different procedure. I’m trying to stay away from using VBA, but will appreciate any help.
I’m sorry. I should have explained myself better. I have a pivot table that shows my reps and their sales totals. I want to calculate commissions depending on the value of their total sales. So if a rep made between 20,000 and 40,000 they get a 6% bonus; if they made between 41,000 and 50,000, then they get a 10% bonus. I need up to four tiers. Again, any help is appreciated.