+ Reply to Thread
Results 1 to 6 of 6

Formula to extract date from certain place.

  1. #1
    Valued Forum Contributor
    Join Date
    01-18-2007
    Location
    Georgia
    MS-Off Ver
    2010
    Posts
    4,434

    Formula to extract date from certain place.

    Hello:

    Please refer to attached file.

    I have a date in row 2, on every 4th column starting in column P.
    I need a formula to put this data in column F starting row 5 as shown.

    Let me know if you have any questions.
    Thanks.
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor TheCman81's Avatar
    Join Date
    11-06-2012
    Location
    Edinburgh, UK
    MS-Off Ver
    Excel 2003, 2007, 2010, 2013
    Posts
    346

    Re: Formula to extract date from certain place.

    This array formula will do the trick

    =INDEX($P$2:$AB$2,SMALL(IF($P$2:$AB$2<>"",COLUMN($P$2:$AB$2)-COLUMN($P$2)+1),ROW(A1)))
    Excel Guru in the making

    <----------If the question has been answered to your satisfication please click the Add Repuation star to the left

  3. #3
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Formula to extract date from certain place.

    Try this in F5 and filled down

    =INDEX($2:$2,(ROWS($2:2)-1)*4+16)

  4. #4
    Valued Forum Contributor TheCman81's Avatar
    Join Date
    11-06-2012
    Location
    Edinburgh, UK
    MS-Off Ver
    Excel 2003, 2007, 2010, 2013
    Posts
    346

    Re: Formula to extract date from certain place.

    Jumped the gun on the array formula, you can use this

    =OFFSET($P$2,0,(ROW(A1)-1)*4)

  5. #5
    Valued Forum Contributor
    Join Date
    01-18-2007
    Location
    Georgia
    MS-Off Ver
    2010
    Posts
    4,434

    Re: Formula to extract date from certain place.

    Hello The Cman81:

    I like your OFFSET solutions, works great.
    Thank you so much for great help.
    Riz

  6. #6
    Valued Forum Contributor TheCman81's Avatar
    Join Date
    11-06-2012
    Location
    Edinburgh, UK
    MS-Off Ver
    Excel 2003, 2007, 2010, 2013
    Posts
    346

    Re: Formula to extract date from certain place.

    Glad to help and 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. extract data by date range and place in different tabs based on name
    By Sway1978 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-20-2013, 03:35 PM
  2. If date is within this week, place Yes in cell with formula
    By hayestrent in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 05-01-2013, 06:22 PM
  3. Replies: 2
    Last Post: 07-07-2010, 12:46 PM
  4. Formula to place name next to appropriate date
    By cubs152 in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 06-15-2009, 03:27 PM
  5. extract decimal place digit
    By craig_100 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-29-2005, 02:59 PM

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