Forum Discussion
Excel formulas not working from PC to MAC
- Aug 07, 2021
Thanks. the workbook uses the XLOOKUP function that is only available in Excel in recent versions of Microsoft 365. On a Mac or PC with Excel 2019 or earlier, XLOOKUP does not exist, so the formulas return #NAME!
In the attached version, I have replaced the XLOOKUP formulas with a version that uses VLOOKUP. That should work in all versions of Excel.
You didn't attach anything...
Hi Hans,
Sorry to bother you again with my excel issues. My boss had me upgrade microsoft/excel on my computer with the most current versions to address XLOOKUP formula issues. I thought running the reports today would have been simple. Instead I am running into formula challenges again but they are not consistent. On some of the reports they work 100% of the time, other reports some of the time and then none and I am using the same template! Can you please take a look at the attachments when you have a chance. Thank you. Nicole
- HansVogelaarAug 11, 2021MVP
I'm confused - why did you post 3 replies with attachments?
And where exactly is the problem?
- Nicole1243Aug 11, 2021Copper ContributorHi. The first two replies showed they were being sent to me not you which is why there were so many. Apologies. For all attachments please refer to Sheet1 which is where the formulas are located. The other sheets contain inputs that I pull from different sources. If you look at the Alchimie spreadsheet, for example, Sheet1 is not calculating formulas for columns C, E,F but is working for other columns containing formulas.
- HansVogelaarAug 11, 2021MVP
Column F contains
=XLOOKUP(A2,Sheet2!A:A,Sheet2!H:H)/14
That should be
=XLOOKUP(A2,Sheet2!B:B,Sheet2!H:H)/14
since you're looking up the Child ASIN.