A short time ago, I indulged and allowed myself to facilitate a workshop for paraeducators. What a wonderful experience that was, doing something I hadn’t done in a long time–how to training on spreadsheets. I’ve often reflected at the simple fact that “how-to” training is often unnecessary these days. . .many of us just watch a YouTube video and learn that way. Of course, teachers and those in K-12 education still have a profound need to learn how to do technology related tasks in a face to face environment.
![]() |
| Image Source: http://goo.gl/F8cAxG |
Often, though, we assume that since folks do have access to an abundance of online tutorials–printed tutorials, videos–that anyone who begins to create how-to resources must surely ask himself, “Should I do this if there’s already tons of stuff online via YouTube and WikiHow?“
The answer should be, “Yes, of course.” I have arrived at that answer through the pleasant experience of re-discovering how much fun preparing for a workshop can be. It may be that we have all the answers, but no one is asking the questions. With the Web, though, it’s so easy to share and realize that some may find your contribution worthwhile.
Below is a sample “real life” problem I am able to solve with spreadsheets. I had not played with this myself, having left those tasks to others. I hope you’ll find these resources helpful. Of course, they feature one or two of my work colleagues.
You can find the original online in the “real problems” section at my Spreadsheet Magic site. I don’t want to suggest that any of this is brilliantly original work…only that it’s my attempt at working through a few items and I hope you find it useful.
juan.guhlin@ecisd.net
=LEFT(C3,FIND(“@”,C3)-1)
=LEFT(D3,FIND(“.”,D3)-1
=RIGHT(B3,LEN(B3)-SEARCH(“.”,B3))
FirstName:=PROPER(LEFT(B3,FIND(“.”,B3)–1))
LastName:
=Proper(LEFT(D3,FIND(“.”,D3)-1)
=concatenate(C3,” “,D3)
=CONCATENATE(PROPER(LEFT(B3,FIND(“.”,B3)–1)),” “,PROPER(RIGHT(B3,LEN(B3)–SEARCH(“.”,B3))))
var _gaq = _gaq || []; _gaq.push([‘_setAccount’, ‘UA-3445626-5’]); _gaq.push([‘_setDomainName’, ‘mguhlin.org’]); _gaq.push([‘_trackPageview’]); (function() { var ga = document.createElement(‘script’); ga.type = ‘text/javascript’; ga.async = true; ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl’ : ‘http://www’) + ‘.google-analytics.com/ga.js’; var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(ga, s); })();
Discover more from Another Think Coming
Subscribe to get the latest posts sent to your email.



thanks. Great tips.
Wouldn't this be an easier formula syntax for separating elements of a string, thought?
http://www.techrepublic.com/article/save-time-by-using-excels-left-right-and-mid-string-functions/
thanks. Great tips.Wouldn't this be an easier formula syntax for separating elements of a string, thought?http://www.techrepublic.com/article/save-time-by-using-excels-left-right-and-mid-string-functions/