+ Reply to Thread
Results 1 to 6 of 6

How to get information via a file.

  1. #1
    Registered User
    Join Date
    06-17-2014
    Location
    Utrecht, The Netherlands
    MS-Off Ver
    2010
    Posts
    4

    Talking How to get information via a file.

    Hello excelforum,

    I can program websites a little bit. But unfortunately Excel is a completely different thing. So:

    Can anyone tell me how to take information from a cel in one tab and change the value through information from another tab.
    For example:
    I want to take the value "LMG" from the tab "roster" to go to A1 in tab3. But I don't want it to say "LMG". I want it so say "Leven met God" which is the information that can be found in the tab "list".

    Example.jpg

    Please me help me out. All help is really appreciated.

    Greets

    Klomas

    PS I included a picture for clearification.

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: How to get information via a file.

    Try this formula:

    =IF(roster!A2="LMG","Leven met God","")

    Assuming LMG is in cell A2 on sheet named roster
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Registered User
    Join Date
    06-17-2014
    Location
    Utrecht, The Netherlands
    MS-Off Ver
    2010
    Posts
    4

    Re: How to get information via a file.

    Thank you for your fast reply AlKey. The problem is though that I want to be able to change the value LMG in Roster so that is wil change at the same time in tab3.
    If I would change the value to MED, it should (you can see this in list) say: Meditatieviering.

  4. #4
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: How to get information via a file.

    Ok, I see what you saying

    You can use VLOOKUP function for this

    this assumes that look up value located in cell A1 and you need to retrieve data from column B on roster sheet.

    =IFERROR(VLOOKUP(A1,roster!$A$1:$B$60,2,0),"")

  5. #5
    Registered User
    Join Date
    06-17-2014
    Location
    Utrecht, The Netherlands
    MS-Off Ver
    2010
    Posts
    4

    Re: How to get information via a file.

    I don't think I understand. How can tab3-A1 know what the abbreviation LMG or MED means if I don't take that information out of the tab named list?

  6. #6
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: How to get information via a file.

    I think I have failed to make it clear that formulas in excel do not change the content of the cell. They can only manipulate data in order to get results.

+ 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. Making a MASTER-FILE that collects individual file information
    By InterstateRentals in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-19-2013, 09:10 AM
  2. Open specific excel file and log file information
    By chidmas in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-03-2013, 12:37 PM
  3. How to extract Information from an Excel File and entering those data in a text file?
    By bikash.nitk in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-10-2012, 12:13 PM
  4. Creating a .txt file extracting information from a Excel file saving as .resx file
    By AbdallahHajbed in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-19-2012, 09:00 AM
  5. Getting information from a file
    By Steve in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 09-10-2005, 02:05 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