+ Reply to Thread
Results 1 to 5 of 5

Simple Column formula.. should be anyway.. but drawing a blank!

  1. #1
    Forum Contributor
    Join Date
    09-05-2013
    Location
    Malta
    MS-Off Ver
    Excel 2016
    Posts
    103

    Simple Column formula.. should be anyway.. but drawing a blank!

    Good afternoon,

    I have two sheets, the first sheet is picking up data from the second sheet.

    Data in the second sheet has coloumns Jan to Dec, for 20 years; ie 12 coloumns x 20 = 240 coloumns

    In The first sheet, i want to be able to pick up January values only.. Instead of linking each cell manually.. how can this be done? IE: Pickup up cell A1, then the next cell picks up A13, then A25, etc etc..

    I'm sure its a simple thing and its explained somewhere before, but i dont know what to search for..

    Many thanks

    Sam

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,428

    Re: Simple Column formula.. should be anyway.. but drawing a blank!

    Probably something based on INDEX/MATCH/MATCH.

    Can't suggest much more based on the limited information.

    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Forum Contributor
    Join Date
    08-22-2011
    Location
    Texas, United States
    MS-Off Ver
    Excel 2007 and 2010
    Posts
    516

    Re: Simple Column formula.. should be anyway.. but drawing a blank!

    I don't think your title follows the rules of the forum, so you need to change it.

    To answer your question though, you could use the index function. I have attached a sample document but all you need to do is create a row in which you are numbering 1, 13, 25, and so on... do this by placing 1 in your first box then 13 in the next and just use the little box to copy this pattern down, or across which ever way you go. then in the next column or row use the index function. Take a look at my example
    Attached Files Attached Files
    Regards,
    amotto

    If I helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  4. #4
    Forum Expert
    Join Date
    04-22-2013
    Location
    .
    MS-Off Ver
    .
    Posts
    4,418

    Re: Simple Column formula.. should be anyway.. but drawing a blank!

    Maybe something like this:

    If you have your column headers in row 1 and the data you want in row 2

    =HLOOKUP("January",INDIRECT(ADDRESS(1,1+(COLUMN(A1)-1)*12) & ":" & ADDRESS(2,12+(COLUMN(A1)-1)*12)),2)
    in A3 and drag across

  5. #5
    Forum Contributor
    Join Date
    09-05-2013
    Location
    Malta
    MS-Off Ver
    Excel 2016
    Posts
    103

    Re: Simple Column formula.. should be anyway.. but drawing a blank!

    Cheers. that sorts out the problem.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Drawing a simple correlation chart
    By simon369 in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 07-17-2012, 06:04 AM
  2. Help with ignoring blank cells when drawing a column chart
    By Iibboh in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 02-13-2012, 04:24 PM
  3. Skipping blank cells in simple math formula
    By jimtmcdaniels in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-17-2006, 01:40 AM
  4. [SOLVED] Excel 2003 - Drawing a Simple Line - Dissapears
    By SCPU173 in forum Excel General
    Replies: 0
    Last Post: 03-12-2006, 07:50 PM
  5. [SOLVED] simple formula with blank cells
    By Brian in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-01-2005, 12:06 AM

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