Power Query: Check If Text Value is Alphabetic Only
Two simple ways to check if text contains only alphabetic characters in Power Query using a custom function or Text.Select with if-then-else.
Two simple ways to check if text contains only alphabetic characters in Power Query using a custom function or Text.Select with if-then-else.
No TEXTJOIN? No problem. Use a simple VBA function to concatenate Excel ranges and arrays with control over delimiters and empty cells.
Learn how to count Excel cells based on background color using simple VBA functions. Includes step-by-step instructions, code, and practical examples.
Improve Excel range evaluation using a custom VBA function to trim unused cells and optimize performance with whole-column references.
Create a free, spam-protected contact form for your static website (dedicated server is not required) using Cloudflare Pages, Workers, and Airtable.
Learn three ways to convert month names to numbers in Power Query using if-then-else, Date.FromText, or a custom mapping function.
Learn two methods for aggregating data from multiple tables based on selection criteria in Power Query, using Table.SelectRows and Table.NestedJoin.
Learn how to use Power Query to retrieve corresponding values based on date ranges, ideal for various time-based data transformations in Excel.
Learn how to convert UTC to Eastern Time in Power BI with a custom Power Query function that accounts for daylight saving time.
Handling decimal rounding in Java with BigDecimal to avoid round-off errors and ensure precise calculations for critical applications.
Learn how to display the last updated date for an Excel file in Power BI using Excel VBA or Power Query, with step-by-step instructions for both methods.
Learn how to define named values in Excel and create a reusable Power Query function to easily retrieve those named values in your queries.
Learn how to add JSON-LD structured data to your Astro website to enhance search engine understanding, improve visibility, and enable rich search results.
Step-by-step guide to create a dynamic timestamp displaying the latest semantic model refresh date in Power BI.
Learn how to install self-signed S/MIME certificates on iOS, enable encrypted email in the Mail app, and secure your digital communications.
Learn how to use Power BI what-if analysis and modeling parameters to create interactive reports and gain insight into how decisions affect outcomes.
The steps attempted to recover data from a failed microSD Card, what worked, what did not, and the important lessons learned.
Explore whether old floppy disks, like 3.5-inch and 8-inch, are truly secure for data storage. Learn about data recovery, obsolescence, and access challenges.
Discover how switching to Markdown simplified content creation, improved focus on writing, and enhanced portability over WordPress and Gutenberg.
Learn how to use VBA and regular expressions in Excel to easily parse substrings from cell values without complex formulas.