Hi Board Members
I am seeking assistance for an If formula, that is not quite functioning as I would like in two instances
For the image examples above, the input cell is B1, this must be a positive integer >1 and B7 is either "Yes" or "No"
In B7, if "NO" is selected I would like cell C7 to show 0.00
If B7 is "YES", I would like cell C7 to show a price based on the value in B1 using the tiered pricing
in cell range B11:C15. Up to 5 = 23.00, 6-20 is £34.75 and so on.
I have tested all the positive integers in B1, all appear to function correctly and show the correct price in C7
except when 20 is entered.
Also, if "NO" is selected in B7, C7 shows "FALSE"
The formal I have used in C7 is
=IF(AND(B7="Yes",B1<5.1),D11,IF(AND(B7="Yes",B1>5,B1<20),D12,IF(AND(B7="Yes",B1>20,B1<51),D13,IF(AND(B7="Yes",B1>50),D14,IF(AND(B7="No",B1>0),D15)))))
Any help would be greatly appreciated
Thank you in anticipation!
I am seeking assistance for an If formula, that is not quite functioning as I would like in two instances
For the image examples above, the input cell is B1, this must be a positive integer >1 and B7 is either "Yes" or "No"
In B7, if "NO" is selected I would like cell C7 to show 0.00
If B7 is "YES", I would like cell C7 to show a price based on the value in B1 using the tiered pricing
in cell range B11:C15. Up to 5 = 23.00, 6-20 is £34.75 and so on.
I have tested all the positive integers in B1, all appear to function correctly and show the correct price in C7
except when 20 is entered.
Also, if "NO" is selected in B7, C7 shows "FALSE"
The formal I have used in C7 is
=IF(AND(B7="Yes",B1<5.1),D11,IF(AND(B7="Yes",B1>5,B1<20),D12,IF(AND(B7="Yes",B1>20,B1<51),D13,IF(AND(B7="Yes",B1>50),D14,IF(AND(B7="No",B1>0),D15)))))
Any help would be greatly appreciated
Thank you in anticipation!