Good Morning,
I'm new to the forum and trying to brush up on my Excel skills to improve efficiencies with my daily work tasks.
I'm just starting to learn about multiple if / if and statements to save me creating extra columns etc
I'm using a tick box to give a true/false value, if the box is ticked i want it to look at a value in a fixed cell and multiply it by a set price in a cell dependant upon the qty required. (Price is for <=50 and another price for >50.
The formula i have used is:
=IF($C11=TRUE,IF($H$3<=50,F11*$H$3,IF($C11=TRUE,IF($H$3>=50,$G11*$H$3,))))
If the box is ticked and the qty is less than or equal to 50 i want to multiply that under 50 price by the qty, otherwise if the box is ticked and the qty is over 50 i want it to multiply the over 50 price in that cell by the number, otherwise leave the cell blank.
Currently when the box is not ticked i get the value false
I understand i have not put a false value to allow the blank cell if the box isn't ticked but i'm not sure where this would need to go.
Apologies for the long drawn out explanation, I don't have a means of putting a picture up as i don't have dropbox etc at the minute
Any help would be greatly appreciated
Regards, Adam
[TABLE="width: 675"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD="colspan: 3"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I'm new to the forum and trying to brush up on my Excel skills to improve efficiencies with my daily work tasks.
I'm just starting to learn about multiple if / if and statements to save me creating extra columns etc
I'm using a tick box to give a true/false value, if the box is ticked i want it to look at a value in a fixed cell and multiply it by a set price in a cell dependant upon the qty required. (Price is for <=50 and another price for >50.
The formula i have used is:
=IF($C11=TRUE,IF($H$3<=50,F11*$H$3,IF($C11=TRUE,IF($H$3>=50,$G11*$H$3,))))
If the box is ticked and the qty is less than or equal to 50 i want to multiply that under 50 price by the qty, otherwise if the box is ticked and the qty is over 50 i want it to multiply the over 50 price in that cell by the number, otherwise leave the cell blank.
Currently when the box is not ticked i get the value false
I understand i have not put a false value to allow the blank cell if the box isn't ticked but i'm not sure where this would need to go.
Apologies for the long drawn out explanation, I don't have a means of putting a picture up as i don't have dropbox etc at the minute
Any help would be greatly appreciated
Regards, Adam
[TABLE="width: 675"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD="colspan: 3"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]