I have the following formula and I need to add three more if statements to the formula but I am not sure how to make it work together.
Current Formula:
=vlookup(B17,if(E4="Residential-House",ExtrasPricingList),2,0)
Other statements to add:
=vlookup(B17,if(E4="Residential-Shed",ExtrasPricingList),4,0)
=vlookup(B17,if(E4="Commercial",ExtrasPricingList),6,0)
=If(E4="Select Extras", THEN B17="Select Extras") - NOT SURE ABOUT THIS ONE
Current Formula:
=vlookup(B17,if(E4="Residential-House",ExtrasPricingList),2,0)
Other statements to add:
=vlookup(B17,if(E4="Residential-Shed",ExtrasPricingList),4,0)
=vlookup(B17,if(E4="Commercial",ExtrasPricingList),6,0)
=If(E4="Select Extras", THEN B17="Select Extras") - NOT SURE ABOUT THIS ONE