<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Learn Excel : Tutorial, Tips, Videos and Much More.</title>
	<atom:link href="http://learnexcel.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://learnexcel.org</link>
	<description>Totally free high quality videos, articles and tutorials to help you start learning excel today. Micorsoft Excel tips/tricks, formulas and much more</description>
	<lastBuildDate>Mon, 20 Feb 2012 10:15:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Best way to learn excel? by I am Yudi</title>
		<link>http://learnexcel.org/blog/how-to-learn-excel/best-way-to-learn-excel/comment-page-1/#comment-28002</link>
		<dc:creator>I am Yudi</dc:creator>
		<pubDate>Mon, 20 Feb 2012 10:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://learnexcel.org/blog/how-to-learn-excel/best-way-to-learn-excel/#comment-28002</guid>
		<description>If you want to learn by yourself then I would say the best thing is either get an ebook of Excel and word where you will find everything you need to learn for excel and word. You can also get a video DVD of word and excel just in case if you find it difficult then it will help you to learn easily. check the you tube also there are plenty of videos over there as well. 

gl&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>If you want to learn by yourself then I would say the best thing is either get an ebook of Excel and word where you will find everything you need to learn for excel and word. You can also get a video DVD of word and excel just in case if you find it difficult then it will help you to learn easily. check the you tube also there are plenty of videos over there as well. </p>
<p>gl<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use Sum, min and count functions combined in Excel? by Patrick</title>
		<link>http://learnexcel.org/blog/learn-excel-formulas/how-to-use-sum-min-and-count-functions-combined-in-excel/comment-page-1/#comment-28000</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Mon, 20 Feb 2012 09:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://learnexcel.org/blog/learn-excel-formulas/how-to-use-sum-min-and-count-functions-combined-in-excel/#comment-28000</guid>
		<description>If A1:D1 is your range of grades, you can use this formula:

=(SUM(A1:D1) - MIN(A1:D1)) / (COUNT(A1:D1) - 1)

Obviously change the range in this formula to the appropriate range that contains your data.  Also be mindful of the parentheses!  It&#039;s always a good idea to evaluate your formula manually to perform a check on your formula&#039;s logic.

This takes an average of all items, excluding the lowest count.  What&#039;s nice about this, is you can apply this formula to any number of entries, and it will work (assuming you only want to drop the single lowest answer).

If you want to drop the second lowest grade too, you need to also subtract SMALL(A1:D1,2) from the numerator and change -1 to -2 in the denominator.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;Heavy Excel user.</description>
		<content:encoded><![CDATA[<p>If A1:D1 is your range of grades, you can use this formula:</p>
<p>=(SUM(A1:D1) &#8211; MIN(A1:D1)) / (COUNT(A1:D1) &#8211; 1)</p>
<p>Obviously change the range in this formula to the appropriate range that contains your data.  Also be mindful of the parentheses!  It&#8217;s always a good idea to evaluate your formula manually to perform a check on your formula&#8217;s logic.</p>
<p>This takes an average of all items, excluding the lowest count.  What&#8217;s nice about this, is you can apply this formula to any number of entries, and it will work (assuming you only want to drop the single lowest answer).</p>
<p>If you want to drop the second lowest grade too, you need to also subtract SMALL(A1:D1,2) from the numerator and change -1 to -2 in the denominator.<br /><b>References : </b><br />Heavy Excel user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Best way to learn excel? by Nestor</title>
		<link>http://learnexcel.org/blog/how-to-learn-excel/best-way-to-learn-excel/comment-page-1/#comment-28001</link>
		<dc:creator>Nestor</dc:creator>
		<pubDate>Mon, 20 Feb 2012 09:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://learnexcel.org/blog/how-to-learn-excel/best-way-to-learn-excel/#comment-28001</guid>
		<description>the best way is to buy a book that teaches u excel and learn on ur own there are some classes that offer it but u would have to look online. some community colleges offer excel classes u could take but i reccomend get the newest software and each year look for new books because excel software keeps changing&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>the best way is to buy a book that teaches u excel and learn on ur own there are some classes that offer it but u would have to look online. some community colleges offer excel classes u could take but i reccomend get the newest software and each year look for new books because excel software keeps changing<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simplifying data entry with a list box and VBA code by Berni</title>
		<link>http://learnexcel.org/blog/from-the-official-excel-team/simplifying-data-entry-with-a-list-box-and-vba-code/comment-page-1/#comment-27905</link>
		<dc:creator>Berni</dc:creator>
		<pubDate>Wed, 15 Feb 2012 05:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://learnexcel.org/blog/from-the-official-excel-team/simplifying-data-entry-with-a-list-box-and-vba-code/#comment-27905</guid>
		<description>If you are willing to pay, click my Avatar then choose &quot;Email Berni&quot;. I usually charge $100 for a day&#039;s work.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>If you are willing to pay, click my Avatar then choose &quot;Email Berni&quot;. I usually charge $100 for a day&#8217;s work.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simplifying data entry with a list box and VBA code by TaZ (προορίζω)</title>
		<link>http://learnexcel.org/blog/from-the-official-excel-team/simplifying-data-entry-with-a-list-box-and-vba-code/comment-page-1/#comment-27904</link>
		<dc:creator>TaZ (προορίζω)</dc:creator>
		<pubDate>Wed, 15 Feb 2012 05:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://learnexcel.org/blog/from-the-official-excel-team/simplifying-data-entry-with-a-list-box-and-vba-code/#comment-27904</guid>
		<description>What is your budget like? Y!A is for helping people who are stuck, not for free projects!

.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;TaZ</description>
		<content:encoded><![CDATA[<p>What is your budget like? Y!A is for helping people who are stuck, not for free projects!</p>
<p>.<br /><b>References : </b><br />TaZ</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simplifying data entry with a list box and VBA code by Anonymous</title>
		<link>http://learnexcel.org/blog/from-the-official-excel-team/simplifying-data-entry-with-a-list-box-and-vba-code/comment-page-1/#comment-27903</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 15 Feb 2012 00:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://learnexcel.org/blog/from-the-official-excel-team/simplifying-data-entry-with-a-list-box-and-vba-code/#comment-27903</guid>
		<description>&lt;b&gt;C PROGRAM TO READ IN DATA FROM &quot;WTMP&quot; AND PRODUCES A LIST OF FIRST 500 RECORDS IN THE LOG?&lt;/b&gt;&lt;br&gt;I need to write a c program with the following requirements:

For this project, you’ll be creating a program that reads data directly from wtmp and then produces a list of all logins that appear in the ﬁrst 500 records of the log. The list should include the user ID associated with the login, as well as the terminal to which they connect, the IP address from which they connected, and the time of the connection.

The list should be sorted primarily by user ID, secondarily by terminal, and, ﬁnally, but connection time.

Your program will read its input data from a copy of the wtmp log located in the same directory as your executable. (This requirement is primarily to simplify grading.) The log is a binary ﬁle composed of a consecutive list of utmp structures, which are deﬁned in the system library utmp.h . Consult the manual page for wtmp for a description of the structure.

As noted above, a ﬁle named wtmp will be located in the same place as your executable. Upon execution, your program will:
1. Open the ﬁle and read its entire contents or 500 entries, whichever is smaller, into memory.
2. Sort the in-memory copy of the data so that it is ordered ﬁrst by userid, then by terminal, and ﬁnally by timestamp,
3. Print only the login records to the screen.

When you print the output, print the ﬁelds in ﬁxed width columns in the following order: UID, terminal,
IP address, time. The IP address should be presented in traditional dotted-octet form (eg 127.0.0.1) and the time should be in a user readable format, not Epoch time. Pick column widths that leave whitespace between the ﬁelds and make sure ﬁelds are left-justiﬁed.
Your program should not prompt the user for any input, nor should it print anything other than the reordered data.

CODE REQUIREMENTS:

You must store the login entries in memory when your program runs. You may, if you wish, also store the entries you will not be printing, though this is not required. I recommend using an array of structures for this, though it is not required.

Sorting may be accomplished in any way you see ﬁt. You will almost certainly need the strncmp() function for this. Check the manual page for more details. You may also wish to investigate qsort().
If you program contains multiple functions, split them up so that main() is in one ﬁle and the remaining functions are in one or more additional ﬁles. Remember to include .h ﬁles and appropriate comments, etc.

You must provide a Makefile with your submission. Your Makefile must provide a default rule which
compiles, but does not run, the program, a clean rule which delete .o ﬁles and the executable, and a run rule which will compile, if necessary, and run your program.

As usual, your code must also obey the following restriction:
· Your code is well-formatted, adequately commented, and free of global variables.
· Your code compiles without warning using the -ansi and -pedantic ﬂags.
You should submit your ﬁles (including, minimally, one .c ﬁle and one Makefile) using submit. DO
NOT submit the wtmp ﬁle used in testing.


HINTS:

The ﬁnished version of this program can be quite short (the reference implementation is 108 lines over three ﬁles, not counting comments), but additional research on your part will be required to complete the program.

Here are some general tips to get you headed in the right direction:
· The man page for wtmp deﬁnes the utmp structure. The comments have useful information.
· Only successful logins will end up with a type value equal to USER PROCESS.
· Unix boxen think of time as the number of seconds elapsed since midnight on 1 January 1970.
· The time.h library has a number of useful functions for dealing with time-related stuff.
· There’s a variant of printf that writes its output to a string.
· Host byte order for IP addresses on the lab machines is little-endian
Well i initially just wanted help getting started because im confused on what exactly im coding...
</description>
		<content:encoded><![CDATA[<p><b>C PROGRAM TO READ IN DATA FROM &quot;WTMP&quot; AND PRODUCES A LIST OF FIRST 500 RECORDS IN THE LOG?</b><br />I need to write a c program with the following requirements:</p>
<p>For this project, you’ll be creating a program that reads data directly from wtmp and then produces a list of all logins that appear in the ﬁrst 500 records of the log. The list should include the user ID associated with the login, as well as the terminal to which they connect, the IP address from which they connected, and the time of the connection.</p>
<p>The list should be sorted primarily by user ID, secondarily by terminal, and, ﬁnally, but connection time.</p>
<p>Your program will read its input data from a copy of the wtmp log located in the same directory as your executable. (This requirement is primarily to simplify grading.) The log is a binary ﬁle composed of a consecutive list of utmp structures, which are deﬁned in the system library utmp.h . Consult the manual page for wtmp for a description of the structure.</p>
<p>As noted above, a ﬁle named wtmp will be located in the same place as your executable. Upon execution, your program will:<br />
1. Open the ﬁle and read its entire contents or 500 entries, whichever is smaller, into memory.<br />
2. Sort the in-memory copy of the data so that it is ordered ﬁrst by userid, then by terminal, and ﬁnally by timestamp,<br />
3. Print only the login records to the screen.</p>
<p>When you print the output, print the ﬁelds in ﬁxed width columns in the following order: UID, terminal,<br />
IP address, time. The IP address should be presented in traditional dotted-octet form (eg 127.0.0.1) and the time should be in a user readable format, not Epoch time. Pick column widths that leave whitespace between the ﬁelds and make sure ﬁelds are left-justiﬁed.<br />
Your program should not prompt the user for any input, nor should it print anything other than the reordered data.</p>
<p>CODE REQUIREMENTS:</p>
<p>You must store the login entries in memory when your program runs. You may, if you wish, also store the entries you will not be printing, though this is not required. I recommend using an array of structures for this, though it is not required.</p>
<p>Sorting may be accomplished in any way you see ﬁt. You will almost certainly need the strncmp() function for this. Check the manual page for more details. You may also wish to investigate qsort().<br />
If you program contains multiple functions, split them up so that main() is in one ﬁle and the remaining functions are in one or more additional ﬁles. Remember to include .h ﬁles and appropriate comments, etc.</p>
<p>You must provide a Makefile with your submission. Your Makefile must provide a default rule which<br />
compiles, but does not run, the program, a clean rule which delete .o ﬁles and the executable, and a run rule which will compile, if necessary, and run your program.</p>
<p>As usual, your code must also obey the following restriction:<br />
· Your code is well-formatted, adequately commented, and free of global variables.<br />
· Your code compiles without warning using the -ansi and -pedantic ﬂags.<br />
You should submit your ﬁles (including, minimally, one .c ﬁle and one Makefile) using submit. DO<br />
NOT submit the wtmp ﬁle used in testing.</p>
<p>HINTS:</p>
<p>The ﬁnished version of this program can be quite short (the reference implementation is 108 lines over three ﬁles, not counting comments), but additional research on your part will be required to complete the program.</p>
<p>Here are some general tips to get you headed in the right direction:<br />
· The man page for wtmp deﬁnes the utmp structure. The comments have useful information.<br />
· Only successful logins will end up with a type value equal to USER PROCESS.<br />
· Unix boxen think of time as the number of seconds elapsed since midnight on 1 January 1970.<br />
· The time.h library has a number of useful functions for dealing with time-related stuff.<br />
· There’s a variant of printf that writes its output to a string.<br />
· Host byte order for IP addresses on the lab machines is little-endian<br />
Well i initially just wanted help getting started because im confused on what exactly im coding&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learn Excel 2010 &#8212; &#8220;Saving Form to Database&#8221;: Podcast #1504 by krn14242</title>
		<link>http://learnexcel.org/blog/learn-basic-excel/learn-excel-2010-saving-form-to-database-podcast-1504/comment-page-1/#comment-27810</link>
		<dc:creator>krn14242</dc:creator>
		<pubDate>Fri, 10 Feb 2012 21:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://learnexcel.org/blog/learn-basic-excel/learn-excel-2010-saving-form-to-database-podcast-1504/#comment-27810</guid>
		<description>&lt;b&gt;Thanks Bill.  Read ...&lt;/b&gt; &lt;br&gt; Thanks Bill.  Read the tinyurl thread.  Boy, funny how﻿ a seemingly easy database question stirs up all this discussion.  :)</description>
		<content:encoded><![CDATA[<p><b>Thanks Bill.  Read &#8230;</b> <br /> Thanks Bill.  Read the tinyurl thread.  Boy, funny how﻿ a seemingly easy database question stirs up all this discussion.  <img src='http://learnexcel.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What are the functions of auto-fill in Excel tool? What does it do? by thomas m</title>
		<link>http://learnexcel.org/blog/learn-excel-formulas/what-are-the-functions-of-auto-fill-in-excel-tool-what-does-it-do/comment-page-1/#comment-27774</link>
		<dc:creator>thomas m</dc:creator>
		<pubDate>Thu, 09 Feb 2012 08:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://learnexcel.org/blog/learn-excel-formulas/what-are-the-functions-of-auto-fill-in-excel-tool-what-does-it-do/#comment-27774</guid>
		<description>Type in 1 in A1.
Then select the cell.
There wil be a small black box in the bottom right corner of that cell.
Click on that box and drag it down.
Now there is a blue icon.
Click on it and there is your answer.

You would get better results when asking only 1 question at a time especially when it comes to excel. These are both complicated to explain.

To simplify the second answer goto youtube.com
type in &quot;excel absolute cell references&quot;&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Type in 1 in A1.<br />
Then select the cell.<br />
There wil be a small black box in the bottom right corner of that cell.<br />
Click on that box and drag it down.<br />
Now there is a blue icon.<br />
Click on it and there is your answer.</p>
<p>You would get better results when asking only 1 question at a time especially when it comes to excel. These are both complicated to explain.</p>
<p>To simplify the second answer goto youtube.com<br />
type in &quot;excel absolute cell references&quot;<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Roles and responsibilities of a Management Information System Executive (MIS) ? by Ďɛѵ</title>
		<link>http://learnexcel.org/blog/learn-excel-formulas/roles-and-responsibilities-of-a-management-information-system-executive-mis/comment-page-1/#comment-27775</link>
		<dc:creator>Ďɛѵ</dc:creator>
		<pubDate>Thu, 09 Feb 2012 07:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://learnexcel.org/blog/learn-excel-formulas/roles-and-responsibilities-of-a-management-information-system-executive-mis/#comment-27775</guid>
		<description>What it essentially means that you should know the formulas in MS Excel software very well. The best place to learn about this is in the Help of MS Excel. It has detailed explanation with examples. The more you practice on this the better will be for you.

Check out the below link. It has very good tutorial on the points you have mentioned.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;http://spreadsheets.about.com/od/excelformulas/ss/formula_begin.htm   
You can reach me (privyfrnd) for more info.</description>
		<content:encoded><![CDATA[<p>What it essentially means that you should know the formulas in MS Excel software very well. The best place to learn about this is in the Help of MS Excel. It has detailed explanation with examples. The more you practice on this the better will be for you.</p>
<p>Check out the below link. It has very good tutorial on the points you have mentioned.<br /><b>References : </b><br /><a href="http://spreadsheets.about.com/od/excelformulas/ss/formula_begin.htm" rel="nofollow">http://spreadsheets.about.com/od/excelformulas/ss/formula_begin.htm</a><br />
You can reach me (privyfrnd) for more info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What are the functions of auto-fill in Excel tool? What does it do? by notbrl</title>
		<link>http://learnexcel.org/blog/learn-excel-formulas/what-are-the-functions-of-auto-fill-in-excel-tool-what-does-it-do/comment-page-1/#comment-27773</link>
		<dc:creator>notbrl</dc:creator>
		<pubDate>Thu, 09 Feb 2012 07:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://learnexcel.org/blog/learn-excel-formulas/what-are-the-functions-of-auto-fill-in-excel-tool-what-does-it-do/#comment-27773</guid>
		<description>Autofill:
http://office.microsoft.com/en-us/excel-help/fill-data-automatically-in-worksheet-cells-HP001216366.aspx

Cell Ref:
http://www.cpearson.com/excel/relative.aspx&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Autofill:<br />
<a href="http://office.microsoft.com/en-us/excel-help/fill-data-automatically-in-worksheet-cells-HP001216366.aspx" rel="nofollow">http://office.microsoft.com/en-us/excel-help/fill-data-automatically-in-worksheet-cells-HP001216366.aspx</a></p>
<p>Cell Ref:<br />
<a href="http://www.cpearson.com/excel/relative.aspx" rel="nofollow">http://www.cpearson.com/excel/relative.aspx</a><br /><b>References : </b></p>
]]></content:encoded>
	</item>
</channel>
</rss>

