Hi guys
I have been trying to get this to work for some time now and just cant work it out. What im wanting to do is this.
I am a tradesman and want to make my quotes easyer to do so have tried to make a worksheet to do this.
For example: I have a set price for installing a power point ( $120 ) and for 2 power points ( $200 ) and for 3 ( $250 ) and so on until 5 or more is just $80each. I have worked out how to do this even if it is not the right way to do it
=IF(B5=1,"100")+IF(B5=2,"200")+IF(B5=3,"250")+IF(B5=4,"330")+IF(B5=5,"380")+IF(B5>=5,(80*B5))
What im trieng to do now is I have a list of items with option buttons to choose from to select if the house is brick or weatherboard or 2 storey or has a tin roof as these make the job harder so we need to charge more. I came up with this to add 10% to the existing formula but there are 5 conditions I need this to work for.
=IF(BUILDINGTYPE!G9=1,110%*(+IF(B5=1,"110")+IF(B5=2,"200")+IF(B5=3,"250")+IF(B5=4,"330")+IF(B5=5,"380")+IF(B5>=5,(80*B5))),(+IF(B5=1,"110")+IF(B5=2,"200")+IF(B5=3,"250")+IF(B5=4,"330")+IF(B5=5,"380")+IF(B5>=5,(80*B5))))
So if condition is true times the result value by 110% if false just show result.
So the next line would need to say
(BUILDINGTYPE!G9=2,120%
THEN
(BUILDINGTYPE!G9=3,130% and so on
when I do it, it does the 110% but adds the 120% to it as well instead of just 120%... I may also need to minus some as well.
I have tried to use the 'OR' function but cant get it to work
Any help would be great as im only teaching myself how to use excel and with no training at all its bloody hard![]()
Cheers
Nick
Bookmarks