<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Childrens Ministry Online &#187; Report</title>
	<atom:link href="http://childrensministryonline.com/tag/report/feed/" rel="self" type="application/rss+xml" />
	<link>http://childrensministryonline.com</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 18:13:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>I need help with a report</title>
		<link>http://childrensministryonline.com/resources/i-need-help-with-a-report/</link>
		<comments>http://childrensministryonline.com/resources/i-need-help-with-a-report/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 19:55:17 +0000</pubDate>
		<dc:creator>Kenny</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Children's Ministry]]></category>
		<category><![CDATA[Fellowship One]]></category>
		<category><![CDATA[Report]]></category>
		<category><![CDATA[Volunteers]]></category>

		<guid isPermaLink="false">http://childrensministryonline.com/?p=6905</guid>
		<description><![CDATA[Okay, I&#8217;m crowdsourcing a problem I&#8217;ve run into. I found the PERFECT volunteer report for Fellowship One. We check all of our volunteers in every Sunday. We keep up with our volunteers as well. If one drops out, we make their ministry assignment inactive. This way, I can run a report and pull up the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://childrensministryonline.com/wp-content/uploads/2010/08/Screen-shot-2010-08-30-at-2.34.46-PM.png"><img class="alignnone size-full wp-image-6907" title="Screen shot 2010-08-30 at 2.34.46 PM" src="http://childrensministryonline.com/wp-content/uploads/2010/08/Screen-shot-2010-08-30-at-2.34.46-PM.png" alt="" width="555" height="204" /></a>Okay, I&#8217;m crowdsourcing a problem I&#8217;ve run into. I found the PERFECT volunteer report for Fellowship One. We check all of our volunteers in every Sunday. We keep up with our volunteers as well. If one drops out, we make their ministry assignment inactive. This way, I can run a report and pull up the names of only those who are active. Likewise, I can pull the same report of those who are inactive to see who isn&#8217;t serving anymore.</p>
<p>As PERFECT as this report is, it&#8217;s got one little problem. Actually, it&#8217;s big enough to make it report frustrating. I&#8217;ve sent in a request to have this enhanced, but I&#8217;m hoping that someone out there can help me before I hear back from the fine folks at Fellowship Tech. So, I figure that one of three people could help me out. If you&#8217;re one of these three types of people, then read on. If you&#8217;re not, then feel free to move along unless this just sounds absolutely intriguing.</p>
<ul>
<li>You work for Fellowship Tech and you&#8217;d like to have mercy on me and pass my request to the front of the line to have it fixed before the end of the day. (Hey, it&#8217;s worth a shot, right?)</li>
<li>You&#8217;re a Fellowship One ninja and know of another report that will get me the same information (or enough to satisfy my needs).</li>
<li>You&#8217;re an Excel genius that can help me extract the information I need that is already in the report, just not in a convenient way to access.</li>
</ul>
<p>So, I&#8217;m betting that at least one of you three are reading this post and are going to have a solution for me. Here we go:</p>
<p>The report is M3739E. It&#8217;s a fantastic report that spits out the names, addresses and communication information of all active or inactive volunteers for a ministry. In addition, it tells me where they serve, what their role is as well as the RLC they&#8217;re assigned to. Best of all, it shows volunteer requirements, such as when they had a background check run as well as if they&#8217;re filled out an application. It&#8217;s beautiful!</p>
<p>However, the problem is that this report puts all the communication information in one cell. Every phone number and email in once cell. So, if I want to run this report and quickly cut and paste 200 emails, I can&#8217;t becasue all the phone numbers are mixed in as well. At first I thought this was a simple fix as I could just do a &#8220;text to columns&#8221; split, but the contact info doesn&#8217;t appear to be separated by commas, spaces or anything else&#8230; so I can&#8217;t seem to divide the individual contacts. The only way I&#8217;ve been able to do this is manually cut and paste.</p>
<p>So, any advice? Is there a similar report? Anyone know an Excel trick that will do this for me? I need to get an email out to all my volunteers later this week and I totally don&#8217;t want to have someone cut and paste 300 emails.</p>
<p><a href="http://childrensministryonline.com/wp-content/uploads/2010/08/M3739EReport.xls" target="_blank">Here is a sample of the report</a>. The names, addresses and such have been changed, but it gives you something to play with to see if you can work your excel mojo on it.</p>
<p><span style="color: #ff0000;"><strong>UPDATE: </strong></span></p>
<p><em>Within an hour of this post, my friend Mike Niebuhr, both a F1 Guru and obviously an excel ninja created a custom fix. So, if you&#8217;re curious about using this report, which you should becasue it is awesome, then you can use this fix as well.</em></p>
<p><em>Insert a new column between &#8220;communication&#8221; (column C) and &#8220;work address&#8221; (column D). Now column D is an empty column. In column D2, paste the following code: </em></p>
<p><em>=MID(C2,(SEARCH(&#8220;E: &#8220;,C2,1)+3),LEN(C2))</em></p>
<p><em>This code/function will extract the email (if there is one) from the C column and put it in column D2. Brilliant, right? To quickly add this function to all the rest of the cells in the D Column, click on Cell D2 and in the bottom right corner of the cell you&#8217;ll see a little box. When your cursor hovers over the little box, it turns to a solid black &#8220;plus sign&#8221; instead of what was a &#8220;hand&#8221; or white &#8220;plus sign.&#8221; Click on it (and hold down) and drag it all the way down Column D. This will populate the function in every cell in this column. </em></p>
<p><em>Thanks Mike for your help!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://childrensministryonline.com/resources/i-need-help-with-a-report/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Great Fellowship One missing in action report</title>
		<link>http://childrensministryonline.com/administration/great-fellowship-one-missing-in-action-report/</link>
		<comments>http://childrensministryonline.com/administration/great-fellowship-one-missing-in-action-report/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 14:15:34 +0000</pubDate>
		<dc:creator>Kenny</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Absence]]></category>
		<category><![CDATA[Children's Ministry]]></category>
		<category><![CDATA[Fellowship One]]></category>
		<category><![CDATA[Report]]></category>

		<guid isPermaLink="false">http://childrensministryonline.com/?p=4495</guid>
		<description><![CDATA[Last week I mentioned that we&#8217;ve taken a pretty big attendance hit in October. Our plan was to call regular kids who&#8217;ve been missing. In Fellowship One, report M1035E is pretty dang amazing. M1035E allows you to select a date range to determine a desired attendance pattern. For my case, I wanted to isolate all [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I mentioned that we&#8217;ve taken a pretty big attendance hit in October. Our plan was to call regular kids who&#8217;ve been missing. In Fellowship One, report M1035E is pretty dang amazing.</p>
<p>M1035E allows you to select a date range to determine a desired attendance pattern. For my case, I wanted to isolate all the kids who have attended 3 or more times only during September and August. The great thing about this report is that you can select multiple activities. In my case, our services are set on 4 different activities, so this report was accurate even if the kids attended different services.</p>
<p>Then M1035E allows you to select the number of days from the end of the original range (in my case it was since September 27th) that the child hasn&#8217;t attended at all. So my MIA list was to find kids who have attended 3 or more times in August and September who have not attended in October. This was my hit list. When I first ran M1035E it only gave me parents names, home phone numbers, a household email and the last date they attended. I submitted a request to modify the report and it now displays the emails and cell phones of both parents as well as the activity and RLC the child attended on their last visit.</p>
<p>So, I&#8217;ve run the report and we&#8217;re distributing the data to small group leaders and room leaders of the activity/RLCs listed in this report. In the next few days our volunteers should have connected with all these kids just to check up on them and let them know they have been missed.</p>
<p>So, if you&#8217;re looking for a great MIA report, look no further. If you know of another, leave a comment!</p>
]]></content:encoded>
			<wfw:commentRss>http://childrensministryonline.com/administration/great-fellowship-one-missing-in-action-report/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached

Served from: childrensministryonline.com @ 2012-02-08 14:46:16 -->
