+ Reply to Thread
Results 1 to 7 of 7

Enter values from series across multiple sheet

  1. #1
    Registered User
    Join Date
    02-13-2012
    Location
    Shepparton
    MS-Off Ver
    Excel 2003
    Posts
    17

    Enter values from series across multiple sheet

    Hi,

    It should be simple, but couldn't really find a function to do this

    Sheet1 has a column with 5 values

    A1 23.4
    A2 33.4
    A3 44.5
    A4 61.9
    A5 88.3

    Now, there are 5 Sheet more, Sheet2, Sheet3,.....Sheet6

    Need

    Value of A1 from Sheet1, to be entered in Cell C23 of Sheet2
    Value of A2 from Sheet1, to be entered in Cell C23 of Sheet3
    Value of A3 from Sheet1, to be entered in Cell C23 of Sheet4
    Value of A4 from Sheet1, to be entered in Cell C23 of Sheet5
    Value of A5 from Sheet1, to be entered in Cell C23 of Sheet6

    Please help

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Enter values from series across multiple sheet

    Need

    Value of A1 from Sheet1, to be entered in Cell C23 of Sheet2
    Value of A2 from Sheet1, to be entered in Cell C23 of Sheet3
    Value of A3 from Sheet1, to be entered in Cell C23 of Sheet4
    Value of A4 from Sheet1, to be entered in Cell C23 of Sheet5
    Value of A5 from Sheet1, to be entered in Cell C23 of Sheet6
    =Sheet1!A1
    =Sheet1!A2
    =Sheet1!A3
    =Sheet1!A4
    =Sheet1!A5

  3. #3
    Registered User
    Join Date
    02-13-2012
    Location
    Shepparton
    MS-Off Ver
    Excel 2003
    Posts
    17

    Re: Enter values from series across multiple sheet

    Yes, it is easy, but one thing I forgot to mention is actually there are fifty sheets, and several series, sick of copy pasting one by one, or entering reference for each

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Enter values from series across multiple sheet

    If you are saying that you don't want to manually put a formula in, this will require VBA which I cannot assist with.

  5. #5
    Registered User
    Join Date
    02-13-2012
    Location
    Shepparton
    MS-Off Ver
    Excel 2003
    Posts
    17

    Re: Enter values from series across multiple sheet

    Oh, I thought may be it is possible with existing functions of excel, thanks for your effort anyway

  6. #6
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,814

    Re: Enter values from series across multiple sheet

    You may not like this solution, either, but here's how I would probably do this:

    1) The tedious step: in sheet2 C22, enter 1. In sheet3 C22, enter 2, and so on to sheet 51. (I don't have Excel on this computer, so I tested in LibreOffice Calc, and discovered that LibreOffice supports relative sheet references, which would make this step less tedious -- if you are not required to use Excel for this).
    2) in Sheet2 C23, enter =INDEX(sheet1!$A$1:$A$100,C22) [INDEX() function help file: https://support.office.com/en-us/art...2-b56b061328bd ]. Copy Sheet2 C23 to clipboard (ctrl-C or however you prefer to copy cells to the clipboard).
    3) Select sheet3 -> shift -> select sheet 51 to select all tabs between sheet3 and sheet51 (all of those tabs should be highlighted).
    4) Select C23 of the active sheet -> paste.
    5) Navigate through the sheets/tabs to make sure Excel correctly pasted the formula in C23 of each sheet/tab. Be sure to select sheet1 or sheet2 or right click on the selected tabs and choose "ungroup" from the context menu to "ungroup" the sheets before making other edits (when you have multiple sheets/tabs selected, edits made on one sheet will also be made to all selected sheets/tabs).

    That's how I might do this.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  7. #7
    Forum Expert torachan's Avatar
    Join Date
    12-27-2012
    Location
    market harborough, england
    MS-Off Ver
    Excel 2010
    Posts
    4,302

    Re: Enter values from series across multiple sheet

    Macro

    Please Login or Register  to view this content.
    torachan.

+ 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. Replies: 6
    Last Post: 07-26-2015, 03:43 AM
  2. Replies: 5
    Last Post: 06-18-2014, 02:25 PM
  3. VBA to enter form values in sheet
    By sammi1234 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-01-2014, 09:58 AM
  4. Lookup and enter multiple values
    By gjergji in forum Excel General
    Replies: 1
    Last Post: 12-03-2012, 08:15 PM
  5. Replies: 4
    Last Post: 04-05-2011, 07:36 AM
  6. Manually Enter X-Y Range Data to Series Values
    By ebahr in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 12-23-2008, 01:34 PM
  7. [SOLVED] multiple series of values graphed with indep. x values -possible?
    By Gburg Johnny in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 09-19-2005, 02:05 AM

Tags for this Thread

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