Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
gws-mtc
 
Posts: n/a
Default Sorting/Filtering data ???


I am looking at organizing two sets of data. For example, the data in
Column A would be distance (say every 2 ft. - 0 to 10,000). Columns B
& C would have data associated with each 2 ft. increment. Another set
of data - Col. X = Distance, every 50 ft. and Col. Y = Data.

Question:

How do I take the data of Col. Y and have it match up with the
distances of Col. A without cutting and pasting every piece?

Please advise.


--
gws-mtc
------------------------------------------------------------------------
gws-mtc's Profile: http://www.excelforum.com/member.php...o&userid=33376
View this thread: http://www.excelforum.com/showthread...hreadid=532035

  #2   Report Post  
Posted to microsoft.public.excel.misc
Bryan Hessey
 
Posts: n/a
Default Sorting/Filtering data ???


Your heading -'Sorting/Filtering Data' -is confusing and does not relate
your questionwell.

Assuming column D were blank, in D1 put

=IF(ISERROR(VLOOKUP(A1,X:Y,2,FALSE)),"",VLOOKUP(A1 ,X:Y,2,FALSE))

or


=IF(ISERROR(VLOOKUP(A1,X$1:Y$999,2,FALSE)),"",VLOO KUP(A1,X$1:Y$999,2,FALSE))

and formula-copy this to the end of your column A data.

--


gws-mtc Wrote:
I am looking at organizing two sets of data. For example, the data in
Column A would be distance (say every 2 ft. - 0 to 10,000). Columns B
& C would have data associated with each 2 ft. increment. Another set
of data - Col. X = Distance, every 50 ft. and Col. Y = Data.

Question:

How do I take the data of Col. Y and have it match up with the
distances of Col. A without cutting and pasting every piece?

Please advise.



--
Bryan Hessey
------------------------------------------------------------------------
Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059
View this thread: http://www.excelforum.com/showthread...hreadid=532035

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
Pull data from another sheet based on certain criteria steve_sr2 Excel Discussion (Misc queries) 1 February 23rd 06 10:08 AM
Importing Data Jillian Excel Worksheet Functions 9 December 23rd 05 12:45 PM
Help PLEASE! Not sure what answer is: Match? Index? Other? baz Excel Worksheet Functions 7 September 3rd 05 03:47 PM
Saving data in a worksheet within a workbook Homeuser Excel Discussion (Misc queries) 2 August 21st 05 10:49 PM
Line Graph Data Recognition Nat Charts and Charting in Excel 2 April 30th 05 02:07 PM


All times are GMT +1. The time now is 11:17 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"