I hate saying it after every video you do, but you sir are a genius
@ExcelOffTheGridАй бұрын
I'm just sharing what I know or discover. So if that makes me a genius then I'll take it. 😁
@bonmonilАй бұрын
briliiant trick, I broke my head trying to find a similar solution, this is far more simple it actually works 😀
@ExcelOffTheGridАй бұрын
Yes, it can be tricky to get your head around. Hopefully this method will work for you.
@spilledgraphicsАй бұрын
Woah! Excel never ceases to amaze! this will come handy Mark, thank you!
@ExcelOffTheGridАй бұрын
Thanks Carlos - I’m sure that’s a technique you could implement for your chart interactivity.
@kndeepakАй бұрын
Brilliant!!! Did not know about the zero width character usage!!
@ExcelOffTheGridАй бұрын
Zero width space is quite useful for forcing sort orders in various places. So go explore and see what else you can use it for.
@Neel-m4tАй бұрын
Great tutorial! No match! Thank you so much!
@ExcelOffTheGridАй бұрын
Thank you so much, I’m glad you liked it.
@MrrrrTonyАй бұрын
This is a great video indeed! Thank you!
@ExcelOffTheGridАй бұрын
Thank you, I hope you can put the technique to good use.
@Back1PlyАй бұрын
Thanks, also this Zero width space can be used for months names first charter (that are sorted) (i.e J,F,M,A..), this "zero width" also works in power bi.
@ExcelOffTheGridАй бұрын
Yes, lots of use cases. I use this technique in Power BI all the time. It’s great for forcing the sort order in P&L and Balance Sheet reports.
@kebincuiАй бұрын
Very creative and excellent as always❤❤ Thanks Mark 👍👍
@ExcelOffTheGridАй бұрын
Thanks Kebin. 😁
@davidcchambersАй бұрын
Quite brilliant. Thanks for sharing an elegant solution to a vexing problem.
@ExcelOffTheGridАй бұрын
Glad it was helpful! I hope you can put it to good use.
@chrism9037Ай бұрын
Great video Mark, very useful!
@ExcelOffTheGridАй бұрын
Thanks Chris, I’m glad you liked it.
@ankursharma6157Ай бұрын
Another Interesting Video . . Thank You Very, Very Much Mark! Best Wishes!
@ExcelOffTheGridАй бұрын
You’re welcome. I’m glad you enjoyed it.
@SanjuShresthaSsanjyАй бұрын
Great trick indeed. I used to add serial number before my list and lookup to sort in my own order.
@ExcelOffTheGridАй бұрын
Ultimately this is the same technique, but using invisible characters, rather than numbers.
@GrainneDuggan_ExcelАй бұрын
Mark Proctor, you are just scary smart! 🧠
@ExcelOffTheGridАй бұрын
Is it smart to spend huge amounts of time in Excel? Probably not. 😂
@GrainneDuggan_ExcelАй бұрын
@ExcelOffTheGrid there is a wise-guy in every crowd
@samsergiesam388Ай бұрын
Brilliant! Tip to simplify your Sort-Formula: remove “Rows(TableName)-” and sort the slicer in descending order.
@ExcelOffTheGridАй бұрын
100% agree about the easier formula. Conceptually, it's difficult not to think of "ascending" as being the order we want. So, I purposefully made that decision to force it that way.
@rajeshmajumdar4999Ай бұрын
Thank you so much. 😊 Such a wonderful Trick! 🎩✨
@ExcelOffTheGridАй бұрын
You are welcome, I hope you can put it to good use 😁
@davidferrickАй бұрын
Brilliant.
@ExcelOffTheGridАй бұрын
Thank you. 😁
@DataVisualisationАй бұрын
Perfect solution, as ever! I can't test it with a MAC, but I believe you. 😊
@ExcelOffTheGridАй бұрын
To be honest, I don't have a mac either. But... it should work... 😬
@cric8482Ай бұрын
So clever ! Thanks
@ExcelOffTheGridАй бұрын
Glad you liked it! 😁
@josh_excelАй бұрын
Good solution
@ExcelOffTheGridАй бұрын
Thank you, I appreciate that.
@stanTrXАй бұрын
Genius
@ExcelOffTheGridАй бұрын
Thanks. 😁
@ExcelOffTheGridАй бұрын
★ Get the example file ★ Sign up for our free Insiders program and get the example file: exceloffthegrid.com/insiders-signup/ File Reference for this video: 0235 Sort slicers.zip
@lvtutorials3039Ай бұрын
Awesome
@ExcelOffTheGridАй бұрын
Thank you.
@GeertDelmulleАй бұрын
This is exactly the same method that Goodly (Chandeep) demonstrated a while ago for sorting the names of the months in chronological order in PQ-M. The issue is that you can’t use that column to match/join/lookup/connect with other tables based on the month names unless those tables got the same treatment. This could be frustrating if one doesn’t know these details (and you can’t see why it doesn’t work - by design!). Therefore, columns like these should be used for presentation purposes only - where they work excellently. :-) Just a friendly warning.
@ExcelOffTheGridАй бұрын
100% Presentation only. To use this for actual data would be a very bad idea. If there were a way to do this without adding presentational information to data tables that would be great. But sometimes that is the only way. I should have known that Chandeep would have a video, he's always 1 step ahead of me 😂
@williamarthur4801Ай бұрын
Really good methods, I still find the sorting something I have to think about as far as how it sorts ie "aza" and "aaz" , etc. I remember Chandeep did really good vid on sort order using a similar method but then found an error. is there any advantage in Unicode 8203 orver CHAR ( 10 , I know there is 32 but that skews things, I guess 8203 better. Now my head hurts.
@ExcelOffTheGridАй бұрын
CHAR(10) and CHAR(32) both occupy visible space, they are printed characters. While UNICHAR(8203) should be invisible to the eye as it is a non-printed character.
@henryg5735Ай бұрын
Ingeneous! My slicer problem is different. Say I have data of invoices and a column with account codes 1-100. I want a slicer that has a "button" for 1-50 and another for 51-100. Can this be done? Actually, a helper column should do it, but any other solutions?
@ExcelOffTheGridАй бұрын
Helper column is the only was I can think of. So, I think you’re in the right track.
@goldylockАй бұрын
What if i want NECSW/ CNESW, just play around with the number is it?
@ExcelOffTheGridАй бұрын
Pretty much. You can change the order of the items in table to match any order you could want.
@SimplyDigitalLKАй бұрын
Wow.. awesome. Thats one of the most unexpected solutions. I knew about custom list and data model solutions, but never ever heard of this one and its possible also in PQ. trully awesome! Im pretty sure this one become my go to next time i will need sort slicers.. and honestly - i do need that a lot! I still dont know why we dont have in build solution in excel :(
@ExcelOffTheGridАй бұрын
I hope you can put it to good use. It takes a bit of thought the first few times, but after that should be do-able quite quickly.
@SimplyDigitalLKАй бұрын
@@ExcelOffTheGrid Well, didnt take that long and i tried for the first time :) worked fine, i just replaced part of that logic with another column and numbers and then xlookup for it. It give me a bit more clarity of how it works.