<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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">
	<channel>
		<title>Pointy Haired Dilbert - Chandoo.org - Forums: Recent Topics</title>
		<link>http://chandoo.org/forums/</link>
		<description>Ask Excel and Charting Questions, Muse about Visualizations, Learn and Share - Discussion Forums - Pointy Haired Dilbert</description>
		<language>en-US</language>
		<pubDate>Thu, 18 Mar 2010 14:41:10 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://chandoo.org/forums/search.php</link>
		</textInput>
		<atom:link href="http://chandoo.org/forums/rss/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>RalphJ on "What does Conditional Formating really effect"</title>
			<link>http://chandoo.org/forums/topic/what-does-conditional-formating-really-effect#post-1189</link>
			<pubDate>Sun, 14 Mar 2010 14:37:49 +0000</pubDate>
			<dc:creator>RalphJ</dc:creator>
			<guid isPermaLink="false">1189@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Does conditional formating change the color index of the cell, if not what does it do? I am trying to count the colored cells of the top 10 numbers in a list that can actually be 10 to 14 numbers.&#60;br /&#62;
Thanks&#60;br /&#62;
RalphJ
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Hellcat94 on "Move Cells from one sheet to another"</title>
			<link>http://chandoo.org/forums/topic/move-cells-from-one-sheet-to-another#post-1221</link>
			<pubDate>Thu, 18 Mar 2010 04:00:47 +0000</pubDate>
			<dc:creator>Hellcat94</dc:creator>
			<guid isPermaLink="false">1221@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;I am creating a spreadsheet that will allow users to update a &#34;notes&#34; cell with their comments. I want the main worksheet to keep only the latest 3 cells of data. These cells are in descending order, as a part of the same column. Whenever a new comment is added it should move the oldest to a second worksheet. &#60;/p&#62;
&#60;p&#62;The second worksheet would keep all of the archived notes. Is there a formula or set of formulas I could use to accomplish this task?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ashfire jon on "IF this equals that OR that or that, then....."</title>
			<link>http://chandoo.org/forums/topic/if-this-equals-that-or-that-or-that-then#post-1217</link>
			<pubDate>Wed, 17 Mar 2010 17:00:55 +0000</pubDate>
			<dc:creator>ashfire jon</dc:creator>
			<guid isPermaLink="false">1217@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Hi all, i tried using this formula at work but couldnt get it to work and was intersted in what you guys would suggest.&#60;/p&#62;
&#60;p&#62;I got a work around using normal IF over 5 columns.&#60;br /&#62;
Long term solution is to get it back in Access, which isnt my job :).&#60;/p&#62;
&#60;p&#62;=IF(F2=OR(&#34;AEC&#34;,&#34;DDH&#34;,&#34;externals&#34;,&#34;fec&#34;,&#34;quality&#34;,&#34;test &#38;amp; trials&#34;,&#34;unit 1&#34;,&#34;unit 1&#38;amp;2&#34;,&#34;unit 2&#34;,&#34;unit 3&#34;,&#34;unit 4&#34;,&#34;unit 5&#34;,&#34;unit 6&#34;,&#34;unit 6&#38;amp;7&#34;,&#34;unit 7&#34;,&#34;unit 8&#34;,&#34;unit amn&#34;,&#34;unit dgm&#34;,&#34;unit ferm&#34;,&#34;unit mrm&#34;,&#34;unit rtm&#34;),&#34;Construction&#34;,IF(F2=OR(&#34;electrical w/shop&#34;,&#34;ms&#34;,&#34;nbf&#34;,&#34;paint&#34;,&#34;plate prep shop&#34;,&#34;pmf&#34;,&#34;pps&#34;,&#34;&#34;,&#34;sms&#34;),&#34;Manufacturing&#34;,IF(F2=OR(&#34;nas&#34;,&#34;nas-annex&#34;,&#34;nas-outfit&#34;),&#34;Fabrication&#34;,IF(F2=OR(&#34;none budget&#34;,&#34;purchase part&#34;),&#34;Other&#34;,&#34;Another&#34;))))&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BFC on "Sorting pivot tables on a &#34;split&#34; column"</title>
			<link>http://chandoo.org/forums/topic/sorting-pivot-tables-on-a-split-column#post-1215</link>
			<pubDate>Wed, 17 Mar 2010 16:05:37 +0000</pubDate>
			<dc:creator>BFC</dc:creator>
			<guid isPermaLink="false">1215@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;The data for a pivot table is:&#60;br /&#62;
Product	Category	Value&#60;br /&#62;
A	Cat1	          17&#60;br /&#62;
A	Cat2	          13&#60;br /&#62;
B	Cat1	          60&#60;br /&#62;
B	Cat2	          40&#60;br /&#62;
C	Cat1	          85&#60;br /&#62;
C	Cat2	          25&#60;/p&#62;
&#60;p&#62;If I now pivot the data so that the Product is on the left hand side (rows), Category forms the column headings and Value is the data - like &#60;/p&#62;
&#60;p&#62;Sum of Value	Category&#60;br /&#62;
Product	    Cat1	Cat2	Grand Total&#60;br /&#62;
A	    17	         13	30&#60;br /&#62;
B	    60	         40	100&#60;br /&#62;
C	    85	         25	110&#60;br /&#62;
Grand Total 162	         78	240&#60;/p&#62;
&#60;p&#62;I want to swap these values to %ages of rows (easily done) but then sort the table by the percentage value of the Cat1 field into descending order. i.e.&#60;/p&#62;
&#60;p&#62;Sum of Value	Category&#60;br /&#62;
Product	Cat1	Cat2	Grand Total&#60;br /&#62;
C	77.27%	22.73%	100.00%&#60;br /&#62;
B	60.00%	40.00%	100.00%&#60;br /&#62;
A	56.67%	43.33%	100.00%&#60;br /&#62;
Grand Total	67.50%	32.50%	100.00%&#60;/p&#62;
&#60;p&#62;My attempts so far amount to flattening the pivot table to text and then use it as the data source for a new pivot table which then allows me to insert a calculated field for the percentage of the Cat1 values and then sort on this field.&#60;/p&#62;
&#60;p&#62;I'm sure that there must be a way of doing this, without all my other extra work.&#60;/p&#62;
&#60;p&#62;Thanks in advance, Mike
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kedenham on "Backwards freeze panes"</title>
			<link>http://chandoo.org/forums/topic/backwards-freeze-panes#post-1214</link>
			<pubDate>Wed, 17 Mar 2010 14:08:46 +0000</pubDate>
			<dc:creator>kedenham</dc:creator>
			<guid isPermaLink="false">1214@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Hi -&#60;/p&#62;
&#60;p&#62;I was wondering if its possible within excel to do a 'backwards' freeze pains - so that the cells at the bottom stay the same if you scroll up and down?&#60;/p&#62;
&#60;p&#62;Have been told Windows Split may help but I'm not sure how this works.&#60;/p&#62;
&#60;p&#62;Kate
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lavkeshbhatia on "highlight top 80% values (sum) without sorting"</title>
			<link>http://chandoo.org/forums/topic/highlight-top-80-values-sum-without-sorting#post-1141</link>
			<pubDate>Sun, 07 Mar 2010 16:58:18 +0000</pubDate>
			<dc:creator>lavkeshbhatia</dc:creator>
			<guid isPermaLink="false">1141@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;how do i approach this ?&#60;/p&#62;
&#60;p&#62;There are values in column A which are not sorted&#60;/p&#62;
&#60;p&#62;I need to highlight the top values which will add up to 80% of sum of all values in column A&#60;/p&#62;
&#60;p&#62;eg&#60;br /&#62;
15&#60;br /&#62;
25&#60;br /&#62;
18&#60;br /&#62;
5&#60;br /&#62;
7&#60;br /&#62;
8&#60;br /&#62;
12&#60;br /&#62;
10&#60;/p&#62;
&#60;p&#62;adds up to 100&#60;/p&#62;
&#60;p&#62;the output should highlight 25,18,15,12,10&#60;/p&#62;
&#60;p&#62;A variation would be to highlight values at least till 80% (of the sum) is achieved
&#60;/p&#62;</description>
		</item>
		<item>
			<title>barmacost on "Difference in Timestamps"</title>
			<link>http://chandoo.org/forums/topic/difference-in-timestamps#post-1204</link>
			<pubDate>Mon, 15 Mar 2010 22:27:56 +0000</pubDate>
			<dc:creator>barmacost</dc:creator>
			<guid isPermaLink="false">1204@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;I have a column of date/timestamps with each row representing a new entry. I need to determine the difference between row 3 and row 2, row 4 and row 3, row 5 and row 4, etc.&#60;/p&#62;
&#60;p&#62;Row 2	2/10/10 9:33&#60;br /&#62;
Row 3	2/10/10 10:06&#60;br /&#62;
Row 4	2/16/10 18:37&#60;br /&#62;
Row 5	2/17/10 8:56&#60;br /&#62;
Row 6	2/23/10 16:39&#60;br /&#62;
Row 7	2/25/10 17:53&#60;/p&#62;
&#60;p&#62;The catch is I need to exclude weekends from the calculation and I don't want the results rounded to the nearest day...I need to account for partial days as well.&#60;/p&#62;
&#60;p&#62;It doesn't seem that NetworkDays would be the right formula since it rounds to the nearest # of days. Do I need to build a separate table of just weekend days and exclude them with an index function or is there a formula I'm just not thinking of?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ozzy73 on "Embed image into a cell"</title>
			<link>http://chandoo.org/forums/topic/embed-image-into-a-cell#post-1207</link>
			<pubDate>Tue, 16 Mar 2010 10:32:31 +0000</pubDate>
			<dc:creator>Ozzy73</dc:creator>
			<guid isPermaLink="false">1207@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;How do you embed an image into a cell?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ozzy73 on "Sorting Tables"</title>
			<link>http://chandoo.org/forums/topic/sorting-tables#post-1201</link>
			<pubDate>Mon, 15 Mar 2010 12:54:16 +0000</pubDate>
			<dc:creator>Ozzy73</dc:creator>
			<guid isPermaLink="false">1201@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;What formula can I use to sort a numeric column in descending order &#38;amp; moving all its values with it in the rest of the table.&#60;/p&#62;
&#60;p&#62;The E.G is for a football tournament, the team with the most points should be on top.&#60;/p&#62;
&#60;p&#62;Group A	        P	W	D	L	GF	GA	GD	Pts&#60;br /&#62;
South Africa	3	2	1	0	3	1	2	7&#60;br /&#62;
Uruguay	        3	0	2	1	3	5	-2	2&#60;br /&#62;
Mexico	        3	0	1	2	4	6	-2	1&#60;br /&#62;
France	        3	2	0	1	9	7	2	6&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kedenham on "Chart Area"</title>
			<link>http://chandoo.org/forums/topic/chart-area#post-1200</link>
			<pubDate>Mon, 15 Mar 2010 12:45:12 +0000</pubDate>
			<dc:creator>kedenham</dc:creator>
			<guid isPermaLink="false">1200@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Hi.&#60;/p&#62;
&#60;p&#62;A really simple one - I want to expand the size of my chart area so that there's more space for the legend, but I want the actual chart to stay the same - but whenever I stretch it everything grows?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iswar10 on "Validation in Excel 2007"</title>
			<link>http://chandoo.org/forums/topic/validation-in-excel-2007#post-1188</link>
			<pubDate>Sun, 14 Mar 2010 10:29:03 +0000</pubDate>
			<dc:creator>iswar10</dc:creator>
			<guid isPermaLink="false">1188@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Your tips are really something to be appreciated!&#60;br /&#62;
I have a problem!!&#60;br /&#62;
I feel you are the guy for it!!!&#60;/p&#62;
&#60;p&#62;I am trying to do a nautical problem using Excel 2007.&#60;br /&#62;
How would I allow user to input degrees and minutes in adjacent (on in different) cells?&#60;br /&#62;
Since Latitude is not more than 90°, if the user input 90° in the degrees cell, then the minutes cell must go blank (or not to allow other than 0)&#60;br /&#62;
If the user in put any integer between 0 and 59, allow the user to input between 0’ and 60.0’ in the minutes cell.&#60;br /&#62;
I validate the degree cell easily i.e. any integer between 0 and 90.&#60;br /&#62;
I have a problem in validating the minute cell. It needs a conditional validation, I feel, so the two cells together will give a result between 00° 00.0’ and 90° 00.0’.&#60;br /&#62;
Please help! Thanks!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dee on "Error in macro - Index refers"</title>
			<link>http://chandoo.org/forums/topic/error-in-macro-index-refers#post-1192</link>
			<pubDate>Mon, 15 Mar 2010 05:56:16 +0000</pubDate>
			<dc:creator>Dee</dc:creator>
			<guid isPermaLink="false">1192@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Dear All,&#60;/p&#62;
&#60;p&#62;I am getting the following error &#34;Index refers beyond end of list&#34; in the row presented within astricks (***)when i try to run this macro. I have two tabs called 'Project Managers' &#38;amp; 'Project List' in the file and at present i have only 4 names in Project Managers tab. The will grow in future.&#60;/p&#62;
&#60;p&#62;Sub getprojects()&#60;/p&#62;
&#60;p&#62;Dim Ftwbook As Workbook&#60;br /&#62;
Dim Thiswbook As Workbook&#60;br /&#62;
Dim LastPM, LastCell, RIndex, counter As Integer&#60;br /&#62;
Dim Wksheet As Worksheet&#60;/p&#62;
&#60;p&#62;Dim Flatfilename As String&#60;br /&#62;
Dim Filewithmacro As String&#60;/p&#62;
&#60;p&#62;Application.ScreenUpdating = False&#60;/p&#62;
&#60;p&#62;Flatfilename = Application.GetOpenFilename(FileFilter:=&#34;Excel files (*.xls), *.xls&#34;, Title:=&#34;Please choose a file&#34;)&#60;br /&#62;
Filewithmacro = ThisWorkbook.Name&#60;/p&#62;
&#60;p&#62;Set Ftwbook = Workbooks.Open(Filename:=Flatfilename, ReadOnly:=yes)&#60;br /&#62;
Set Thiswbook = Workbooks(Filewithmacro)&#60;/p&#62;
&#60;p&#62;ThisWorkbook.Worksheets(&#34;Project Managers&#34;).Activate&#60;br /&#62;
Range(&#34;A1&#34;).Select&#60;/p&#62;
&#60;p&#62;LastCell = ActiveCell.SpecialCells(xlCellTypeLastCell).Row&#60;/p&#62;
&#60;p&#62;ReDim PM(LastCell) As String&#60;/p&#62;
&#60;p&#62;For counter = 0 To LastCell - 1&#60;br /&#62;
    PM(counter) = ActiveCell.Value&#60;br /&#62;
    ActiveCell.Offset(1, 0).Activate&#60;br /&#62;
Next counter&#60;/p&#62;
&#60;p&#62;Thiswbook.Worksheets(&#34;Project List&#34;).Activate&#60;br /&#62;
Range(&#34;A4&#34;, Range(&#34;A4&#34;).SpecialCells(xlCellTypeLastCell).Address).Rows.ClearContents&#60;/p&#62;
&#60;p&#62;Ftwbook.Activate&#60;br /&#62;
Ftwbook.Worksheets(&#34;Flat File&#34;).Select&#60;br /&#62;
Range(&#34;Z4&#34;).Select&#60;br /&#62;
LastPM = ActiveCell.SpecialCells(xlCellTypeLastCell).Row&#60;br /&#62;
RIndex = 4&#60;/p&#62;
&#60;p&#62;    For counter = 0 To LastPM - 1&#60;/p&#62;
&#60;p&#62;        For Index = 0 To LastCell - 1&#60;/p&#62;
&#60;p&#62;            If ActiveCell.Value = PM(Index) Then&#60;br /&#62;
               ActiveCell.EntireRow.Copy&#60;br /&#62;
               Thiswbook.Worksheets(&#34;Project List&#34;).Activate&#60;br /&#62;
               ActiveSheet.Paste Destination:=Range(Cells(RIndex, 1), Cells(RIndex, 1))&#60;br /&#62;
               Ftwbook.Worksheets(&#34;Flat File&#34;).Activate&#60;br /&#62;
               RIndex = RIndex + 1&#60;br /&#62;
               Exit For&#60;br /&#62;
            Else&#60;br /&#62;
            End If&#60;br /&#62;
        Next Index&#60;/p&#62;
&#60;p&#62;        ActiveCell.Offset(1, 0).Activate&#60;/p&#62;
&#60;p&#62;    Next counter&#60;/p&#62;
&#60;p&#62;    Application.CutCopyMode = False&#60;br /&#62;
    Ftwbook.Close SaveChanges = no&#60;br /&#62;
    Application.ScreenUpdating = True&#60;/p&#62;
&#60;p&#62;    'Call LastRowofPM&#60;/p&#62;
&#60;p&#62;End Sub&#60;/p&#62;
&#60;p&#62;Thanking you in advacne
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kedenham on "SWOT analysis bubble chart?"</title>
			<link>http://chandoo.org/forums/topic/swot-analysis-bubble-chart#post-1196</link>
			<pubDate>Mon, 15 Mar 2010 10:22:28 +0000</pubDate>
			<dc:creator>kedenham</dc:creator>
			<guid isPermaLink="false">1196@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Hi, I want to make a cahrt in excel that visually shows the outcome of a SWOT analysis. I like the idea of using bubbles to express it in excel - but I'm struggling to translate it into an actual chart.&#60;/p&#62;
&#60;p&#62;What I want to do is take 4 tables structured like the below information, and make the information appear in the correct quadrant of a matrix (which I can then label strengths, weaknesses, opportunities, threats using a text box) with the size of each bubble reflecting the weighting of the strength (the numbers in the right hand column below)&#60;/p&#62;
&#60;p&#62;The main bit I'm struggling with is how to make sure they all end up in the right quadrant?&#60;/p&#62;
&#60;p&#62;Kate&#60;/p&#62;
&#60;p&#62;Table 1 Strengths&#60;/p&#62;
&#60;p&#62;Strength 1 45&#60;br /&#62;
Strength 2 10&#60;br /&#62;
Strength 3 13&#60;/p&#62;
&#60;p&#62;Table 2 Opportunities&#60;/p&#62;
&#60;p&#62;Opp 1 12&#60;br /&#62;
Opp2 9&#60;br /&#62;
Opp3 7&#60;/p&#62;
&#60;p&#62;Table 3 Weaknesses&#60;/p&#62;
&#60;p&#62;Weak1 15&#60;br /&#62;
Weak2 6&#60;br /&#62;
Weak3 10&#60;/p&#62;
&#60;p&#62;Table 4 Threats&#60;/p&#62;
&#60;p&#62;Threat1 12&#60;br /&#62;
Threat2 11&#60;br /&#62;
Threat3 10&#60;/p&#62;
&#60;p&#62;Any help massively appreciated! &#60;/p&#62;
&#60;p&#62;If this is poorly explained - I want it to look like this:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.business-tools-templates.com/SWOT%20Chart.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.business-tools-templates.com/SWOT%20Chart.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you for any help!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>windyinnc on "Extracting Whole Address to Multiple Cells"</title>
			<link>http://chandoo.org/forums/topic/extracting-whole-address-to-multiple-cells#post-1152</link>
			<pubDate>Wed, 10 Mar 2010 14:25:53 +0000</pubDate>
			<dc:creator>windyinnc</dc:creator>
			<guid isPermaLink="false">1152@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Darn if I cannot figure this out. I kindly ask for this forums collective &#34;guru&#34; knowhow. I use the =left and =right formula all the time but only for easy extractions nothing overly complex. I run many queries which report back the entire stores address within one cell. Is there a formula I can use which will extract the indv address, city, state, and zip into their respective column?  For example the query I run reports back the full address which is found in cell (A2). I would like to extracte the data from (A2) into the respective cells (B2)Address only, (C2)City only, (D2)State only &#38;amp; (E2)Zip only.&#60;/p&#62;
&#60;p&#62;	                A	                   B	 C	  D	 E&#60;br /&#62;
1	Store Address (query raw data report)	Address	City	State	Zip&#60;br /&#62;
2	123 Candycane Ln: Gumdrop FL: 33443				&#60;/p&#62;
&#60;p&#62;Any help is so greatly appriciated and would be a huge time saver for me.  Thank you again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rkumaran on "Linking Google Finance stock data with Excel"</title>
			<link>http://chandoo.org/forums/topic/linking-google-finance-stock-data-with-excel#post-1184</link>
			<pubDate>Sat, 13 Mar 2010 08:35:22 +0000</pubDate>
			<dc:creator>rkumaran</dc:creator>
			<guid isPermaLink="false">1184@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Hi, can Google Finance content on stocks be linked with an excel worksheet.....such that the user can have an updated portfolio everytime the file is opened....thanks...Kumaran
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lo Baan on "Looking for Testing Form Template"</title>
			<link>http://chandoo.org/forums/topic/looking-for-testing-form-template#post-1183</link>
			<pubDate>Fri, 12 Mar 2010 17:55:38 +0000</pubDate>
			<dc:creator>Lo Baan</dc:creator>
			<guid isPermaLink="false">1183@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;I am looking for a template of a simple table that will be used for testing.  Each cell will have dedicated answers.  In testing, folks will fill in blank cells and then can hit a button that will provide number of correct answers.  Also another button that can clear all entries to start test again.&#60;/p&#62;
&#60;p&#62;If no template, could anyone tell me what Excel formulas and functions would I need to build this?&#60;/p&#62;
&#60;p&#62;Thanks, Lo Baan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>coriolis on "Date reminders/alerts"</title>
			<link>http://chandoo.org/forums/topic/date-remindersalerts#post-1164</link>
			<pubDate>Thu, 11 Mar 2010 16:48:30 +0000</pubDate>
			<dc:creator>coriolis</dc:creator>
			<guid isPermaLink="false">1164@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;Im working on a spreadsheet for my employer. Its a record of all his quotes and sales. He has a column where he records the date he last contacted each client and want excel to change the colour of the cell after a set amount of time if he hasn't updated that cell.&#60;/p&#62;
&#60;p&#62;For example, if he enters 10/03/10, on the 17/03/10 he would like that cell to change colour to remind him that he needs to take action. He would then enter 17/03/10 and 7 days later would be reminded again.&#60;/p&#62;
&#60;p&#62;Any help much appreciated !&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jcalvacca on "Credit Book Project"</title>
			<link>http://chandoo.org/forums/topic/credit-book-project#post-1171</link>
			<pubDate>Fri, 12 Mar 2010 09:54:46 +0000</pubDate>
			<dc:creator>jcalvacca</dc:creator>
			<guid isPermaLink="false">1171@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Ok here is the file, hopefully this will show the interface requested.&#60;/p&#62;
&#60;p&#62;Couple of things, I understand now (thanks to you guys) how the ISBLANK() function and how to return the &#34;last&#34; number of the list using the VLOOKUP() so I know how to clean up the ledger balance on each individual customer and return it to the zzzzSummaryzzzzz page.&#60;/p&#62;
&#60;p&#62;The problem I am experiencing is being able to create new customers and delete old ones as this list will grow and expand and have it return the necessary information to the zzzzSummaryzzzzz page.  Now its a major cut/paste job having to create new references.  &#60;/p&#62;
&#60;p&#62;Individual details on what they have purchased or added to their accounts is necessary to keep and the zzzzzSummaryzzzzz page is printed out daily to have as referrence and to log new tranactions on our counter, etc etc.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.4shared.com/file/239587759/1d8a7209/2009_Credit_Book.html&#34; rel=&#34;nofollow&#34;&#62;http://www.4shared.com/file/239587759/1d8a7209/2009_Credit_Book.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks in advance as always!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Texan on "Merging Excel data"</title>
			<link>http://chandoo.org/forums/topic/merging-excel-data#post-1167</link>
			<pubDate>Fri, 12 Mar 2010 07:57:25 +0000</pubDate>
			<dc:creator>Texan</dc:creator>
			<guid isPermaLink="false">1167@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Want to use excel for staff to rate themselves. Each staff receives s/sheet, complete and mail back.&#60;/p&#62;
&#60;p&#62;How can I get the final rating score of each member (with their details) to one spreadsheet?&#60;/p&#62;
&#60;p&#62;Trust this is not a stupid (I am not good in excel)..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Texan on "Nice forum"</title>
			<link>http://chandoo.org/forums/topic/nice-forum#post-1168</link>
			<pubDate>Fri, 12 Mar 2010 08:36:20 +0000</pubDate>
			<dc:creator>Texan</dc:creator>
			<guid isPermaLink="false">1168@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I came across PHD when I googled about an issue in Excel. I am quite impressed. Am not much good in excel, say average, but will certainly gain from this forum.&#60;/p&#62;
&#60;p&#62;Thanks and keep it up. &#60;/p&#62;
&#60;p&#62;Rgds&#60;/p&#62;
&#60;p&#62;Texan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jcalvacca on "Using the INDIRECT function on multiple spreadsheets"</title>
			<link>http://chandoo.org/forums/topic/using-the-indirect-function-on-multiple-spreadsheets#post-1153</link>
			<pubDate>Wed, 10 Mar 2010 16:19:44 +0000</pubDate>
			<dc:creator>jcalvacca</dc:creator>
			<guid isPermaLink="false">1153@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Sheet1 has categories   A B C with subsets D E F respectively (ie.  Fruit makes list apple, orange, and starberry/Vegetable makes list onion, potatoe,)&#60;/p&#62;
&#60;p&#62;On Sheet2 I want to reference subgroups fruit and vegetable which are located on sheet1&#60;br /&#62;
What does the &#34;source&#34; area look like for that to happen&#60;/p&#62;
&#60;p&#62;I understand interface if its on same tab, but not if interface spans multiple tabs.&#60;/p&#62;
&#60;p&#62;Thanks in advance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AlinVegas on "RSS Feed list in Excel to Outlook"</title>
			<link>http://chandoo.org/forums/topic/rss-feed-list-in-excel-to-outlook#post-1156</link>
			<pubDate>Wed, 10 Mar 2010 18:20:08 +0000</pubDate>
			<dc:creator>AlinVegas</dc:creator>
			<guid isPermaLink="false">1156@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;This should be simple but so am I... I have a list of RSS feed addresses in Excel 2007 that I want to import into Outlook Same.  The import option for RSS is requiring OPML file. Is there a way I can save export or modify this simple list of addresses:&#60;br /&#62;
&#60;a href=&#34;http://rssaddress&#34; rel=&#34;nofollow&#34;&#62;http://rssaddress&#60;/a&#62; to an OPML.  -OR- A simple outlook macro that would read down the list and add the feeds?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AK on "Unique values from an unsorted column meeting a certain criteria"</title>
			<link>http://chandoo.org/forums/topic/unique-values-from-an-unsorted-column-meeting-a-certain-criteria#post-1147</link>
			<pubDate>Tue, 09 Mar 2010 12:11:54 +0000</pubDate>
			<dc:creator>AK</dc:creator>
			<guid isPermaLink="false">1147@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Hello&#60;/p&#62;
&#60;p&#62;I need to derive sorted unique values from column. For the purpose I use the following formula from cell A3 below onwards entered as an array formula:&#60;/p&#62;
&#60;p&#62;INDEX(List, MATCH(0, IF(MAX(NOT(COUNTIF(A$2:$A2, List))*(COUNTIF(List, &#34;&#38;gt;&#34;&#38;amp;List)+1))=(COUNTIF(List, &#34;&#38;gt;&#34;&#38;amp;List)+1), 0, 1), 0))&#60;/p&#62;
&#60;p&#62;This formula gives me the desired results.&#60;/p&#62;
&#60;p&#62;However, now i want to derive sorted unique values which contain a string e.g. ABC&#60;/p&#62;
&#60;p&#62;If the column values are:&#60;br /&#62;
ABC-001&#60;br /&#62;
DEF-001&#60;br /&#62;
GHI-003&#60;br /&#62;
ABC-001&#60;br /&#62;
ABC-002&#60;br /&#62;
GHI-008&#60;/p&#62;
&#60;p&#62;I want to derive only the values:&#60;br /&#62;
ABC-001&#60;br /&#62;
ABC-002&#60;/p&#62;
&#60;p&#62;Could anyone please help?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Gamnis on "Get user Signatur"</title>
			<link>http://chandoo.org/forums/topic/get-user-signatur#post-1143</link>
			<pubDate>Mon, 08 Mar 2010 11:27:46 +0000</pubDate>
			<dc:creator>Gamnis</dc:creator>
			<guid isPermaLink="false">1143@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Hi&#60;br /&#62;
Right now i'm trying to find a way to copy the name or signature from the user thats logged in to the computer&#60;/p&#62;
&#60;p&#62;I have seen this work but I have had some trubble finding an example of it.&#60;br /&#62;
So I hope some on of you guys can help me?&#60;/p&#62;
&#60;p&#62;EX:&#60;br /&#62;
The user fills out my form and then presses a button (VB-skript) that transfers the data to another sheet or a database. This is were I want to logg the one who is inserting the data.&#60;br /&#62;
data 1/data 2/.../.../[Initial of user]&#60;/p&#62;
&#60;p&#62;All comments and tips are welcome!&#60;/p&#62;
&#60;p&#62;Best Regards&#60;br /&#62;
--&#60;br /&#62;
Gamnis&#60;br /&#62;
(I'm Swedish so I hope you will excuse spelling errors and funny sentences)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LadyBlack on "Updating links"</title>
			<link>http://chandoo.org/forums/topic/updating-links#post-1103</link>
			<pubDate>Tue, 02 Mar 2010 11:41:44 +0000</pubDate>
			<dc:creator>LadyBlack</dc:creator>
			<guid isPermaLink="false">1103@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Hello all&#60;/p&#62;
&#60;p&#62;I am doing another chart!  I've just discovered that what I'm actually doing is an Excel dashboard, which I will be taking a course for next month.  However, I'm trying to do some for my boss's next meeting this month, and am stuck.  &#60;/p&#62;
&#60;p&#62;I am trying to link one worksheet to another.  I have a chart to show the various bits of work being done over the month, and this is linked to the forecast chart (obviously, work done = income which then goes on the forecast).  I've managed to get the Forecast sheet to show how much of a certain type of work is done every month, and I want to put the same information on the new Monthly chart.  The path from the Monthly Report to the Forecast is fine, however, anytime the Forecast sheet is closed, and I do anything at all to the Monthly report, all my figures vanish and I get #VALUE! in my cells.  Of course, my graph then disappears too.  &#60;/p&#62;
&#60;p&#62;The links are set to update automatically, 'update remote references' is ticked and I get asked whether I want to update or not anyway.  Why does it therefore NOT update, and will only do so when Forecast is open?  Or am I trying to get Excel to do too much, and it WILL only update when Forecast is open at the same time?  &#60;/p&#62;
&#60;p&#62;Many thanks in advance
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Gamnis on "To get correct time format with incorrect value??"</title>
			<link>http://chandoo.org/forums/topic/to-get-correct-time-format-with-incorrect-value#post-1100</link>
			<pubDate>Tue, 02 Mar 2010 09:19:56 +0000</pubDate>
			<dc:creator>Gamnis</dc:creator>
			<guid isPermaLink="false">1100@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Hi&#60;br /&#62;
My name is Richard and I'm new to your webbsite.&#60;br /&#62;
I'm working on an excell sheet that is going to collect information from different people with differrent knowledge in excel.&#60;br /&#62;
Basically most of them does not know the right format for example time.&#60;br /&#62;
To get the right time format you need to wright ex 10:12&#60;br /&#62;
It's common for many of the users to wright either 1012 10.12 10 12 or 10,12&#60;br /&#62;
Right now I have solved it by making the cellformat to time hh:mm so if the user wrights 1012 the outcome is 00:00 so it forces them to wright it right. Witch makes many of them quite angry...&#60;br /&#62;
So my question is if there is some kind of VB code or format that automaticly rewrights the format to hh:mm&#60;/p&#62;
&#60;p&#62;Thankfull for any sugestion&#60;/p&#62;
&#60;p&#62;Best regards&#60;br /&#62;
--&#60;br /&#62;
Richard&#60;br /&#62;
(I'm from sweden so sorry for any bad english or if I translate anything wrong from my excel copy)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gopinath1 on "picture links"</title>
			<link>http://chandoo.org/forums/topic/picture-links#post-1133</link>
			<pubDate>Sat, 06 Mar 2010 00:07:50 +0000</pubDate>
			<dc:creator>gopinath1</dc:creator>
			<guid isPermaLink="false">1133@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;I have 10 pictures to be chosen to complete a form in a work sheet; Is there a way to drop list and choose pictures from the list of 10; i am a beginner and would like to avoid VBA..&#60;/p&#62;
&#60;p&#62;any help appreciated
&#60;/p&#62;</description>
		</item>
		<item>
			<title>suresh.79 on "SUM dynamically till a condition is reached?"</title>
			<link>http://chandoo.org/forums/topic/sum-dynamically-till-a-condition-is-reached#post-1136</link>
			<pubDate>Sun, 07 Mar 2010 07:18:43 +0000</pubDate>
			<dc:creator>suresh.79</dc:creator>
			<guid isPermaLink="false">1136@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;hi &#60;/p&#62;
&#60;p&#62;i want to dynamically SUM cells till a certain condition is reached.&#60;br /&#62;
Cell A1 has a value y&#60;br /&#62;
Cell B1 has value x1, B2 has value x2, B3 has value x3, B4 has value x4 and so on&#60;br /&#62;
I want to write a formula in cell C1 which will keep on summing x1, x2, x3 etc till the sum value is just greater than or equal to y&#60;/p&#62;
&#60;p&#62;eg A1 = 100, B1 = 50, B2 = 49, B3 = 5, B4 = 10, B5 = 41 ...&#60;br /&#62;
so Cell C1 should give me the sum as (50+49+5) = 104 (ie keep on summing until the sum just becomes greater than or equal to 100)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AMG on "Forecasting with Pivottables is it possible?"</title>
			<link>http://chandoo.org/forums/topic/forecasting-with-pivottables-is-it-possible#post-1132</link>
			<pubDate>Fri, 05 Mar 2010 12:30:33 +0000</pubDate>
			<dc:creator>AMG</dc:creator>
			<guid isPermaLink="false">1132@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;I am responsible for maintaining a spreadsheet with all our employees. I record name, position, start and enddate in position amongst other things.&#60;/p&#62;
&#60;p&#62;Row 4    Name (A), dept (B), position (C), headcount (D), start (E), end (F), reportmonth (G)&#60;br /&#62;
Row 5    Tom, dept a, manager, 1, 1-1-2008,31-12-9999,true&#60;br /&#62;
Row 6    Dick, dept b, analyst, 1, 1-1-2008,31-12-9999,true&#60;br /&#62;
Etc....&#60;br /&#62;
Row 999 Harry, dept c, adviser, 1, 1-1-2008,31-12-9999,true&#60;/p&#62;
&#60;p&#62;On a monthly basis I need to report how many active employees we have.&#60;br /&#62;
All active employees will have their enddate set to 31-12-9999&#60;br /&#62;
If Harry leaves at end of march I will amend the enddate to 31-3-2010&#60;/p&#62;
&#60;p&#62;Report date (in march) in cell A1 is a named cell and will contain 01-Mar-2010.&#60;/p&#62;
&#60;p&#62;Column G (report month) contains a formula&#60;br /&#62;
IF(AND($E2&#38;lt;=ReportDate,$F2&#38;gt;ReportDate),TRUE,FALSE)&#60;/p&#62;
&#60;p&#62;The result of this formula will be true if the employee is still in his position in the reporting month.&#60;br /&#62;
I use a pivot table to generate results&#60;br /&#62;
Filter: Reportmonth = True&#60;br /&#62;
Rows: Departments&#60;br /&#62;
Sum: Headcount (HC)&#60;/p&#62;
&#60;p&#62;The result of total will be 3 (Tom, Dick and Harry)&#60;br /&#62;
If I change the report date to 1 Apr 2010 the result will be 2 (harry left)&#60;/p&#62;
&#60;p&#62;So far so good.&#60;br /&#62;
Now I also need to do forecasting:&#60;br /&#62;
I’d like to be able to produce what the headcounts would be for future months (e.g. till end of 2010) by setting up 12 pivot tables, one for each reporting month and by amending start and enddates of employees for those where Ive been given the correct dates.&#60;/p&#62;
&#60;p&#62;E.g. I know now that Dick will leave in June and I know that we will hire 2 resources in May (Joe and Jane)&#60;br /&#62;
So the totals of my pivot tables should show&#60;br /&#62;
Jan 2010 3 HC&#60;br /&#62;
Feb 2010 3 HC&#60;br /&#62;
Mar 2010 3 HC&#60;br /&#62;
Apr 2010 2 (harry left)&#60;br /&#62;
May 2010 2 + 2 = 4HC (2 hires Joe and Jane)&#60;br /&#62;
Jun 2010 4 HC&#60;br /&#62;
Jul 2010 4 - 1 = 3 HC (Dick left)&#60;br /&#62;
Aug 2010  3 HC&#60;br /&#62;
Sep 2010 3 HC&#60;br /&#62;
Etc&#60;/p&#62;
&#60;p&#62;Is it possible to create these forecasting pivots based on the above data? If so how...&#60;br /&#62;
I hope I've explained this well enough
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dee on "Selecting multiple options from data validation list"</title>
			<link>http://chandoo.org/forums/topic/selecting-multiple-options-from-data-validation-list#post-1129</link>
			<pubDate>Fri, 05 Mar 2010 06:23:33 +0000</pubDate>
			<dc:creator>Dee</dc:creator>
			<guid isPermaLink="false">1129@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Hi All,&#60;br /&#62;
Can anybody help me on this?&#60;br /&#62;
I need to select 2-3 options from the pull down menu list and it should appear in single cell separated by comma. Is there a way to get it without using VBA?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Dee
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
