628 – Text handling in Excel

Excel logoAnyone who has delved into writing formulæ in Excel will probably have had to manipulate strings of text at some point, possibly to clean up formatting or to convert what Excel thinks is a simple block of text into more meaningful data that we know it to be, like a number or a date.

There are simple ways of bulk handling text without resorting to writing a formula – copy all the names from the To: line in an Outlook email, for example: paste into a new spreadsheet and you’ll end up with pasting email addresses into Excela single line of text containing all of the display names and email addresses in one cell, which you may want to split up, to be of much use.

Text to ColumnsSeparate the text into multiple columns by selecting the first cell, then go to the Data tab and look for Text to Columns, which presents a fairly powerful if somewhat old-fashioned looking dialog box, to step through fixing up your text.

In the example above, we have a “;” separating – or “delimiting” – each address, so clip_image008we’ll use that to split the text across multiple columns.

Transpose Paste SpecialSince we might want to create a table of names / addresses, select the cells spread across the columns, copy or cut them to the clipboard, then on a new line below, right-click and look for the Transpose option under Paste Special. Once that’s done, feel free to delete the original top row, or clear the contents of the first cell as we might come back to that row to add column names later.

There is some other cleaning up to do with this text, though; the Text-to-Columns function chopped everything at the “;” but there’s a space which follows the semicolon, so all the Display Names after the first one have a leading space. We could repeat the Text-to-Column feature on the selection again, but use a Space as delimiter now – Preview Text to Columnsunfortunately that would mangle the display names into multiple columns, and if we had a smattering of users with middle names or 3 or 4 part names common in many countries, it could make things look even worse.

Use custom delimiterUsing the leading “<” of the email address as the delimiter is probably simplest, as it will separate the name(s) and email addresses out, though it does still give us a few tidying-up challenges, as there are spaces we don’t want and a trailing “>” at the end of every email address.

In cases like this, it’s easier to use a formula to clean things up – the Trim function being a good place to start; it removes both trailing and leading spaces in string, so the name can be fixed up into a new column.

Since we know the email address has one errant character – that trailing “>” – left behind from the earlier text-to-column operation, there are a variety of ways to strip it off. There’s theclip_image016 =LEFT() function, which keeps the left-most (n) characters of a string – so by combing the LEN function and knocking off a single character, we can chop the final character off.

After all this palaver, you might be thinking that some of this clip_image018chopping around and formulaic string-handling can get a bit confusing as you start to nest operations within each other. Luckily, the Excel team has released some powerful new text-handling functions to try to simplify things a little:

  • TEXTBEFORE – Returns text that’s before delimiting characters 
  • TEXTAFTER – Returns text that’s after delimiting character 
  • TEXTSPLIT – Splits text into rows or columns using delimiters 

TEXTSPLIT functionSo, using TEXTSPLIT on our original pasted text from the email, using “<” as the delimiter for the columns and “>; “ as the marker for the end of each row, gives us a near perfect solution – the only clanger being the trailing “>” on the last address.

You could use another formula to find and strip out any left-over characters like that, or just manually delete the last “>” off the original line you pasted in.

You decide.

627 – Sleeping as Edge hits the ton

clip_image002Ever since Microsoft switched the Edge browser from its own page rendering technology to instead use the open-source Chromium, it benefits from regular rolling updates and the version number keeps increasing to match. If you use Edge already, you can see what release you have by going to the “…” menu > Help and Feedback > About Microsoft Edge or paste edge://settings/help into the address bar.

The release number ticked over from 99 to 100 recently, causing a few legacy websites to fall over: when you visit any site, your browser’s User Agent String identifies to the web server what type of client it’s dealing with, including the version number (so the server can modify the page to suit the client, if necessary).

In Shades of Y2K, a few sites balked at a browser showing up with a 3-digit number – if you have problems with any, you could make Edge stick to telling sites it’s running v99 – go to edge://flags/#force-major-version-to-minor on the address bar. Mozilla – creators of the Firefox browser which also uses Chromium – tracked known issues in sites and which ones have been fixed.

As well as taking whatever goodies come from the evolution of Chromium, the Edge development team can devote more of their time building stuff with a view to making Edge better than other browsers.

clip_image004One feature which made it into Edge a while back is sleeping tabs; meaning open tabs you haven’t used it for a while can be put into an inactive mode and consume less memory, CPU and ultimately, power.

Look in Task Manager (CTRL+SHIFT+ESC) and you’ll likely see lots of entries underneath the Edge application; some are processes in support of the overall app, Extensions and the like, but you’ll also see each Tab appear separately. If you think Edge is running amok, it’s worth looking here to see if some specific site is chewing up CPU and consuming lots of memory.

clip_image006Tab sleeping has been updated and given extra capabilities to manage tabs which are inter-connected, reckoned to mean that 8% more tabs will be put to sleep. When a tab is dozing, it typically saves 99% of CPU and 85% of memory compared to when running.

Other updates which came into v100 include some changes to handling of PDF files and some tweaks to policy-based control and other improvements to the way the browser works.

The Performance view on sleeping tabs Is rolling out now; if you don’t see it in Settings, then sit tight, or try visiting the Edge Insiders site and install one of the test versions, either Canary (daily updates – not really recommended for the average user), Dev or Beta; pre-release and stable versions of the browser can be run side-by-side so there’s low risk in having both on your machine.

For more information on browser evollution, keep an eye on the release notes for the Beta channel and watch the release schedule for when to expect further browser updates. There’s a feature tracker too, to see what’s in development and learn what’s coming, and summary news is regularly shared via the What’s New blog.

626 – Android Link

clip_image002Leaving aside dewy-eyed recollections of Windows Phone, Android and iOS mirror Windows and MacOS in many ways – the latter being more closed and single-supplier while the former is relatively open and available from a large number of providers. Android has a far larger market share than iOS, even if the cognoscenti seem to flock to the Apple device.

Microsoft has made great strides in the Satya Nadella era to embrace other ecosystems, from releasing Office apps for iOS to wide support of Android to emulate some of the best bits of Windows Phone.

clip_image004One way of making your Android device more integrated to your Windows PC has just been refreshed and renamed – Phone Link.

Previously known as Your Phone, this app lets you access a variety of features of your phone from your PC; from reading and sending SMS messages and working with photos easily, to making and taking calls using your PC as a headset to the phone.

clip_image006The UI has been updated to follow Windows 11 design, the app is easy to set up and activate – head to aka.ms/phonelink.

There are some things you can’t easily do with Phone Link, though – while it will mirror notifications you receive on the phone, it doesn’t necessarily allow you to interact with the app that generated them (eg a notification from Twitter won’t let you open the Twitter app to view the full thing). It does allow you to clear notifications though, so if you’re the type with loads of unacknowledged notification badges on your phone, this could be a good way to get rid of them.

While on the topic of mirroring, it is also possible to use WhatsApp on your PC – so you can type messages and paste photos etc into WhatsApp messages, without dealing with the vagaries of autocorrect on the phone.

625 – Journaling now and then

Compaq Tablet PCMemoirs and autobiographies are the top selling non-fiction books for good reason, as people like to recall past events through the words and thoughts of someone who was there, in the room or even in the driving seat. World leaders who write their tell-all book on what happened 20+ years ago, better have great memories or perhaps a trove of notes and diary entries from the time. If they are fans of journaling, they would have of-the-moment musings, written down to help clear their minds at the time – on committing thoughts to her diary, Anne Frank wrote, “I can shake off everything as I write; my sorrows disappear, my courage is reborn.”

Turning to technology and looking back to relatively near-term history brings up all kinds of product that was ahead of its time or was ultimately overtaken by other developments that nobody saw coming. Sometimes, the perfect blend of genius, timing, execution and luck combines and creates a durable and wildly successful category – like the Smartphone and the plethora of services and apps that were created.

Inversely, one of those tech innovations that was just a bit ahead of its time was the Tablet PC; a fully-functional Windows PC that was blessed with a pen and touch screen so you could take notes by hand just like on paper, yet by flipping it around it could be used to run Office apps and all the other stuff you’d need a PC for, 20 years ago.

Windows Journal appIn hindsight, the idea of the Tablet PC was 10-15 years ahead of the technology that was needed to really make it work – the pen and screen digitizer were a bit too low-res; the processing power and memory was not up to the mark of providing the kind of user experience that the vision hoped for. The battery life was too poor while the whole thing was too heavy. Nowadays, with devices like the Surface Go and the iPad Pro, the reality is much closer – even if the dream of writing meeting notes by hand has been made somewhat obsolete by transcription and the fact that fewer people use a pen to write any more.

One new app that was built for the Tablet PC to take advantage of its pen, was Windows Journal, a relatively simple yet effective note-taking app, with surprisingly good handwriting recognition built in.

To read more from someone who was in the room – figuratively and, at times, literally – around the time of Tablet PC, the Journal software and the Office app originally called Scribbler which went on to become OneNote, check out Steven Sinofsky’s Hardcore Software post. It’s a fairly long but fascinating read.

Using pen and paper for taking meeting notes might be less popular now, but many of us will still jot down reminders or lists on Post-it notes, perhaps doodling on paper to help creativity and flow. If you have a pen-capable computer now, the newly released Microsoft Journal app is worth a look.


Billed as an app for digital ink enthusiasts, this new Journal presents a modern take on the original Windows Journal idea – an infinitely scrollable canvas for jotting down anything, though with AI capabilities in the app providing quiet yet powerful functionality. Journal started as a research project (from the “Garage”), but has now graduated into a fully-fledged, supported app. Read more about it here.

Microsoft Journal appMaybe time to take a leaf from erstwhile storyteller Steve Clayton’s Friday Thing, and spend a few minutes every day handwriting a journal. Now where did I put that pen?

624 – Present in Teams, like a Boss

Present in TeamsEven after 2 years of mostly enforced remote meetings, it’s still amazing how many people have yet to master some of the basics of online meetings – like management of the mute button and general audio interference, positioning of screen/camera so you’re not looking up their nose or side of their face, professing to having bandwidth issues as the reason for not enabling video, and many more. One “room for improvement” function is that of presenting PowerPoint slides and not looking like an idiot.

Meet Now buttonFirstly, have a practice with Teams if you’re not sure how things are going to work out – just go to the Calendar tile and you’ll see a Meet now option in the top right; that creates a new instant meeting in which you can play.

Don’t share your screen to present slides in PowerPresent in Teams bannerPoint (unless you really insist). Instead, save your PowerPoint to OneDrive for Business or SharePoint, and you’ll see a Present in Teams button in the top right, or a larger button on the Slide Show tab.

Choosing this opens up a Presenter View akin to the one in PowerPoint, which is the default if you have multiple monitors and you start a Slide Show. This view lets you see Speaker Notes, jump quickly to specific slides rather than paging through them, and be more interactive with the meeting than you could ever be if you were simply sharing a screen showing a PowerPoint slide on your computer.

Show People or Chat panesPerhaps the most useful aspect of this mode in Teams is that you can still show the Chat or People pane to the side of the window – allowing you to keep an eye on attendees who might have their hands raised, or who ask questions in the meeting chat.

Presenter View

Lock content to current slideThere are some other controls of note – the eye icon  lets you decide if attendees can flick through your slides or whether you want to lock them to seeing only the slide you’re currently presenting. Useful if you have a Big Reveal coming at the end.

Next to that icon, there are some others which define the presenter mode – Content Only on the left, shows just the slide you want. Next to that is Standout, which takes your video and overlays it onto the slide rather than having it appear as one of the surrounding galleryStandout mode of other attendees. And next to that is a new preview PowerPoint feature called Cameo, which integrates with the Teams Client.

A downside of the Standout mode is that you don’t get to control where your image goes on screen, or how big it is – so you might well obliterate some part of the content you’re presenting. This new feature gives you a way to solve that.

Cameo button

In PowerPoint, go to the Insert tab and on each slide add a Cameo (or a Camera as the object it creates is described in some controls), then place and size it as you want.

If you select the new object, the Camera tab will give you more customization options.

Cameo Mode in useUse the Camera Styles gallery to pick from a shape and border/shadow combination, though the Camera Shape menu offers other variants to enhance your impact.

You will need to add a Cameo to every slide you want to show up on – potentially useful if you want to only appear for intros and Q&A but perhaps leave the content on its own for other parts.

Camera optionsSince each slide has its own Camera object, they can be of different shapes and you can even use the groovy Morph animation effect to transition too.

Laser pointer and ink controlsWhile in Presenter view, try using a “laser pointer” to temporarily show traces around something on your slide, with mouse or Surface pen to control it. There is a pen or highlighter to make more durable Ink markups, and if you double-click/tap each icon, you can set options like size, colour, adding arrow tips etc.

Hide presenter viewOne downside of the Presenter View is that it shrinks the content on your own screen to the point of possibly making it difficult to read, especially if you’re showing the People or Chat pane as well – in fact, the content is only about 20% of your screen real estate.

Using Pop Out might help if you have a larger second screen connected, though chances are you’ll be using the camera on a laptop so ideally want to be looking at that display.

Since nobody really uses Speaker Notes anyway, you could try Hide presenter view, which means you’ll lose the slide thumbnails and speaker notes, but still keep the other controls. Go to the View control on the top left of the window and choose Full Screen to increase it even more.

For more details on using the new Cameo feature, see here – it is in preview which is rolling out through Office Insiders first so you may not see it right away. If you are presenting using simple app or desktop sharing rather than the PowerPoint Live model described above, there are some other options in how you appear alongside your content.

As well as launching the PowerPoint Live sharing from within PPT itself, you can choose to share recent presentations while in Teams – just scroll down past the various “share screen / app” options and you’ll see more. This topic was covered previously on ToW #576.