Hello All
Not sure what type of formula i need here if its needs to be a VLOOKUP or INDEX MATCH
the formula above is in J19
How would i write the forumla to return the construction type value based on the result .
somthing like INDEX I9, and match the construction type
Rigid Wall is VLOOKUP(I9,Lookup!$C$4:$AV$3004,$O$18,FALSE)
Rigid Soffit is $O$19 VLOOKUP(I9,Lookup!$C$4:$AV$3004,$O$19,FALSE)
Rigid floor is $O$20 VLOOKUP(I9,Lookup!$C$4:$AV$3004,$O$20,FALSE)
Not sure what type of formula i need here if its needs to be a VLOOKUP or INDEX MATCH
Code:
=VLOOKUP(I9,Lookup!$C$4:$AV$3004,$O$18,FALSE)
How would i write the forumla to return the construction type value based on the result .
somthing like INDEX I9, and match the construction type
Rigid Wall is VLOOKUP(I9,Lookup!$C$4:$AV$3004,$O$18,FALSE)
Rigid Soffit is $O$19 VLOOKUP(I9,Lookup!$C$4:$AV$3004,$O$19,FALSE)
Rigid floor is $O$20 VLOOKUP(I9,Lookup!$C$4:$AV$3004,$O$20,FALSE)