+ Reply to Thread
Results 1 to 2 of 2

Sorting/Filtering data ???

  1. #1
    Registered User
    Join Date
    04-11-2006
    Posts
    1

    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.

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195

    VLookup

    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)),"",VLOOKUP(A1,X$1:Y$999,2,FALSE))

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

    --


    Quote Originally Posted by gws-mtc
    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.

+ 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