<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Earlier today I was doing something very boring &amp;amp; repetitive - taking a unique identifier, going to the URL specified by that ID, and copying a single piece of information.]]></title><description><![CDATA[<p>Earlier today I was doing something very boring &amp; repetitive - taking a unique identifier, going to the URL specified by that ID, and copying a single piece of information.  140 times.  </p><p>So I used a spreadsheet to simplify the steps, automatically track my progress, <em>and</em> create motivation for myself.</p><p><strong>Step 1: make the URL.</strong><br />The IDs were in column A.  In column B I used a formula to concatenate them into a URL.  In B2, the formula is <br />=concatenate("<a href="http://example.com/%22,a2" rel="nofollow noopener"><span>http://</span><span>example.com/",a2</span><span></span></a>)</p><p><strong>Step 2: Prevent risk of losing my place.</strong><br />I copied the URL from a cell, pasted it into my browser, copied the info I need, and pasted it back into the same cell.<br /><br />Voila: automatic tracking.</p><p><strong>Step 3: See how many I have left to do.</strong><br />In C2 I started with the formula <br />=if(isnumber(find("http",b2)),c3+1,"")<br />Or in other words once it's copied all the way down the column: if this row still has the url then the formula would show the total number of rows remaining.  Otherwise, it showed a blank cell.</p><p><strong>Step 4: Report on what I've already accomplished</strong><br />Watching the number in column C decrease wasn't really doing it for me, so I changed that formula to add a report on what I'd accomplished so far:<br />=IF(isnumber(find("http",B2)),C3+1,<strong>IF(isnumber(find("http",B3)),1-C3/140,"")</strong>)</p><p>That gave me 0.3429 for what I'd accomplished -- I was a bit over 1/3 of the way through.</p><p><strong>Step 5: Make it pretty</strong><br />Lastly I used conditional formatting to show all cells with a value &lt; 1 as a percentage, so 0.3429 became 34.29%, but the number of rows left still showed as plain integers.  I'm kinda proud of this because I never thought of it before.</p><p>(And yes, I did finish the task)</p>]]></description><link>https://board.circlewithadot.net/topic/7f4a3c0c-6d73-4be4-bae7-69594a63580f/earlier-today-i-was-doing-something-very-boring-amp-repetitive-taking-a-unique-identifier-going-to-the-url-specified-by-that-id-and-copying-a-single-piece-of-information.</link><generator>RSS for Node</generator><lastBuildDate>Thu, 09 Apr 2026 17:11:18 GMT</lastBuildDate><atom:link href="https://board.circlewithadot.net/topic/7f4a3c0c-6d73-4be4-bae7-69594a63580f.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 28 Jan 2026 02:58:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Earlier today I was doing something very boring &amp;amp; repetitive - taking a unique identifier, going to the URL specified by that ID, and copying a single piece of information. on Thu, 26 Mar 2026 19:35:13 GMT]]></title><description><![CDATA[<p><span><a href="https://fandom.garden/@pixin">@<span>pixin</span></a></span> I did exactly this when I changed Google accounts and needed to carry over my playlists.</p>]]></description><link>https://board.circlewithadot.net/post/https://mindly.social/users/AncTreat5358/statuses/116297152143914694</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://mindly.social/users/AncTreat5358/statuses/116297152143914694</guid><dc:creator><![CDATA[anctreat5358@mindly.social]]></dc:creator><pubDate>Thu, 26 Mar 2026 19:35:13 GMT</pubDate></item></channel></rss>