Im trying to write a formula that calculates progressive values from a single input. If I input Sales in cell A1 I want cell A2 to return the value in A1 if it is <= A1. I then want to set parameters at say 1,000,000 breakpoints for cells A2 - A6. So if Sales in A1 were 3,500,000 then A2 = 1,000,000, A3 = 1,000,000, A4 = 1,000,000, A5 = 500,000, A6 and beyond would be Zero. Can someone help? Thanks.