Every request that turned into something real, newest first. 21 so far.
Nothing here was on a roadmap. Someone asked for it on the requests board, it collected upvotes, and it got built.
Releases
Numbered releases, newest first. Each one is a batch of work that went live together.
v1.0.0
Newest first, and a board worth watching
The first numbered release. Everything before this shipped without a version, so older work is listed below by the month it landed.
+Guides now run newest first, with a hero image, reading time and a Read more on every card.
+Articles carry their real publish date instead of one hardcoded date for all of them.
+Article pages gained two side rails on wide screens: one premium ad slot, and a live leaderboard showing where you stand.
+The requests board says Upvote, states that the most-upvoted requests get built first, and prices the big ones in upvotes.
+This page. Finished requests no longer pile up in one unreadable column.
+What learners say now runs on its own, with the ratings people actually gave.
Straight from the requests board
Individual requests learners asked for and we built, by the month they landed.
September 2026
2 shipped
when i am doing pratice question then close it then again open then it will again start from the beggining
LogicExcel team
Fixed and live. You were right, and it turned out to be two bugs rather than one.
The lesson now reopens on the question you stopped at, with a note saying so and a Start over button if you would rather take it from the top.
The second one was worse and we would not have found it without your report. XP was only ever recorded for the FIRST question of a lesson if you answered everything correctly. A perfect run of a ten-question lesson paid 10 XP instead of 100, and getting an answer wrong was the only thing that unstuck it. That is also why reopening dropped you at the beginning: the site only ever remembered question one. Both are fixed.
Try it here: /practice/1
The attached file doesn't work in the pivot table exercises, so we can't use it. The same problem applies to other dashboard-like exercises. Furthermore , the SQL section has the same issue. If you fix these , the site will be perfect . I hope you will.
LogicExcel team
All attachments are now working, hope it helps.
·Asked Jun 21, 2026·16 upvotes
puedo agregar amigos?
LogicExcel team
Construido y en vivo. Abre /leaderboard y cambia a la pestana Amigos: ahi esta tu enlace de invitacion. Quien lo abra entra en tu lista y tu en la suya, sin solicitudes ni esperas. La tabla muestra solo a ustedes, ordenada por XP, con la racha de cada uno. Tus amigos ven exactamente lo que la tabla publica ya muestra de ti: nombre, XP y racha. Nada mas. Puedes quitar a alguien cuando quieras, y desapareces tambien de su lista. Gracias por pedirlo: era la idea abierta mas votada y por eso se construyo primero.
Shipped, and we should have said so at the time rather than moving the card and going quiet. The macros and VBA walkthrough is at /tutorials/excel-vba-macros. It is a written tutorial rather than an interactive exercise, because macros run in the Excel application and there is no in-browser grid that can record one honestly - we would rather teach it in the place it actually works than fake it here.
This one already exists, and the fact you had to ask for it is on us. Conditional Formatting is lesson 46: /practice/46. Ten screens against a real Starbucks location workbook you download and work in - Highlight Cell Rules for Less Than, Between, Equal To, Text That Contains and Duplicate Values, plus clearing rules from a sheet. Being honest about the gap: data bars, colour scales and icon sets are not covered yet. If those are what you were after, say so on the board and we will build them.
FILTER is lesson 88: /practice/88. Six screens - filtering one column, returning whole rows, a numeric condition, AND by multiplying two conditions, OR by adding them, and the fallback argument that avoids #CALC! when nothing matches. Your request sent us to read it, and it needed the visit: the first screen showed a wrong formula and then corrected itself mid-sentence, and the German version told you to water the results rather than spill them. Both rewritten and live.
I am not able to do several practice exercises, the interface does not allow me to do so. (SUM function, SUMIF & SUMIFS practice, Count Practice, VLOOKUP Practice, "LEN,LEFT,RIGHT,MID Practice", "MIN,MAX,LARGE,SMALL Practice".
LogicExcel team
Both halves of this are fixed. The exercises exist - SUMIFS is lesson 30 and SUMIFS Practice is lesson 61 - but you were right that several of them could not be completed at all. Those lessons loaded their data from an embedded third-party spreadsheet that had stopped being served, so the grid never appeared and there was nothing to compute against. The data is ours now and the lessons render a real grid with a working formula bar. Sorry it took a card being marked done with no explanation before anyone told you.
Marked done a while back with nothing written here, which is not much use to you - so, honestly: we are not certain which of two things you meant. If it was the Excel interface itself, the ribbon and tab basics are covered in the intro shortcut lessons starting at /practice/2. If it was our interface feeling stale, a lot has changed since July, including exercises that now run on our own data instead of an embed that had stopped loading. If neither is what you meant, open a new request with a line of detail and we will build the right thing.
Number formatting shortcuts not working properly ex. ctrl+alt+* or $ or + combinations.
LogicExcel team
Fixed. The number formatting shortcuts were wrong in the lesson data itself - the combinations taught were not the ones Excel actually uses - so following the lesson exactly could not work. They were corrected across the shortcut lessons, and Number Formatting Shortcuts is lesson 77: /practice/77. Mac variants are handled separately now too, and where a shortcut genuinely has no Mac equivalent the screen says so instead of marking you wrong.
Built and live: /practice/95, VLOOKUP with Multiple Criteria. It builds the key column with & so VLOOKUP has one column to search, then looks up on that key from typed text and from cells, and finishes with SUMIFS, which matches on both columns directly and is the better answer whenever the thing you want back is a number.
Built and live: /practice/93, Operators. Covers the comparison operators > < >= <>, & for joining text, operators inside quoted criteria, and "" as the empty-text test.
Built and live: /practice/93, Operators. Covers & for joining text, the comparison operators > < >= <>, using an operator inside a quoted criterion such as COUNTIF(C2:C6, ">50"), and "" as the test for a blank cell.
Built and live: /practice/94, Two-Way Lookup. It goes in order - MATCH down the rows, MATCH across the headers, INDEX with plain numbers, then both MATCHes nested inside INDEX, and finally the same formula reading its product and quarter from cells so it updates on its own.
None of the SQL tables are visible (Lessons 1-7) and the lessons 1-6 are out of order.
LogicExcel team
Both fixed and live, across all 23 SQL lessons rather than the first few. The sample tables were stored in a format nothing on the page decoded, so every "look at the table below" question pointed at an empty space - they render now. The ordering was a sorting bug: screens were sorted as text, so screen10 came straight after screen1. They run 1 to 10 in order now.
·Asked Aug 24, 2026·2 upvotes
Fix broken practice page.
Spreadsheet never loads on the following page: https://logicexcel.com/practice/60
LogicExcel team
Fixed and live. The spreadsheet on /practice/60 was an embedded OneDrive file, and that embed stopped being served - it now answers 403, which is why the frame never loaded. The lesson no longer depends on it: the trout data is hosted by us, in a real scrollable grid with a working formula bar, so you can type =SUMIF(B:B, "Westerlo", D:D) and see the result. Practices 55, 61 and 62 had the same fault and are fixed the same way. Lessons 56-59 use a second dataset we are still recovering, and they now say so on the page instead of showing a blank frame.
Power Query is a ribbon skill (no in-browser grid). Full walkthrough plus a 6-step Monday-export path: /tutorials/power-query. Refresh after the source file updates: Data → Refresh All or /tutorials/refresh-data-in-excel.