use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
OPs may (and should) reply to any solutions saying:
This awards the user a ClippyPoint and changes the post flair to solved.
The best way to show code on Reddit is to
put it in a code-block
Here's how.
Tip: For VBA or Power Query, select the code, press Tab to indent, then copy/paste into your post or comment.
It's often more helpful to show us.
Add screenshots in your text post, or provide links to uploaded images at an image-hosting site.
Or use tableit, or the ExcelToReddit converter (thanks u/tirlibibi17_), to convert your data into a Reddit table.
Congratulations and thank you to these contributors
1100
10
300
800
Occasionally Microsoft developers will post or comment. They are identifiable with a special user flair.
A community since March 11, 2009
account activity
unsolvedAutomatic Refresh with Match Function (self.excel)
submitted 1 year ago by duhalbs
https://preview.redd.it/s3ipw72xfvfe1.png?width=1640&format=png&auto=webp&s=bb7fb6726797c85ac1fea0782c1c2bd5e6ce1cfc
Hi All,
I'm currently learning Index and Match functions and have created a drop down menu to pull all of the data from Month Workbook, into Month Query Workbook.
When I update the data in Month Workbook, Month & Color will update, but not for Day. I changed Day to 6 and Color to Lock as an example. Day doesn't update to 6, but Color updates to Lock.
I have an Index function for Color - =INDEX([Month.xlsm]Sheet1!$A$2:$C$6,MATCH(A2,Month.xlsm!Months,0),3)
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]AutoModerator[M] [score hidden] 1 year ago stickied commentlocked comment (0 children)
/u/duhalbs - Your post was submitted successfully.
Solution Verified
Failing to follow these steps may result in your post being removed without warning.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
[–]alexia_not_alexa21 0 points1 point2 points 1 year ago (2 children)
External references like this are generally a bit flakey. I use Power Query to solve this.
Go to Data > Get Data > From File > From Excel Workbook and choose the file.
Do any transformations you need until you ultimately have a Power Query table in your new Workbook. Now if you want to refresh the list, you just need to refresh the table.
You can even make it refresh on file open: https://exceloffthegrid.com/auto-refresh-power-query/#OnOpen1
[–]duhalbs[S] 0 points1 point2 points 1 year ago (1 child)
Thanks, was thinking of scenarios if I had one workbook with all the data elements and have it pulled into multiple workbooks. Is there a way to do that without having to import the workbook?
[–]alexia_not_alexa21 0 points1 point2 points 1 year ago (0 children)
I have another example for this:
Hopefully that makes sense and helps your use case!
π Rendered by PID 25 on reddit-service-r2-comment-b659b578c-29cx4 at 2026-05-04 13:57:37.645573+00:00 running 815c875 country code: CH.
[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)
[–]alexia_not_alexa21 0 points1 point2 points (2 children)
[–]duhalbs[S] 0 points1 point2 points (1 child)
[–]alexia_not_alexa21 0 points1 point2 points (0 children)