I am trying to find a way to pull the contents of entire row using vlookup. I can get the formula to work when the value to search for is in column 1, but I need the formula to return the row irrespective of in which column the value been searched is located.
=VLOOKUP($A$8,MainSheet!$A$1:$P$172,COLUMN(MainSheet!A1),FALSE)
In this example, cell A8's value to be referenced is "invalid'.
An example table of what I am trying to do is below:
If "invalid" is in the Item1 column the row returns fine, but I get N/A's if the "invalid" is in columns (Item2, Item3 or Item4). Basically the referenced value "invalid" is not fixed to one column so at the next spreadsheet refresh, it might be in Item2 column instead of Item1.
I also wont be able to use macro's as the workbook will be running from 365's Excel online.