+ Reply to Thread
Results 1 to 8 of 8

Can I Call a cell value from a worksheets from file to another file

  1. #1
    Registered User
    Join Date
    07-11-2015
    Location
    Bahrain
    MS-Off Ver
    2010
    Posts
    14

    Question Can I Call a cell value from a worksheets from file to another file

    I have two files: File2019, File2020 and I want to call the value of cell (G10) from all worksheets in the "File2019" into the "File2020".

    Can i do that with "Indirect" as done in this file to call the value "G10" from all worksheets?

    Note: I don't like to use VBA
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Can I Call a cell value from a worksheets from file to another file

    Will both files be OPEN? INDIRECT only works with OPEN files. How many sheets will there be in your real files?
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Can I Call a cell value from a worksheets from file to another file

    Ignore my previous post.

    =[File2019.xlsx]A!$G$10
    =[File2019.xlsx]B!$G$10
    =[File2019.xlsx]C!$G$10
    etc

    and update links when you open the 2020 book.
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    07-11-2015
    Location
    Bahrain
    MS-Off Ver
    2010
    Posts
    14

    Re: Can I Call a cell value from a worksheets from file to another file

    I hope not used VBA, and i hope used formula only, and the other file is not required to be open

    i used about 50 worksheet in each files

  5. #5
    Registered User
    Join Date
    07-11-2015
    Location
    Bahrain
    MS-Off Ver
    2010
    Posts
    14

    Re: Can I Call a cell value from a worksheets from file to another file

    thanx
    but i want to same "indirect" formula, i mean can i used the cell value without sheetname as do you do

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Can I Call a cell value from a worksheets from file to another file

    I did not understand this bit: "the other file is not required to be open"

    Will 2019 be open or closed. Yes or No.

  7. #7
    Registered User
    Join Date
    07-11-2015
    Location
    Bahrain
    MS-Off Ver
    2010
    Posts
    14

    Re: Can I Call a cell value from a worksheets from file to another file

    files closed

  8. #8
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Can I Call a cell value from a worksheets from file to another file

    OK. With copy paste this can be quickly set up:

    =CHOOSE(MATCH(B4,$B$4:$B$13,0),[File2019.xlsx]A!$G$10,[File2019.xlsx]B!$G$10,[File2019.xlsx]C!$G$10,[File2019.xlsx]D!$G$10,[File2019.xlsx]E!$G$10,[File2019.xlsx]F!$G$10,[File2019.xlsx]G!$G$10,[File2019.xlsx]H!$G$10,[File2019.xlsx]I!$G$10,[File2019.xlsx]J!$G$10)
    Attached Files Attached Files

+ 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. Call from file depending on input cell. Formula help
    By pawilsonliftone in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 10-14-2014, 11:26 AM
  2. VBA not able to call from DLL file when the file is saved
    By gillyr7 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-26-2014, 08:19 PM
  3. How to call a file with a variable name, which is function of another file name.
    By marcgi in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 05-15-2014, 10:28 AM
  4. [Ask] Import Text file And Call reference path file with Value Range.
    By dha_indra in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-29-2012, 11:09 PM
  5. Replies: 2
    Last Post: 12-13-2008, 05:58 PM
  6. Referencing Cell Info to call a File
    By stuckupnorth in forum Excel General
    Replies: 2
    Last Post: 07-07-2006, 10:48 AM
  7. [SOLVED] how can i call macro in powerpoint file from excel file
    By pm in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-06-2006, 06:40 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