Entries by

Excel: Importing data from an image

Recently, I’ve been getting mail that contains data that I need to get off of the paper and into Excel. Typing the data into Excel is one option. But I figured there must be better ways. In this video I show 2 ways to get data by taking a picture, then converting the text from […]

Power Query Challenge: Split by Multiple Delimiters | Merge All Columns

Iranian Dr. Excel posted a challenge on LinkedIn: How can you split columns when there are multiple delimiters? Ex: Joe+Lisa+Francine/Kathy Rita&Sal&Gene Samantha/Denise This was interesting for several reasons: 1. It’s very easy to do if you want a 1-and-done solution with just 3 delimiters. However, 2. If you want something truly dynamic, it involves solving […]

Excel NETWORKDAYS part 3: calculating custom weekends with Power Query

In the previous 2 videos we’ve looked at calculating NETWORKDAYS and days off that aren’t just Saturday and Sunday. Thanks for Bill Szysz, Wayne Edmondson, XLarium and others for leading a lively discussion and offering really cool formula-based solutions. (The conversation is on this video: https://youtu.be/njC1AvEU3fg) In this video I show you something I learned […]

Power Query: Handling Percentages & Percent Totals

(NOTE: This replaces a previous video that had audio problems.) Calculating percentages in Power Query is not as easy as it is in native Excel. – First, when using the interface to calculate values in 2 different columns, you have to select the columns in the right order. – Second, If you have a column […]

Power Query: Handling Percentages & Percent Totals

Calculating percentages in Power Query is not as easy as it is in native Excel. – First, when using the interface to calculate values in 2 different columns, you have to select the columns in the right order. – Second, If you have a column of amounts and want to get each entry’s percentage of […]

Identify 2 partial strings of data in 1 cell | Text.Contains | Cross Join | Power Query

Someone asked about identifying more than 1 partial string of text in a cell. Hmmm … interesting. Well, we go back to our old friends Cross-Join and Text.Combine in Power Query to help us out. Download the workbook: https://datascopic.net/2Strings #Text.Combine #CrossJoin #PartialText For a list of my Excel courses at Lynda/LinkedIn: https://www.linkedin.com/learning/instructors/oz-du-soleil There are courses […]