+ Reply to Thread
Results 1 to 5 of 5

Complex Data Transfer

  1. #1
    Registered User
    Join Date
    04-08-2017
    Location
    N/A
    MS-Off Ver
    2016
    Posts
    30

    Complex Data Transfer

    Hello all,

    I will appreciate your help on the following case:
    A large amount of data (cells A2, A3, A4 etc) needs to be transferred into a "new" Sheet. The tricky part is every piece of data of the "old" Sheet (e.g. A2) is required to be multiplied x 5 in the "new" Sheet. In other words, "A2" from the "old" sheet will now be distributed as A2:A6 in the "new" Sheet. With that said, it is tricky to automize the transfer process. What formula/function/manipulation would you suggest using in such case?

    NOTE: Please find attached an Excel file with short example and explanations which would make it easier for you to understand the issue.

    Let me know if you want me to clarify on something.

    Thank you for your time.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,364

    Re: Complex Data Transfer

    Try

    in A2

    =INDEX(Code!$A$2:$A$10,INT((ROWS($1:1)-1)/6+1))

    copy down

    In your sheet it ia A2:A7. If really should be A6 i.e. 5 entries then change 6 to 5 in the above formula

  3. #3
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,627

    Re: Complex Data Transfer

    Another way, based not on number 6 but where is first day of the month:

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Change ; to , if you get error.

  4. #4
    Forum Contributor
    Join Date
    05-06-2016
    Location
    Cluj, Romania
    MS-Off Ver
    2007-2010
    Posts
    220

    Re: Complex Data Transfer

    hi,

    put this in A2 and drag down
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    se attached
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    04-08-2017
    Location
    N/A
    MS-Off Ver
    2016
    Posts
    30

    Re: Complex Data Transfer

    Hi guys,

    It seems that all of your suggestions work fine.

    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. Complex formula to select data field within data-table
    By konfis in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-14-2016, 05:04 AM
  2. Transfer & confirm data transfer between workbooks
    By fenfool in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-02-2015, 01:10 PM
  3. [SOLVED] Find particular data from complex data string by macro
    By nur2544 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 06-07-2014, 01:24 PM
  4. Replies: 4
    Last Post: 02-03-2014, 12:47 AM
  5. Replies: 1
    Last Post: 05-04-2013, 06:42 PM
  6. Replies: 1
    Last Post: 05-03-2013, 11:38 AM
  7. Replies: 4
    Last Post: 01-18-2013, 10:49 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