5 Ways to Find the Last Row in Excel VBA (and When Each One Fails)
Five ways to find the last used row in Excel VBA — End(xlUp), UsedRange, Find, CurrentRegion and ListObject — with the traps each one…
Read article →Excel formulas, unusual formula combinations, VBA, Power Query and dashboards — from basics to clever tricks.
Five ways to find the last used row in Excel VBA — End(xlUp), UsedRange, Find, CurrentRegion and ListObject — with the traps each one…
Read article →Step-by-step: enable SAP GUI Scripting, record a transaction, and run it from Excel VBA to export a report automatically.
Read article →Use LET to name parts of long formulas and LAMBDA to create reusable custom functions like CLEANTEXT or FYEAR — saved in Name Manager,…
Read article →Everything about looking up data in Excel in one place: exact and approximate matches, left lookups, two-way lookups, multiple criteria, last match, returning all…
Read article →Create a second dropdown that changes with the first — Category then Product, Country then City — using INDIRECT with named ranges or a…
Read article →Build pivot tables step by step: layout, value settings, Show Values As, grouping dates, slicers and timelines, calculated fields, distinct counts, GETPIVOTDATA, refresh tricks…
Read article →Three ways to remove duplicates in Excel — the Remove Duplicates button, the UNIQUE function and Advanced Filter — with when each is the…
Read article →Computers store numbers in binary, so 0.1 cannot be stored exactly. Why that makes 0.1+0.2 ≠ 0.3, how it shows up in Excel, Python…
Read article →A tested Excel VBA macro that sends personalised Outlook emails from a list — with attachments, CC, a preview mode and a log column.
Read article →Formatting a range as an Excel Table gives you auto-expanding formulas, readable references, slicers, totals and pivot sources that never miss new rows. Ten…
Read article →A cheat sheet of Excel date formulas: first and last day of the month, quarters, Indian financial year, working days, age, week numbers, adding…
Read article →Three ways to show charts inside cells — the REPT formula trick, conditional-formatting Data Bars and Sparklines — for compact dashboards that update automatically.
Read article →