Index Formula doesn't work in Excel 2013 but worked in 365

ceecee88

Board Regular
Joined
Jun 30, 2022
Messages
59
Office Version
  1. 365
  2. 2013
Platform
  1. Windows
Need a little help please,
Why doesn't this work in Excel 2013? I have the same formula in 365 and it work fine, How do I adjust it for Excel 2013, please?
Basically if I typed in apple in Col B Sheet name New List (another sheet), Column D in this sheet should return all value with the word "Apple" (like example in Col E).

Thank you so much for your help.

Result from Excel 2013
1662030085088.png


Result from 365
1662030328313.png
 
not sure how to upload the sheet, sorry. I tried but can't upload the mini sheet.

just copy/paste your formula here.
oh, here it is. thank you!

=IFERROR(INDEX($B$1:$B$10,AGGREGATE(15,6,(ROW($B$1:$B$10)-ROW($B$1)+1)/ISNUMBER(SEARCH(IF(AND(MID(CELL("filename",'New List'!A1),FIND("]",CELL("filename",'New List'!A1))+1,255),CELL("col")=2),CELL("contents"),""),$B$1:$B$10)),ROWS($D$1:D1))),"")
 
Upvote 0

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
I got the mini sheet to work! Here it is.


Book2.xlsx
ABCDEF
1Apple Apple
2Banana Green Apple
3Green Apple Red Apple
4Red Apple 
5Coconut 
6Orange 
7 
8 
9 
10 
11 
Sheet1
Cell Formulas
RangeFormula
D1D1=IFERROR(INDEX($B$1:$B$10,AGGREGATE(15,6,(ROW($B$1:$B$10)-ROW($B$1)+1)/ISNUMBER(SEARCH(IF(AND(MID(CELL("filename",'New List'!A1),FIND("]",CELL("filename",'New List'!A1))+1,255),CELL("col")=2),CELL("contents"),""),$B$1:$B$10)),ROWS($D$1:D1))),"")
D2:D11D2=IFERROR(INDEX($B$1:$B$10,AGGREGATE(15,6,(ROW($B$1:$B$10)-ROW($B$1)+1)/ISNUMBER(SEARCH(IF(AND(MID(CELL("filename",'New List'!A2),FIND("]",CELL("filename",'New List'!A2))+1,255),CELL("col")=2),CELL("contents"),""),$B$1:$B$10)),ROWS($D$1:D2))),"")
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Upvote 0
A reminder:

Cross-posting (posting the same question in more than one forum) is not against our rules, but the method of doing so is covered by #13 of the Forum Rules.

Be sure to follow & read the link at the end of the rule too!

Cross posted at:

If you have posted the question at more places, please provide links to those as well.

If you do cross-post in the future and also provide links, then there shouldn’t be a problem.
 
Upvote 0

Forum statistics

Threads
1,214,619
Messages
6,120,550
Members
448,970
Latest member
kennimack

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top