+ Reply to Thread
Results 1 to 5 of 5

Retrieving Values from another Excel Workbook Using Text References

  1. #1
    Elmer Valdez
    Guest

    Question

    how can I store excel cell value to access database and
    how can I retrieve cell value from database to my excel workbook?

    thank you

    [email protected]

  2. #2
    Alvin Linardi
    Guest
    Can you give a example in excel worksheet for this tip.
    Retrieving Values from another Excel Workbook Using Text References
    http://www.exceltip.com/st/Retrieving_Values_from_another_Excel_Workbook_Using_Text_References/981.html

    Thanks,Alvin
    [email protected]

  3. #3
    Forum Contributor
    Join Date
    12-07-2004
    Posts
    596

    Retrieving Values from another Excel Workbook Using Text References

    Problem:

    Listed in column A are the path, file name, sheet name, and cell reference for a range containing pairs of numbers and letters.
    We want to lookup each of the numbers in column C in the range specified in column A and retrieve the matching letters.

    Solution:

    To retrieve the values listed in column C in the range specified in column A, use the VLOOKUP and INDIRECT function as shown in the following formula:
    =VLOOKUP(C2,INDIRECT(\"\'\"&$A$2&\"\\[\"&$A$5&\".xls]\"&$A$8&\"\'!\"&$A$11),2,FALSE)


  4. #4
    Registered User
    Join Date
    04-03-2007
    Posts
    3

    how to do this when the other workbook is closed

    how can I do the above when the other workbook to which I am referencing is closed. In this case, the indirect function will throw up an error. I am simply trying to link a cell in a wkbook with another.

    Am using this formula,

    A1=INDIRECT("'[FirstName "&RIGHT(myname(),10)&"]"&"Master"&"'!"&"A1")

    myname is a function that I have defined which throws up the value of the workbook in which you are working.

    It gives FirstName Apr 07.xls

    right(myname(),10) then can be used to refer to different months depending on the wkbook.

    Please help.

  5. #5
    Registered User
    Join Date
    09-11-2007
    Posts
    1

    Week Number to Date

    I need to change a a Week number to a date.

    1 will equal 1/06/07
    2 will equal 1/13/07
    3 will equal 1/20/07

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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