Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
flrty
 
Posts: n/a
Default 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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete
 
Posts: n/a
Default 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($B 3,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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copying filtered data to another Excel Spreadsheet [email protected] Excel Discussion (Misc queries) 3 January 23rd 06 10:01 PM
Inserting a new line when external data changes Rental Man Excel Discussion (Misc queries) 0 January 11th 06 07:05 PM
Printing data validation scenarios SJC Excel Worksheet Functions 14 July 24th 05 12:43 AM
Sort pages? David Excel Discussion (Misc queries) 15 May 13th 05 11:33 PM
Extract specific data into its own workbook via macro? Adrian B Excel Discussion (Misc queries) 2 February 24th 05 06:09 AM


All times are GMT +1. The time now is 05:26 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"