Index Match not automatically updating?
Our take
This is the first time I've encountered this issue. I am using index match in one workbook to search the values/data in another workbook.
I noticed that if I update the source workbook, the other workbook doesn't automatically update with the new values.
I have to go to the table/column with the index/match formula and click enter. Once I click enter, it'll ask me to search for the source file. I can either click on the source file or I can click cancel and the index/match will automatically update.
There's no other pop up asking me for permissions or allow anything, so I am not sure what I should do so that this would allow for it to automatically update without having to go back and do this process every time.
[link] [comments]
Read on the original site
Open the publisher's page for the full experience
Related Articles
- Vlookup / Index disappearingApologies if I'm asking a really dumb question, I am somewhat new to excel. I'm having a problem with a macro-enabled workbook. I have tried both Index and Vlookup, but both formulas just disappear and only leave behind the last value they found. Attached is a massively simplified (and ugly) version of what the spreadsheet is supposed to do. The issue I'm having is that every time I add anything new into the empty slots of column B, Vlookup completely disappears from the cell it's in and just leaves behind "Item B" or whatever the last value it searched for was. Is this supposed to work this way? I also tried Index, and the result was the same. I don't know how to figure this out without manually re-writing the formula every time the list of items changes, which is a huge pain. Thanks for any help. https://preview.redd.it/ceyghyu6t0rg1.png?width=627&format=png&auto=webp&s=1e0a247397d39b1a050841f1ada44b14b8d5fae8 submitted by /u/allegedlyautistic [link] [comments]
- Hash operators within Index/MatchIntermediate-Advanced user on (Office 365 - Windows 11). My workbook is mostly developed in Excel desktop, and the live co-authored workbook is hosted on SharePoint. I have an issue running hash-operators within an INDEX/MATCH formula. The resulting value does not align with the formula evaluation conclusion. As a hypothetical example about what's happening: Col A contains a spilled array listing unique identifiers, Col B and Col C contain spilled arrays of data, and Col D contains an Index/Match formula. The formula is rooted in Cell D2, and spills down equal with the other columns (preceding it with [ =IF(B2#="","", ] forces it to spill). The formula finds the value of Col A based on the always-unique permutations resulting from searching B2# and C2# together. In this example: D2 should find A6, D3 should find A5, and D4 should find A7. However, all results mirror the first answer. I.e. D2, D3, and D4, all point to A6. There are no formula errors, and the formula evaluator shows everything working properly. For example, evaluation of D3 (even though it is spilled) shows that it processes perfectly, beginning to end. D3 evaluation concludes by correctly identifying the A5 value. However, the output on the sheet shows the A6 value, directly conflicting with the formula evaluator. Any insights would be greatly appreciated. submitted by /u/Surge_x [link] [comments]