 




<?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 on: Excel custom format, weekday &amp; date line break query&#8230;.</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/eccel-custom-format-weekday-date-line-break-query/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/eccel-custom-format-weekday-date-line-break-query/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 11:47:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: dangerchef</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/eccel-custom-format-weekday-date-line-break-query/#comment-62327</link>
		<dc:creator>dangerchef</dc:creator>
		<pubDate>Thu, 16 Apr 2009 10:33:48 +0000</pubDate>
		<guid isPermaLink="false">#comment-62327</guid>
		<description><![CDATA[Hi,

Thanks very much for all your help, that seems to work pretty good. Though makes me wonder why this isn&#039;t more easily done in the first place!]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks very much for all your help, that seems to work pretty good. Though makes me wonder why this isn&#8217;t more easily done in the first place!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sbelectric</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/eccel-custom-format-weekday-date-line-break-query/#comment-62309</link>
		<dc:creator>sbelectric</dc:creator>
		<pubDate>Wed, 15 Apr 2009 22:35:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-62309</guid>
		<description><![CDATA[Minor correction - On 2nd time dragging drag from A1 to M1.
I am sure you have notice dthe typo!!!]]></description>
		<content:encoded><![CDATA[<p>Minor correction &#8211; On 2nd time dragging drag from A1 to M1.<br />
I am sure you have notice dthe typo!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sbelectric</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/eccel-custom-format-weekday-date-line-break-query/#comment-62308</link>
		<dc:creator>sbelectric</dc:creator>
		<pubDate>Wed, 15 Apr 2009 22:31:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-62308</guid>
		<description><![CDATA[You are on right track – just use Text and “dddd” nothing else.  I am assuming you are on Excel 2007.
On A2 enter 5/25/2009; on B2 enter 5/26/2009.  Put the cursor back on B2 - you will notice  a small rectangle on bottom of B2 – just place the mouse &amp; drag it to M2 (or whatever).  You should get the dates in sequential order.
On A1 use:  =Text(A2,”dddd”) to get Monday; or use =Text(A2,”ddd”) to get Mon.
Now you may drag the same small rectangle at the bottom A1 to M2 to populate all the days.
By the way, my PC is set with US date format.  Yours should be set with UK date format.  But the operation is the same.
Good luck – let us know if it solved your roster printing issue.]]></description>
		<content:encoded><![CDATA[<p>You are on right track – just use Text and “dddd” nothing else.  I am assuming you are on Excel 2007.<br />
On A2 enter 5/25/2009; on B2 enter 5/26/2009.  Put the cursor back on B2 &#8211; you will notice  a small rectangle on bottom of B2 – just place the mouse &amp; drag it to M2 (or whatever).  You should get the dates in sequential order.<br />
On A1 use:  =Text(A2,”dddd”) to get Monday; or use =Text(A2,”ddd”) to get Mon.<br />
Now you may drag the same small rectangle at the bottom A1 to M2 to populate all the days.<br />
By the way, my PC is set with US date format.  Yours should be set with UK date format.  But the operation is the same.<br />
Good luck – let us know if it solved your roster printing issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dangerchef</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/eccel-custom-format-weekday-date-line-break-query/#comment-62252</link>
		<dc:creator>dangerchef</dc:creator>
		<pubDate>Wed, 15 Apr 2009 10:04:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-62252</guid>
		<description><![CDATA[Hi 

Thanks for that, couldn&#039;t quite get the today function to do what I wanted though slightly altered your formula to the following:

=TEXT(DATE(9,5,22),&quot;dddd&quot;) &amp; &quot;  &quot; &amp; TEXT(DATE(9,5,22),&quot;dd/mm/yyyy&quot;)

Though this dosn&#039;t allow me to automatically fill a colum with sequential dates. Is there a way to make the date function in this formula run sequential, as if I had just entered a date normally? I suspect the TODAY function would work better but I can&#039;t seem to assign a value to it other then todays date (is it possible to asign another value?)
Apologies if my explanations arn&#039;t completley accurate, am attempting to explain things as clearly as possible but i&#039;ll admit to being a slight noob....]]></description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>Thanks for that, couldn&#8217;t quite get the today function to do what I wanted though slightly altered your formula to the following:</p>
<p>=TEXT(DATE(9,5,22),&#8221;dddd&#8221;) &amp; &#8221;  &#8221; &amp; TEXT(DATE(9,5,22),&#8221;dd/mm/yyyy&#8221;)</p>
<p>Though this dosn&#8217;t allow me to automatically fill a colum with sequential dates. Is there a way to make the date function in this formula run sequential, as if I had just entered a date normally? I suspect the TODAY function would work better but I can&#8217;t seem to assign a value to it other then todays date (is it possible to asign another value?)<br />
Apologies if my explanations arn&#8217;t completley accurate, am attempting to explain things as clearly as possible but i&#8217;ll admit to being a slight noob&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: findsarfaraz</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/eccel-custom-format-weekday-date-line-break-query/#comment-62044</link>
		<dc:creator>findsarfaraz</dc:creator>
		<pubDate>Wed, 08 Apr 2009 17:04:29 +0000</pubDate>
		<guid isPermaLink="false">#comment-62044</guid>
		<description><![CDATA[I would suggest you to use the following forumla,

=TEXT(TODAY(),&quot;ddd&quot;) &amp; &quot; &quot; &amp;TEXT(TODAY(),&quot;mm/dd/yyyy&quot;)

and do let me know if this was helpful.

Regards,
Sarfaraz Ahmed
&lt;a href=&quot;http://findsarfaraz.blogspot.com&quot;&gt;MS Excel help&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>I would suggest you to use the following forumla,</p>
<p>=TEXT(TODAY(),&#8221;ddd&#8221;) &amp; &#8221; &#8221; &amp;TEXT(TODAY(),&#8221;mm/dd/yyyy&#8221;)</p>
<p>and do let me know if this was helpful.</p>
<p>Regards,<br />
Sarfaraz Ahmed<br />
<a href="http://findsarfaraz.blogspot.com">MS Excel help</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dangerchef</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/eccel-custom-format-weekday-date-line-break-query/#comment-62034</link>
		<dc:creator>dangerchef</dc:creator>
		<pubDate>Wed, 08 Apr 2009 15:53:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-62034</guid>
		<description><![CDATA[But the shrink to fit function does just that, shrinks the text making it too small. This spreadsheet is for printing out and display so correct formating is important. Basically after doing the above, the information is displayed in a single cell with the day above the date, but it also gives the invisble width, basically it looks as though you can adjust the width to make the cell fit the information better but if it goes too small the data is undisplayable but the pointat which it does this is still a disance from the actual visable text. Hopefully I&#039;m explaining this properly, not sure how else to do it as it is seeminly quite a weird issue.]]></description>
		<content:encoded><![CDATA[<p>But the shrink to fit function does just that, shrinks the text making it too small. This spreadsheet is for printing out and display so correct formating is important. Basically after doing the above, the information is displayed in a single cell with the day above the date, but it also gives the invisble width, basically it looks as though you can adjust the width to make the cell fit the information better but if it goes too small the data is undisplayable but the pointat which it does this is still a disance from the actual visable text. Hopefully I&#8217;m explaining this properly, not sure how else to do it as it is seeminly quite a weird issue.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.012 seconds using memcached
Object Caching 338/341 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 12:05:44 -->