+ Reply to Thread
Results 1 to 4 of 4

formula to adjust data from different rows in one row adjacent to each other

  1. #1
    Forum Contributor
    Join Date
    02-11-2014
    Location
    mauritius
    MS-Off Ver
    MS365
    Posts
    1,086

    formula to adjust data from different rows in one row adjacent to each other

    I have a column of data of 10000 rows in column A .

    Need to adjust in column data A in column B and C as below.

    Always same pattern


    Column A Column B Column C
    e.g 001 001 392690
    392690
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,213

    Re: formula to adjust data from different rows in one row adjacent to each other

    Please try at B1:C1

    =INDEX($A:$A,(ROWS(B$1:B1)-1)*2+COLUMNS($B1:B1))

  3. #3
    Registered User
    Join Date
    11-22-2018
    Location
    Roma,Italia
    MS-Off Ver
    2013
    Posts
    40

    Re: formula to adjust data from different rows in one row adjacent to each other

    Good morning
    in B1 drag to the right up to C1 and then down

    =IFERROR(INDEX($A$1:$A$28,((ROW(A1)-1)*2)+COLUMN(A1)),"")


    EDIT I'm sorry
    I hadn't updated the page
    Last edited by FioreMatto; 04-03-2019 at 05:01 AM.

  4. #4
    Forum Contributor
    Join Date
    02-11-2014
    Location
    mauritius
    MS-Off Ver
    MS365
    Posts
    1,086

    Re: formula to adjust data from different rows in one row adjacent to each other

    Perfect

    Thank you

+ 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. Auto-adjust # of rows in a column that have a formula based on adjacent column data?
    By Norcal1 in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 3
    Last Post: 05-31-2018, 02:03 PM
  2. Wanting formula to adjust if rows are added/deleted
    By lmoffat in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-23-2018, 02:58 PM
  3. Replies: 3
    Last Post: 11-22-2017, 08:56 PM
  4. [SOLVED] Way to have Array Formula automatically adjust when rows added
    By bdouglas1011 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-28-2014, 04:00 PM
  5. Adjust Macro so that it does not delete rows containing certain data
    By chicalaeti in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-04-2013, 01:34 PM
  6. [SOLVED] VLOOKUP formula that will relatively adjust rows by a block of 8 rows with absolute column
    By DPKologie in forum Excel Programming / VBA / Macros
    Replies: 21
    Last Post: 09-02-2012, 04:00 AM
  7. Inserting Rows Doesn't Adjust Formula on Summary Page
    By Big_Tater in forum Excel General
    Replies: 1
    Last Post: 04-20-2010, 05:50 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