I have a workbook with two sheets.
Sheet 1 has all of the data.
Sheet 2 is currently blank and I am planning to use a VLOOKUP to return any row that matches the certain cell.
In sheet 1 in column E there are different values in each cell, I want to return any that say tyre
I want them to copy the whole row of data whenever column E contains the word tyre. The word tyre is in Cell B1 in Sheet2
I have currently tried this code which is in sheet 2 but just getting a #VALUE! error.
=VLOOKUP($B$1,'sheet1'!E:E,0,FALSE)
I would rather use a VBA approach. Just run a macro which says:
Please note that now you can hardcode the beginning and the end of your dataset in sheet1, since you've told me your data have not an ID or any kind of field which is mandatory.