Hello,
I created an excel document that automatically pulls data from a few different sources. For one of these sources, I simply paste the new data in, and the columns to the right of the data with all the formulas pulls the appropriate information. However, I originally created the formula to pull 159 rows in the match index. I tried to update this amount to 700, and I am getting a 0. In fact, when I change these values to be less than 159, I now get a 0. I'm not sure how this function works with the document and why it wont just pull the information I need. Here is the formula:
=IFERROR(INDEX($D$2:$D$159, MATCH(0, COUNTIF($AD$1:AD1,$D$2:$D$159), 0)), "")
The information in column D is what I want. Within Column D are several values that are the exact same, and I'm attempting to only pull the unique values from the list. Let me be clear, this formula currently works, but it doesn't work if I try to increase the amount of rows it checks. I know I can simply do a workaround by copying these values and using conditional formatting, use this formula: =COUNTIF($B$3:B3,B3)>1 Then just simply remove the duplicate values and copy and paste the list where I need it, but I would rather not have to do that every time, as I would also have to do it for another Index, Match, Countif Function on the spreadsheet. I'm open to not using and Index, Match formula as well. It seems problematic. Please Help!
Bookmarks