I am really not good at Excel and am battling to finish my formula. I apologise in advance if this has been answered before but I can't fidn the right formula.
The first part of my formula works really well. It basically looksup a Trade Discount percentage (from a named table) and delivers to the right cell, however, I want to be able to show a blank cell in both Price increase and Trade Discount if there is no cost price entered.
Apparently Vlookup only looks right and this field happens to be on the left. I tried to add the LEN & IF & SumIfs but can't get any of them right.
[TABLE="width: 500"]
<tbody>[TR]
[TD]COST PRICE
[/TD]
[TD]PRICE INCREASE 2017
[/TD]
[TD]TRADE DISCOUNT
[/TD]
[TD]INSTALLATION COSTS
[/TD]
[TD]TOTAL COST PER BLIND
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]=IFERROR(VLOOKUP($T$3,suppliers,2,0),"")
[/TD]
[TD]=IFERROR(VLOOKUP($T$3,suppliers,3,0),"")
[/TD]
[TD]=IFERROR(VLOOKUP($F12,$Y$13:$AC$27,4,0),"")
[/TD]
[TD][TABLE="width: 96"]
<colgroup><col width="96"></colgroup><tbody>[TR]
[TD="class: xl67, width: 96"] =IFERROR(ROUND(S12*(1+$T12)*(1-$U12),2)+$V12,"")
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]This is entered manually
[/TD]
[TD]This looks at a field where I select a supplier from drop down list and the associated price increase from supplier
[/TD]
[TD]This looks at a field where I select a supplier from drop down list and the associated trade discount from supplier
[/TD]
[TD]This looks at a field where I select a product from drop down list and the associated installation cost is input
[/TD]
[TD]This works out the total COST price of the blind.
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]I now want to add a formula that if the cell to the left "Cost price" is blank, then this field remains blank. However, the minute I input the supplier in the drop down cell, it automatically puts in the percent increase. Even though I have added the Iferror formula???
[/TD]
[TD]I now want to add a formula that if the cell to the left "Cost price" is blank, then this field remains blank. However, the minute I input the supplier in the drop down cell, it automatically puts in the trade discount.
[/TD]
[TD]This formula works fine.
[/TD]
[TD]This formula works fine.
[/TD]
[/TR]
</tbody>[/TABLE]
The first part of my formula works really well. It basically looksup a Trade Discount percentage (from a named table) and delivers to the right cell, however, I want to be able to show a blank cell in both Price increase and Trade Discount if there is no cost price entered.
Apparently Vlookup only looks right and this field happens to be on the left. I tried to add the LEN & IF & SumIfs but can't get any of them right.
[TABLE="width: 500"]
<tbody>[TR]
[TD]COST PRICE
[/TD]
[TD]PRICE INCREASE 2017
[/TD]
[TD]TRADE DISCOUNT
[/TD]
[TD]INSTALLATION COSTS
[/TD]
[TD]TOTAL COST PER BLIND
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]=IFERROR(VLOOKUP($T$3,suppliers,2,0),"")
[/TD]
[TD]=IFERROR(VLOOKUP($T$3,suppliers,3,0),"")
[/TD]
[TD]=IFERROR(VLOOKUP($F12,$Y$13:$AC$27,4,0),"")
[/TD]
[TD][TABLE="width: 96"]
<colgroup><col width="96"></colgroup><tbody>[TR]
[TD="class: xl67, width: 96"] =IFERROR(ROUND(S12*(1+$T12)*(1-$U12),2)+$V12,"")
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]This is entered manually
[/TD]
[TD]This looks at a field where I select a supplier from drop down list and the associated price increase from supplier
[/TD]
[TD]This looks at a field where I select a supplier from drop down list and the associated trade discount from supplier
[/TD]
[TD]This looks at a field where I select a product from drop down list and the associated installation cost is input
[/TD]
[TD]This works out the total COST price of the blind.
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]I now want to add a formula that if the cell to the left "Cost price" is blank, then this field remains blank. However, the minute I input the supplier in the drop down cell, it automatically puts in the percent increase. Even though I have added the Iferror formula???
[/TD]
[TD]I now want to add a formula that if the cell to the left "Cost price" is blank, then this field remains blank. However, the minute I input the supplier in the drop down cell, it automatically puts in the trade discount.
[/TD]
[TD]This formula works fine.
[/TD]
[TD]This formula works fine.
[/TD]
[/TR]
</tbody>[/TABLE]