Grocery List Error

Mchllwoods

New Member
Joined
Feb 15, 2019
Messages
17
I posted this problem a couple months before and I thought I had it figured out but now I have a new problem. I recently upgraded my computer to Windows 10 so now I have Microsoft Office 365. In my wishlist sheet some of my items are blank when I know I have them listed in my stores sheet. For some reason, Excel can't find it. I've reworded some items but still no luck. I even made the department column in wishlist sheet text and eliminate extra items I don't need in stores sheet to ensure it would be found through the aggregate function but still...

Can someone please tell me what I'm doing wrong? Thanks!!!:)

https://www.dropbox.com/s/8pl3xfu4p84swok/MyGroceryList.xlsx?dl=0
https://d.docs.live.net/9113a0b1788d6431/Personal Finance/MyGroceryList.xlsx
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Try adding these 2 extra sets of parentheses
=IF(AGGREGATE(15,6,(ROW(st_items)-ROW(tbl_stores[#Headers]))/(ISNUMBER(SEARCH("*"&$A3&"*",st_items))*(st_department=$E3)),1)=0,"",INDEX(INDIRECT("st_"&D$2),AGGREGATE(15,6,(ROW(st_items)-ROW(tbl_stores[#Headers]))/(ISNUMBER(SEARCH("*"&$A3&"*",st_items))*(st_department=$E3)),1)))
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,534
Messages
6,120,084
Members
448,943
Latest member
sharmarick

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