DirkDently
New Member
- Joined
- Aug 16, 2023
- Messages
- 3
- Office Version
- 365
- Platform
- Windows
- Web
Hi, first time poster. Appreciate this website so much!
I am created a workbook shared by others on Sharepoint. It is Excel 365. I used a formula (thanks to this website) to collect employee IDs from 3 different sheets from the same column on each, to only pull the unique records. Then other formulas in other cells pull names/pay, etc.. care of lookups. The Unique/Filterxml formula keeps breaking and reverting to "#value!". It works for a while, then I have to download a copy on to my computer, I click on the formula cell, as if to edit, back out, then suddenly it works again. It is so frustrating. I can't figure it out. I can't click into the cell and have the same result while it is in the Sharepoint browser mode. It only fixes if I download the copy, and do what I indicated, then I upload it again, it works for a while then same thing happens - repeat...
It is a live file, with people adding new employee IDs, but I made lots of room for this with the other lookups. I don't get it. It works when I add new IDs on my computer when I download the file. Help?
Here is the formula:
=UNIQUE(FILTERXML("<A><B>"&TEXTJOIN("</B><B>",TRUE,FOA!A3:A87,FOD!A3:A196,FAS!A4:A98)&"</B></A>","//B"))
It works perfectly on my computer, but again, it keeps breaking after it is online and other people seem to use it. They haven't touched any of my formulas, so I'm at a loss. Thanks for your help.
Best, DD
I am created a workbook shared by others on Sharepoint. It is Excel 365. I used a formula (thanks to this website) to collect employee IDs from 3 different sheets from the same column on each, to only pull the unique records. Then other formulas in other cells pull names/pay, etc.. care of lookups. The Unique/Filterxml formula keeps breaking and reverting to "#value!". It works for a while, then I have to download a copy on to my computer, I click on the formula cell, as if to edit, back out, then suddenly it works again. It is so frustrating. I can't figure it out. I can't click into the cell and have the same result while it is in the Sharepoint browser mode. It only fixes if I download the copy, and do what I indicated, then I upload it again, it works for a while then same thing happens - repeat...
It is a live file, with people adding new employee IDs, but I made lots of room for this with the other lookups. I don't get it. It works when I add new IDs on my computer when I download the file. Help?
Here is the formula:
=UNIQUE(FILTERXML("<A><B>"&TEXTJOIN("</B><B>",TRUE,FOA!A3:A87,FOD!A3:A196,FAS!A4:A98)&"</B></A>","//B"))
It works perfectly on my computer, but again, it keeps breaking after it is online and other people seem to use it. They haven't touched any of my formulas, so I'm at a loss. Thanks for your help.
Best, DD