I have a weird problem I'm trying to auto populate to one sheet from another sheet and have run into a problem where it won't return the row number. I'm using a test function "=MATCH("durric",B:B,0)" on the sheet I'm trying to get the info from and looking directly at the matching string but the info that shows up is always #N/A. There are no duplicates and the column is even sorted(which doesn't help because I will need to index and match the info for the other sheet. I will also need to update this sheet and move around the data i'm searching through) if I take out 0 as the match type it will return the row# - 1 for this particular search and many others but some searches come up correct too. If I sort the sheet any other way all hell breaks loose. I've even tried pasting the data into a new sheet and the exact same thing happens. The data was copied over from a google sheet so I don't know if this is part of the problem either. I hope someone here will be able to point me in the right direction.
Bookmarks