What we shipped

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
  1. 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

    Asked Sep 5, 20261 upvotesPractise it now

August 2026

16 shipped
  1. Pivot tables

    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, 202616 upvotes
  2. 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.

    Asked Aug 25, 20263 upvotesPractise it now
  3. VBA macros

    LogicExcel team

    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.

    Asked Jul 21, 20264 upvotesPractise it now
  4. Conditional formatting

    LogicExcel team

    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.

    Asked Aug 25, 20262 upvotesPractise it now
  5. FILTER function

    LogicExcel team

    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.

    Asked Aug 25, 20262 upvotesPractise it now
  6. SUMIFS

    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.

    Asked Jul 23, 20262 upvotesPractise it now
  7. Refresh interface basics

    LogicExcel team

    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.

    Asked Jul 20, 20261 upvotesPractise it now
  8. Keyboard shortcuts

    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.

    Asked Jul 21, 20261 upvotesPractise it now
  9. VLOOKUP with multiple criteria

    LogicExcel team

    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.

    Asked Aug 17, 20261 upvotesPractise it now
  10. Operators and Uses

    Operators like "","<">" etc

    LogicExcel team

    Built and live: /practice/93, Operators. Covers the comparison operators > < >= <>, & for joining text, operators inside quoted criteria, and "" as the empty-text test.

    Asked Aug 18, 20261 upvotesPractise it now
  11. Operators Lik & ,"" etc

    LogicExcel team

    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.

    Asked Aug 18, 20261 upvotesPractise it now
  12. Two-way lookup (INDEX MATCH MATCH)

    I need to learn more like this

    LogicExcel team

    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.

    Asked Aug 18, 20262 upvotesPractise it now
  13. 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, 20262 upvotes
  14. 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.

    Asked Aug 24, 20262 upvotesPractise it now

July 2026

3 shipped
  1. Fix wrong keyboard shortcuts for text formatting lessons

    fix all the wrong keyboard shortcuts. this is a joke.

    LogicExcel team

    Done!

    Asked Jul 10, 20267 upvotes
  2. XLOOKUP

    LogicExcel team

    Thank you for your suggestion. We've added this function. Please see /practice/85

    Asked Jul 9, 20267 upvotesPractise it now
Ask for the next one