+ Reply to Thread
Results 1 to 4 of 4

Formula to get data from several cells, and place them in several cells

  1. #1
    Registered User
    Join Date
    11-14-2016
    Location
    DK
    MS-Off Ver
    Excel 2000+
    Posts
    3

    Formula to get data from several cells, and place them in several cells

    Is there a formula that only needs to be placed in one cell (i.e Sheet1!A1), that will get data from several cells (i.e Sheet2!A1:D99) and place them in Sheet1!A1:D99 ?

  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: Formula to get data from several cells, and place them in several cells

    You would need 1 formula per cell.

    You could enter this formula in Sheet1 A1:

    =Sheet2!A1

    Copy it across to D1 then down to A99:D99.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Formula to get data from several cells, and place them in several cells

    if your original data in sheet1. From A2:A10
    in sheet2 : enter below formula.
    =Sheet1!A2 & copy paste down


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,532

    Re: Formula to get data from several cells, and place them in several cells

    To understand Tony's formula you will need to know about relative and absolute cell references as they apply to multiple worksheets as in this tutorial. =Sheet2!A1 pasted in Sheet1!A1 will copy whatever value is in A1 of Sheet1 to A1 of Sheet2. When the formula is copied across to Sheet1!B1 the relative cell reference in the formula will change to =Sheet2!B1. When the formula is copied down to Sheet1!A2 the relative cell reference in the formula will change to =Sheet2!A2. Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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] Macro to selects data from several cells and place onto another WS
    By Craigside in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-10-2016, 03:58 AM
  2. Replies: 3
    Last Post: 03-14-2014, 04:13 PM
  3. Replies: 4
    Last Post: 01-13-2014, 08:13 AM
  4. [SOLVED] Place a formula into all selected cells?
    By backyardfun in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-04-2014, 06:47 AM
  5. Replies: 2
    Last Post: 03-21-2013, 02:17 PM
  6. [SOLVED] Formula to place together text from previous 3 cells
    By avidcat in forum Excel General
    Replies: 4
    Last Post: 11-12-2012, 04:15 PM
  7. Replies: 1
    Last Post: 10-05-2007, 10:14 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