Here is my current formula =VLOOKUP($B7,Demographics!$A$2:E$156,COLUMN(E7),FALSE)
What I would like to accomplish is take the number that is in B7 and locate it on the Demographics tab within the given range then return everything else in that row from column G over. I hope that makes sense.