+ Reply to Thread
Results 1 to 4 of 4

Autofill data troubleshooting - skipped cells

Hybrid View

  1. #1
    Registered User
    Join Date
    05-14-2010
    Location
    Florida, USA
    MS-Off Ver
    Excel 2003
    Posts
    7

    Autofill data troubleshooting - skipped cells

    Hello all,

    I'm having trouble autofilling data from skipped cells of another worksheet.
    I copied the value from the first worksheet (='Vault Apr19-Aug23'!AU24) into the second one.
    What I want to do is autofill the values, but the first worksheet contains the values in skipped cells. When I use the autofill drag feature, it reads the cells hich are directly beside it, for example...AU24, AV24, AW24....etc....
    I really want it to read cells, AU24, AW24, AY24..(SKIP A CEL).

    Please help me with this one guys. Its getting real frustraing, and I need the help.
    Thx in advance guys.
    Last edited by drugramps; 05-14-2010 at 05:19 PM.

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Autofill data troubleshooting - skipped cells

    Try this
    =INDEX('Vault Apr19-Aug23'!$24:$24,COLUMN(AT1)+COLUMN(A1))
    Does that work for you?
    Last edited by ChemistB; 05-14-2010 at 04:51 PM.
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    05-14-2010
    Location
    Florida, USA
    MS-Off Ver
    Excel 2003
    Posts
    7

    Re: Autofill data troubleshooting - skipped cells

    Wow!
    That worked like a charm.
    If you have the time to explain exactly how that worked that would be great.
    If not I totally understand. What is the best learning resource for Excel?
    Please give me a resource if you can.
    Thanks alot ChemistB

  4. #4
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Autofill data troubleshooting - skipped cells

    I learned all this stuff from hanging around here.
    INDEX returns a value from a cell in an array
    =INDEX('Vault Apr19-Aug23'!$24:$24,COLUMN(AT1)+COLUMN(A1))
    'Vault Apr19-Aug23'!$24:$24 is the array that you want to return a value from
    COLUMN(AT1)+COLUMN(A1) specifies which column in the array, it would start with
    COLUMN(AT1) +1, which is AU, as you drag it right it becomes
    COLUMN(AU)+2 which is AW and so on.
    Hope that helps.

+ 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