Feb 17 2022 08:57 AM
Hi Any help at all please?
I have 2 computer with Microsoft Office. One has Business 2019 (at home) and the other is 365 (at work) On the new one I created an XL containing some unique formulas on Materials, picked from but from the Orders tab, however when I emailed it to myself and opened it on the newer one it messed the formulas and took me over a week to realize that they are not compatible!
I need to be able to use this on both machines. I've tried saving the XL in other versions like 97-2003,2010,2013 but there are so may incompatible errors flagging up it doesn't work, and then also it wont update my workbook to the latest version. I'm after either some help on a formula that will work on both versions. The current formula on the 365 works perfectly =
=UNIQUE(Orders!C2:C534) however on downloading to the other computer
{=UNIQUE(Orders!C2:C534)} or
=_xlfn.UNIQUE(Orders!C2:C534)
If I could have the same version on both, their wouldn't be an issue, however I can't do this, plus it will used by possible another locations, so it needs to suit all. I cannot imagine that anyone has an older version that 2019, so as long as it works on that or higher, then that's great.
Thank you!
Feb 17 2022 09:00 AM
Feb 17 2022 11:49 PM
Feb 18 2022 12:05 AM
@Zed69 My apologies! I misread your initial post and thought you were looking for a way to get the UNIQUE function working in older version.
Google for "alternative unique excel" and you'll find various sources that explain how to do it. You'll use a combination of IFERROR, INDEX, MATCH and COUNTIF,
Feb 18 2022 12:13 AM
@Zed69 Or perhaps a few pivot tables could help generate the unique lists for you. See attached.
Feb 18 2022 12:30 AM
Two formula examples attached. But, I don't think XL 2019 has dynamic array, so the formulas won't spill the results. Therefore, you have to copy them down the column until you get an error (or, use Iferror to display something different). I also converted Orders to use a structured table (as the table size changes, the formula range references don't need changed).
I don't know enough about power query to say for sure it's possible, but you might look around to see if this is something it could do?
Feb 18 2022 12:36 AM
@JMB17 Good point on PQ. Added it to your file. Not at all that difficult.
Feb 18 2022 12:48 AM