I need to create a formula with which i can type a numerical value in one cell, then if this numerical value is under 6.500 (for example) it calculates the 1% percentage in a new cell (i think i got this one =IF(A9<6500; A9*0,01)
but if the value is greater than 6.500 i want it to calculate the 1% percentage for the first 6.500 euro and for the surplus value i want it to calculate the 0,5% percentage for a maximum of 145
For example if the numerical value is 9000 i want it to calculate the 1% for the 6.500 = 65 and the 0,5% for the rest 3.500 - 17,5 and sum it up = 82,5
But if the numerical value is 70.000 with the above example the sum would be 1% for the 6.500 = 65 and the 0,5% for the rest 63.500 = 317,50 sum= 382,50 which exceeds the maximum of 145 and in that case i would want the sum not to exceed the 145 value.
Many thanks in advance
Edit: Changed subject, was Need help with IF formula Make your post understandable by others -- MrProgrammer, forum moderator |