+ Reply to Thread
Results 1 to 12 of 12

VLOOKUP Refence to a OneDrive Table

  1. #1
    Registered User
    Join Date
    07-11-2018
    Location
    Iowa
    MS-Off Ver
    Office 365
    Posts
    17

    VLOOKUP Refence to a OneDrive Table

    In the formula below, what is the syntax to replace the reference to 'Lot Data' with a reference to a table on OneDrive titled 'RawHoneyLotData' and a tab named 'Current'?

    =IFERROR(VLOOKUP(G5,'Lot Data'!$A$4:$R$121,5,FALSE)," ")

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: VLOOKUP Refence to a OneDrive Table

    Try creating that formula, and pointing to the range in the other file
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    07-11-2018
    Location
    Iowa
    MS-Off Ver
    Office 365
    Posts
    17

    Re: VLOOKUP Refence to a OneDrive Table

    I know how to point to the range in my other file. The help I need is the syntax and punctuation in my formula for the reference to the file on OneDrive.

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: VLOOKUP Refence to a OneDrive Table

    I was pretty sure you did know how to do it, I just meant, if you did it that way, it might give you the path/syntax you need - same as if you referenced a different file on your HDD

  5. #5
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,428

    Re: VLOOKUP Refence to a OneDrive Table

    I'm pretty sure the files in "OneDrive", or any other Cloud File Sharing product, ARE on the hard drive. The point of the OneDrive product is that it synchronises files that you put in the OneDrive folder. So, in that respect, you should be able to navigate to it.

    You would have something like this:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: VLOOKUP Refence to a OneDrive Table

    Trevor, thanks for the input. I dont use OneDrive, but figured it would be something like that.

  7. #7
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,428

    Re: VLOOKUP Refence to a OneDrive Table

    My pleasure.

  8. #8
    Registered User
    Join Date
    07-11-2018
    Location
    Iowa
    MS-Off Ver
    Office 365
    Posts
    17

    Re: VLOOKUP Refence to a OneDrive Table

    Thanks for your input. That gets me headed in the right direction.

  9. #9
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,428

    Re: VLOOKUP Refence to a OneDrive Table

    You're welcome.



    If you are satisfied with the solution(s) provided, please mark your thread as Solved.


    New quick method:
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

    Or you can use this way:

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save


    You may also want to consider thanking those people who helped you by clicking on the little star at the bottom left of their reply to your question.

  10. #10
    Registered User
    Join Date
    07-11-2018
    Location
    Iowa
    MS-Off Ver
    Office 365
    Posts
    17

    Re: VLOOKUP Refence to a OneDrive Table

    I never resolved this issue so after an 8 month rest I'm re-visiting the issue. My current VLOOKUP reads as follows:

    =IFERROR(VLOOKUP($A8,'Lot Data'!$A$3:$N$149,5,FALSE)," ")

    In the example above, my form and the worksheet 'Lot Data' are in the same workbook.

    I want to change the reference to 'Lot Data' in the formula above to refer to a worksheet 'Current' in a different workbook on OneDrive at the path below:

    https://onedrive.live.com/edit.aspx?...!111&app=Excel

    Is this possible? If so, what is the syntax?

  11. #11
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,428

    Re: VLOOKUP Refence to a OneDrive Table

    Dropbox Folders, in my experience, are located on the hard drive and Dropbox automatically syncs the folders and files with the cloud.

    If you click on the Dropbox icon, then choose settings (cog, top right), select Preferences and then Sync, it will tell you where your Dropbox folder is.

    Mine is under C:\Users\username\Dropbox

    I do not know if you can access the Dropbox folder in the cloud.

    However, you can make the Dropbox folder available to Microsoft Office in Settings | Preferences | General

    Having made Dropbox visible, I recorded a macro whilst I saved a file to the Dropbox folder (and a subfolder within it)

    This is what I got:

    Please Login or Register  to view this content.
    Again, it is going to the folder on the hard disc, not the cloud

  12. #12
    Registered User
    Join Date
    07-11-2018
    Location
    Iowa
    MS-Off Ver
    Office 365
    Posts
    17

    Re: VLOOKUP Refence to a OneDrive Table

    I don't see how using a Dropbox would work. The drop box would have to be in a location available to all users just as the file is on OneDrive so it will be available to all users.

    I appreciate your help but I won't be working on this problem anymore. Thank you again.

+ 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: 2
    Last Post: 04-09-2015, 09:14 AM
  2. [SOLVED] need help - how to get the closest value on a table using a refence!
    By biluulib in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 02-09-2015, 10:50 AM
  3. How to refence a date in a Pivot Table formula
    By rogerroger in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 01-02-2013, 06:12 AM
  4. [SOLVED] Need a refence number that locks to a customer?
    By KEvans in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 11-01-2012, 06:16 AM
  5. Variable Cell Refence Problem
    By hankbug in forum Excel General
    Replies: 1
    Last Post: 09-17-2008, 05:19 PM
  6. refence question
    By Mike Winqvist in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-21-2007, 09:03 AM
  7. Refence another workbook based on value in a cell
    By tonywig in forum Excel General
    Replies: 4
    Last Post: 05-10-2007, 09:59 AM

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