+ Reply to Thread
Results 1 to 7 of 7

array filling same information

  1. #1
    Forum Contributor
    Join Date
    11-03-2004
    Posts
    139

    array filling same information

    I'm not doing something right but I can not figure out what is happening. In cell c2 I type in =Transpose(dates) and turn to an array. Grab the corner, drag right and I keep keeping the same date instead going up 1 month. This is the dates formula - "=OFFSET(Sheet1!$A$1,COUNTA(Sheet1!$A$1:$A$65389)-23,0,24,1)"

    My results should be c2 is Jan 14, d2 is Feb 14, d3 is Mar 14, etc. Please set straight. Thank you for your time and knowledge.

    Thanks
    Michelle
    Last edited by leem; 04-28-2015 at 05:07 PM.

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: array filling same information

    You don't need the TRANSPOSE function.

    Try it like this...

    =INDEX(OFFSET(Sheet1!$A$1,COUNTA(Sheet1!$A$1:$A$65389)-23,0,24,1),COLUMNS($C2:C2))
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: array filling same information

    use the following formula for name manager
    =OFFSET(Sheet2!$A$1,0,0,COUNTA(Sheet2!$A:$A),1)
    see the attached file
    Attached Files Attached Files
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  4. #4
    Forum Contributor
    Join Date
    11-03-2004
    Posts
    139

    Re: array filling same information

    Tony,
    Thank you so much. This worked great. Thank you for sharing your knowledge.

    Michelle

  5. #5
    Forum Contributor
    Join Date
    11-03-2004
    Posts
    139

    Re: array filling same information

    nflsales,
    Thank you so much for replying, I could not make this work. Maybe I can not drag correctly or something. I reattached your file to show you what happens when I put in the formula and I'm set to automatic calculations.

    Thanks
    Michelle
    Attached Files Attached Files

  6. #6
    Forum Contributor
    Join Date
    11-03-2004
    Posts
    139

    Re: array filling same information

    Nflsales, I'm sorry, I forgot to thank you for sharing your knowledge with me. Thank you for taking the time to look at my problem and sharing your knowledge.

  7. #7
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: array filling same information

    You're welcome. Thanks for the feedback!

+ 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. [SOLVED] filling information from one cell and filling another.
    By Dianne in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 04:05 PM
  2. [SOLVED] filling information from one cell and filling another.
    By Dianne in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 PM
  3. [SOLVED] filling information from one cell and filling another.
    By Dianne in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-06-2005, 09:05 AM
  4. [SOLVED] filling information from one cell and filling another.
    By Gord Dibben in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-06-2005, 07:05 AM
  5. filling information from one cell and filling another.
    By Dianne in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01:05 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