Hi Everyone
I am trying to work out a formula like the following but it's nor working. What am I doing wrong? If someone can help, that would be great.
Basically CELL E4 (as highlighted below) need to be and OR statement, but I am not sure how to show it.
Thank you.
=IF(AND(E3="Cash",E4="Residential-House",E4="Residential-Shed",E5="Single"),VLOOKUP(C10,'RRP Pricing'!A2:G58,2,FALSE),IF(AND(E3="Cash",E4="Residential-House",E4="Residential-Shed",E5="Three"),VLOOKUP(C10,'RRP Pricing'!A2:G58,3,FALSE),IF(AND(E3="Cash",E4="Commercial",E5="Three"),VLOOKUP(C10,'RRP Pricing'!A2:G58,4,FALSE),IF(AND(E3="Finance",E4="Residential-House",E4="Residential-Shed",E5="Single"),VLOOKUP(C10,'RRP Pricing'!A2:G58,5,FALSE),IF(AND(E3="Finance",E4="Residential-House",E4="Residential-Shed",E5="Three"),VLOOKUP(C10,'RRP Pricing'!A2:G58,6,FALSE),IF(AND(E3="Finance",E4="Commercial",E5="Three"),VLOOKUP(C10,'RRP Pricing'!A2:G58,7,FALSE),0))))))
I am trying to work out a formula like the following but it's nor working. What am I doing wrong? If someone can help, that would be great.
Basically CELL E4 (as highlighted below) need to be and OR statement, but I am not sure how to show it.
Thank you.
=IF(AND(E3="Cash",E4="Residential-House",E4="Residential-Shed",E5="Single"),VLOOKUP(C10,'RRP Pricing'!A2:G58,2,FALSE),IF(AND(E3="Cash",E4="Residential-House",E4="Residential-Shed",E5="Three"),VLOOKUP(C10,'RRP Pricing'!A2:G58,3,FALSE),IF(AND(E3="Cash",E4="Commercial",E5="Three"),VLOOKUP(C10,'RRP Pricing'!A2:G58,4,FALSE),IF(AND(E3="Finance",E4="Residential-House",E4="Residential-Shed",E5="Single"),VLOOKUP(C10,'RRP Pricing'!A2:G58,5,FALSE),IF(AND(E3="Finance",E4="Residential-House",E4="Residential-Shed",E5="Three"),VLOOKUP(C10,'RRP Pricing'!A2:G58,6,FALSE),IF(AND(E3="Finance",E4="Commercial",E5="Three"),VLOOKUP(C10,'RRP Pricing'!A2:G58,7,FALSE),0))))))