Results 1 to 5 of 5

Picking up a particular list

Threaded View

  1. #1
    Forum Contributor
    Join Date
    11-13-2010
    Location
    Warren, Michigan
    MS-Off Ver
    Excel 2008 for Mac
    Posts
    307

    Picking up a particular list

    I have nine columns of numbers (A through J) with numbered headers on Row 1 of 0 through 9 on worksheet 1. (I've also tried by using "name ranging" the headers (i.e.: ZERO, ONE, TWO, etc).

    Each column has a list of numbers up to 50 numbers starting on row 2 down to row 51 (i.e.: A2:A51, etc).

    On worksheet 2 I've used the following coding using numbers in the coding:

    A1 is where I put a number (let's say 2).

    I'm wanting the entire associated list of numbers from Worksheet 1 Column C to appear starting A2 down to A51.

    =IF($A$1>0,OFFSET(CHOOSE('FINAL SORT'!$A$1,0,1,2,3,4,5,6,7,8,9),ROW()-2,0))

    Also tried by name ranging the Row 1 header:

    =IF($A$1>0,OFFSET(CHOOSE('FINAL SORT'!$A$1,ZERO,ONE,TWO,THREE,FOUR,FIVE,SIX,SEVEN,EIGHT,NINE),ROW()-2,0))

    I've also tried as an array and just as a straight copy down.

    And all I get is a #VALUE!

    What have I missed in the coding?
    Last edited by khank; 02-17-2011 at 05:41 PM.

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