+ Reply to Thread
Results 1 to 13 of 13

XLOOKUP in older (non Office 365) Excel versions

  1. #1
    Registered User
    Join Date
    04-19-2020
    Location
    London, England
    MS-Off Ver
    2007/2016/MS 365
    Posts
    57

    XLOOKUP in older (non Office 365) Excel versions

    Hi
    Does anyone have a solution for this: I've been sending a workbook with a workings sheet containing raw calculations using XLOOKUP formulae that feeds into a summary calculated other front sheet. I am using Office 365 (app not web). When the workbook is sent to certain colleagues and they open and click 'enable editing' so they can make changes, the front summary sheet numbers disappear and appears blank to them. Apparently this is to do with the XLOOKUP being a new formula and not compatible with older Excel versions. Is this the reason? So far I have sent a workbook, replacing the calculation sheet formulae with values so colleagues can at least see the summary totals. This isn't ideal because they need to make changes to the inputs and see them calculate through to the summary. Is there a workaround for this issue? Thanks

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2407 (Windows 11 23H2 64-bit)
    Posts
    83,221

    Re: XLOOKUP in older (non Office 365) Excel versions

    Yes - XLOOKUP is a new function. What is the formula? It can probably be converted for backward compatibility.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    04-19-2020
    Location
    London, England
    MS-Off Ver
    2007/2016/MS 365
    Posts
    57

    Re: XLOOKUP in older (non Office 365) Excel versions

    Thanks for quick response! Not sure if you were proposing re-working the formulae - it's not really an option e.g. with index/match or something as it's a big spreadsheet with lots of complex formulae. I wondered if there was a workaround. Here's a couple of the shorter formulae:
    =IF([@REFERENCE]<>"",XLOOKUP([@REFERENCE],LIBRARY[CODING],LIBRARY[NAME],"error",0,1),"")
    =XLOOKUP([@COLOUR],CATALOGUE[MAJOR],CATALOGUE[MINOR],"ERROR",0,1)

    Thanks

  4. #4
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.86 for Mac MS 365
    Posts
    8,525

    Re: XLOOKUP in older (non Office 365) Excel versions

    Why do you believe and Index/Match couldn't be substituted to do what an xlookup does? Could you post a sample workbook (instructions at the top of the post in yellow)? It is not easy to diagnose a formula that uses table names instead of cell and cell references.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2407 (Windows 11 23H2 64-bit)
    Posts
    83,221

    Re: XLOOKUP in older (non Office 365) Excel versions

    There is no workaround other than using functions that are compatible with the version of Excel that your colleagues are using.

  6. #6
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,942

    Re: XLOOKUP in older (non Office 365) Excel versions

    @AliGW: I wouldn't say that -- you could always tell those colleagues that they will just have to upgrade to a version that supports XLOOKUP(). (I wonder if you could figure out how to arrange a kickback from Microsoft for incorporating new functions then using that as leverage to force colleagues to buy the newest versions...).

    As for the OP, I don't know of any quick and easy workarounds. I see two possible solutions -- either your colleagues need access to the same or newer version that you are using, or you need to rewrite your spreadsheet to be backwards compatible. I don't (yet) see any other options for XLOOKUP() compatibility.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  7. #7
    Registered User
    Join Date
    03-26-2016
    Location
    São Paulo - Brazil
    MS-Off Ver
    2016
    Posts
    48

    Re: XLOOKUP in older (non Office 365) Excel versions

    Questray

    I don't know if I understand your problem, but for the previous version I use this way to replace XLOOKUP

    =IFERROR(VLOOKUP([@COLOUR],CHOOSE({1\2},CATALOGUE[MAJOR],CATALOGUE[MINOR]),2,1),"Error")

    Decio

  8. #8
    Registered User
    Join Date
    04-19-2020
    Location
    London, England
    MS-Off Ver
    2007/2016/MS 365
    Posts
    57

    Re: XLOOKUP in older (non Office 365) Excel versions

    Quote Originally Posted by Sam Capricci View Post
    Why do you believe and Index/Match couldn't be substituted to do what an xlookup does? Could you post a sample workbook (instructions at the top of the post in yellow)? It is not easy to diagnose a formula that uses table names instead of cell and cell references.
    Sure, yes I see - the workbook is too hefty/involved and I haven't time to mock up an example version! Thanks

  9. #9
    Registered User
    Join Date
    04-19-2020
    Location
    London, England
    MS-Off Ver
    2007/2016/MS 365
    Posts
    57

    Re: XLOOKUP in older (non Office 365) Excel versions

    Quote Originally Posted by deciog View Post
    Questray

    I don't know if I understand your problem, but for the previous version I use this way to replace XLOOKUP

    =IFERROR(VLOOKUP([@COLOUR],CHOOSE({1\2},CATALOGUE[MAJOR],CATALOGUE[MINOR]),2,1),"Error")

    Decio
    Yes, thanks for that - agreed. The issue is a massively complex workbook - that took a good few weeks to build apparently and no time to re-work it all at the moment.

  10. #10
    Registered User
    Join Date
    04-19-2020
    Location
    London, England
    MS-Off Ver
    2007/2016/MS 365
    Posts
    57

    Re: XLOOKUP in older (non Office 365) Excel versions

    Quote Originally Posted by MrShorty View Post
    @AliGW: I wouldn't say that -- you could always tell those colleagues that they will just have to upgrade to a version that supports XLOOKUP(). (I wonder if you could figure out how to arrange a kickback from Microsoft for incorporating new functions then using that as leverage to force colleagues to buy the newest versions...).

    As for the OP, I don't know of any quick and easy workarounds. I see two possible solutions -- either your colleagues need access to the same or newer version that you are using, or you need to rewrite your spreadsheet to be backwards compatible. I don't (yet) see any other options for XLOOKUP() compatibility.
    Cheers: this is what I was trying to establish - if any clever bods had worked out a way to deal with it outside of re-working formulae but I see there isn't apart from exactly - colleagues need to upgrade. I find XLOOKUP so much simpler for me anyway than INDEX-MATCH. Which is the oldest Excel version that supports XLOOKUP?

  11. #11
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2407 (Windows 11 23H2 64-bit)
    Posts
    83,221

    Re: XLOOKUP in older (non Office 365) Excel versions

    It's only in the 365 model: https://support.microsoft.com/en-us/...9-88eae8bf5929

    Administrative Note:

    Please don't quote whole posts, especially when you are responding to the one immediately preceding your own - it's just clutter. It's OK to quote if you are responding to a post out of sequence, but limit quoted content to a few relevant lines that makes clear to whom and what you are responding. Thanks!

    For normal conversational replies, try using the QUICK REPLY box below or the REPLY button instead of REPLY WITH QUOTE.

  12. #12
    Registered User
    Join Date
    04-19-2020
    Location
    London, England
    MS-Off Ver
    2007/2016/MS 365
    Posts
    57

    Re: XLOOKUP in older (non Office 365) Excel versions

    Ok, thanks AliGW for clarification about 365 - I did not know that. Also noted re: quotes. Resolved. Thanks all!

  13. #13
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2407 (Windows 11 23H2 64-bit)
    Posts
    83,221

    Re: XLOOKUP in older (non Office 365) Excel versions

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

+ 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. MinIFS() for older versions of excel help.
    By MarvinP in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 08-31-2020, 01:09 AM
  2. [SOLVED] Sort problem with older versions of excel
    By scrabtree23 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-14-2020, 03:55 PM
  3. Change in Behavior from older versions to Office 365
    By hrlngrv in forum The Water Cooler
    Replies: 0
    Last Post: 02-04-2020, 08:23 PM
  4. Simulating conditions of older Excel versions
    By chengafni in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-29-2016, 10:21 AM
  5. Drop-down lists in older versions of Excel
    By nclark52 in forum Excel General
    Replies: 1
    Last Post: 09-29-2015, 05:52 PM
  6. [SOLVED] Using Older versions of ms excel with 2003
    By BassJay in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-18-2005, 02:05 PM
  7. Older versions of Excel
    By Jaygirl44 in forum Excel General
    Replies: 0
    Last Post: 05-13-2005, 06:21 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