+ Reply to Thread
Results 1 to 3 of 3

Look up data in another sheet

  1. #1
    Registered User
    Join Date
    12-10-2007
    Location
    Trondheim, Norway
    Posts
    89

    Look up data in another sheet

    Hi

    I have a sheet with 2007 data I want to update with 2008 data (incom and tax) from another sheet. The unique post in both sheet is the company Vat number. So i want to use this cell to look up the new data. If it cant find the Company Vat number in the 2008 data, then it should keep the old data.

    See uploaded example for details.

    Thanks

    Elad
    Norway
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    03-16-2009
    Location
    London, UK
    MS-Off Ver
    Excel 16.78 on Mac - Office 365.
    Posts
    80

    Re: Look up data in another sheet

    Something like looking up the vatnr in the 2008 table and if you don't find it you look it up in the 2007 table?

    =IF(ISERR(VLOOKUP(vatnr,2008table,2,FALSE)),VLOOKUP(vatnr,2007table,2,FALSE),VLOOKUP(vatnr,2008table,2,FALSE))

  3. #3
    Registered User
    Join Date
    12-10-2007
    Location
    Trondheim, Norway
    Posts
    89

    Re: Look up data in another sheet

    Hi

    It looks like that will help me out.

    Thank you very much!

    Elad

+ 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