I don’t even know if nested IF’s are a thing in calc, but if they are…
I want to go through a list of numbers and if the number is greater than this value but less than the next value then increase it by this much, if it is greater than the next value but less than the next after it then increase it by a different amount and so on…
so that if 31 days overdue value = value x 1.02
60 days overdue value = value x 1.04
90 days overdue value = value x 1.06 that sort of thing.