+ Reply to Thread
Results 1 to 2 of 2

copying specific data from 1 wrksht to another

  1. #1
    flrty
    Guest

    copying specific data from 1 wrksht to another

    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 !

  2. #2
    Pete
    Guest

    Re: copying specific data from 1 wrksht to another

    Remove the $ from in front of the 3, as follows:

    =IF(ISERROR(VLOOKUP($B3,rawdata,1)),"",(VLOOKUP($B3,rawdata,1)))

    then copy this down - you will have $B4, $B5, $B6 etc in the next few
    cells. I assume "rawdata" is a named range in the other sheet.

    Hope this helps.

    Pete


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1