I must be making a silly mistake or be completely wrong - any help is appreciated. I'm fairly new at this, but learning.
I have a sheet that is largely based on submissions from a form, with additional columns to pull in information from other sheets. I have similarly used Index/match on other sheets, I believe in the same way, but it worked in those examples.
In this case, I have 4 columns that I am trying to pull in names from another sheet, based on matching the store #. When I get the results from my formula (below), it seems that I get the correct information for stores with a 3-digit number, but not ones that have a 4-digit number. Based on different actions I tried, I would either get the results of the first row or an #No Match.
The reference sheet that has the store list, which I will copy/replace periodically into this sheet to keep up-to-date, pastes the store # as '0001. I am not sure if that has something to do with my error or not. Also, the main sheet's column with store numbers is a dropdown that ideally I want to be restricted to particular options (for the form). Those numbers seem to be in text format as well, as I was fiddling with validating the value types to see if that had anything to do with my problem. Once I figure this out, I would like to make sure that I can make it a formula column, so that is applied each time a form is submitted.
=INDEX({SIM - Raw Data Export - Region Name}, MATCH([Current Location #]@row, {SIM - Raw Data Export - Store Number - reformatted}), 0)
I have tried helper columns converting from text to value, using the "right" function to see if I needed work around the apostrophe before the number (if that even matters), sorting, moving columns, and anything else I have been able to think of.