Can someone help me write an IF/AND statement with the following conditions:
<table border="0" cellpadding="0" cellspacing="0" width="528"><col style="width: 396pt;" width="528"> <tbody><tr style="height: 12.75pt;" height="17"> <td class="xl63" style="height: 12.75pt; width: 396pt;" width="528" height="17">If less than or equal to 10% but greater than 2% then express to nearest 2% increment.</td> </tr> <tr style="height: 15.75pt;" height="21"> <td class="xl63" style="height: 15.75pt; border-top: medium none;" height="21">If between 10 and 50% then express to nearest 5% increment.</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl63" style="height: 12.75pt; border-top: medium none;" height="17">If greater than 50% then express to nearest 10% increment.</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl63" style="height: 12.75pt; border-top: medium none;" height="17">If less than 2% but greater or equal to 1% then = 2%. </td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl63" style="height: 12.75pt; border-top: medium none;" height="17">If less than 1% then = 0.</td> </tr> </tbody></table>
I have spent hours on it and keep getting back too many arguments. Thanks if anyone accepts the challenge
<table border="0" cellpadding="0" cellspacing="0" width="528"><col style="width: 396pt;" width="528"> <tbody><tr style="height: 12.75pt;" height="17"> <td class="xl63" style="height: 12.75pt; width: 396pt;" width="528" height="17">If less than or equal to 10% but greater than 2% then express to nearest 2% increment.</td> </tr> <tr style="height: 15.75pt;" height="21"> <td class="xl63" style="height: 15.75pt; border-top: medium none;" height="21">If between 10 and 50% then express to nearest 5% increment.</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl63" style="height: 12.75pt; border-top: medium none;" height="17">If greater than 50% then express to nearest 10% increment.</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl63" style="height: 12.75pt; border-top: medium none;" height="17">If less than 2% but greater or equal to 1% then = 2%. </td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl63" style="height: 12.75pt; border-top: medium none;" height="17">If less than 1% then = 0.</td> </tr> </tbody></table>
I have spent hours on it and keep getting back too many arguments. Thanks if anyone accepts the challenge