I have 1 tab of "raw data" and would like to extract only rows of data with
specific values. I am using this formula currently:
=IF(ISERROR(VLOOKUP($B$3,rawdata,1)),"",(VLOOKUP($B$3,rawdata,1)))
but it will only return 1 row of data, and when I copy the formula down, I
just get the same data all the way down ....
HELP !
Bookmarks