J
Jay07
I'm trying to do a VLOOKUP based on a combination of cells...
In Sheet1:
column B is a 4 digit number
column G is text
=B7&""&G7 ....which looks like "3433Roofs"
In a sheet named AcivicoTable:
column B3:B96 is the same 4 digit numbers
column D396 is text
So I need a formula that will look up the combination of text cells fro
sheet one against all of the combination of text cells in sheet 2
i.e...
=IF(VLOOKUP(B7&""&G7,AcivicoTable!B3&""&B396&""&D96,1,FALSE),"Yes","No")
I doubt whether a VLOOKUP can even do this to be honest so any hel
would be greatly appreciated
In Sheet1:
column B is a 4 digit number
column G is text
=B7&""&G7 ....which looks like "3433Roofs"
In a sheet named AcivicoTable:
column B3:B96 is the same 4 digit numbers
column D396 is text
So I need a formula that will look up the combination of text cells fro
sheet one against all of the combination of text cells in sheet 2
i.e...
=IF(VLOOKUP(B7&""&G7,AcivicoTable!B3&""&B396&""&D96,1,FALSE),"Yes","No")
I doubt whether a VLOOKUP can even do this to be honest so any hel
would be greatly appreciated