<?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>Chandoo.org - Learn Excel &#38; Charting Online - Forums Tag: column - Recent Posts</title>
		<link>http://chandoo.org/forums/tags/column</link>
		<description>Ask Excel and Charting Questions, Muse about Visualizations, Learn and Share - Discussion Forums - Chandoo.org</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 06:59:24 +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/tags/column" rel="self" type="application/rss+xml" />

		<item>
			<title>Debraj Roy on "Way to Lock Column Widths?"</title>
			<link>http://chandoo.org/forums/topic/way-to-lock-column-widths#post-81263</link>
			<pubDate>Thu, 28 Feb 2013 20:08:17 +0000</pubDate>
			<dc:creator>Debraj Roy</dc:creator>
			<guid isPermaLink="false">81263@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Hi Skidragon,&#60;/p&#62;
&#60;p&#62;Thanks for sharing the MACRO... :)&#60;/p&#62;
&#60;p&#62;By the way..&#60;br /&#62;
* Select all Cells.. and Change Protection &#34;Unlocked&#34;&#60;br /&#62;
* Select Only A:R Column .. Change Protection to &#34;Locked&#34;&#60;br /&#62;
* Protect Worksheet... Password is Optional...&#60;br /&#62;
* Provide all Permission.. Except Format Column.. (uncheck)&#60;/p&#62;
&#60;p&#62;Will also &#34;Lock the width of specific columns&#34;..  :)&#60;br /&#62;
but suggesting you to ignore it..&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
&#60;strong&#62;=DEC2HEX(3563)&#60;/strong&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>skidragon02 on "Way to Lock Column Widths?"</title>
			<link>http://chandoo.org/forums/topic/way-to-lock-column-widths#post-81253</link>
			<pubDate>Thu, 28 Feb 2013 18:36:36 +0000</pubDate>
			<dc:creator>skidragon02</dc:creator>
			<guid isPermaLink="false">81253@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;@sgmpatnaik - Here it is:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;Sub Column_Widths()

Dim ws As Worksheet
Application.ScreenUpdating = False
For i = 3 To 29
    With Sheets(i)
        .Columns(&#38;quot;A:A&#38;quot;).ColumnWidth = 5.57
        .Columns(&#38;quot;B:B&#38;quot;).ColumnWidth = 11.71
        .Columns(&#38;quot;C:C&#38;quot;).ColumnWidth = 8.86
        .Columns(&#38;quot;D:D&#38;quot;).ColumnWidth = 8.86
        .Columns(&#38;quot;E:E&#38;quot;).ColumnWidth = 9.43
        .Columns(&#38;quot;F:F&#38;quot;).ColumnWidth = 2.86
        .Columns(&#38;quot;G:G&#38;quot;).ColumnWidth = 17#
        .Columns(&#38;quot;H:H&#38;quot;).ColumnWidth = 7.29
        .Columns(&#38;quot;I:I&#38;quot;).ColumnWidth = 32#
        .Columns(&#38;quot;J:J&#38;quot;).ColumnWidth = 32#
        .Columns(&#38;quot;K:K&#38;quot;).ColumnWidth = 16.29
        .Columns(&#38;quot;L:L&#38;quot;).ColumnWidth = 7.71
        .Columns(&#38;quot;M:M&#38;quot;).ColumnWidth = 10.29
        .Columns(&#38;quot;N:N&#38;quot;).ColumnWidth = 4.86
        .Columns(&#38;quot;O:O&#38;quot;).ColumnWidth = 7.14
        .Columns(&#38;quot;P:P&#38;quot;).ColumnWidth = 4.86
        .Columns(&#38;quot;Q:Q&#38;quot;).ColumnWidth = 6.29
        .Columns(&#38;quot;R:R&#38;quot;).ColumnWidth = 5.57
        .Rows(&#38;quot;3:103&#38;quot;).EntireRow.AutoFit
    End With
Next
Application.ScreenUpdating = True
End Sub&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>sgmpatnaik on "Way to Lock Column Widths?"</title>
			<link>http://chandoo.org/forums/topic/way-to-lock-column-widths#post-78079</link>
			<pubDate>Tue, 12 Feb 2013 03:40:49 +0000</pubDate>
			<dc:creator>sgmpatnaik</dc:creator>
			<guid isPermaLink="false">78079@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;@skidragon&#60;/p&#62;
&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;if your code works fine then it is better to upload the code here because it is helpful to some one if he has same problem or required&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;SP
&#60;/p&#62;</description>
		</item>
		<item>
			<title>skidragon02 on "Way to Lock Column Widths?"</title>
			<link>http://chandoo.org/forums/topic/way-to-lock-column-widths#post-78049</link>
			<pubDate>Mon, 11 Feb 2013 23:44:22 +0000</pubDate>
			<dc:creator>skidragon02</dc:creator>
			<guid isPermaLink="false">78049@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;NVM, I wrote a Macro to take care of it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>skidragon02 on "Way to Lock Column Widths?"</title>
			<link>http://chandoo.org/forums/topic/way-to-lock-column-widths#post-78043</link>
			<pubDate>Mon, 11 Feb 2013 22:44:08 +0000</pubDate>
			<dc:creator>skidragon02</dc:creator>
			<guid isPermaLink="false">78043@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Is there a way to &#34;Lock&#34; the width of specific columns?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Luke M on "TAKING SUM OF SELECTED COLUMN RANGE SIMULTANIOUSLY"</title>
			<link>http://chandoo.org/forums/topic/taking-sum-of-selected-column-range-simultaniously#post-40924</link>
			<pubDate>Mon, 10 Sep 2012 13:21:32 +0000</pubDate>
			<dc:creator>Luke M</dc:creator>
			<guid isPermaLink="false">40924@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Thanks Narayan. Using that logic, formula would be:&#60;br /&#62;
=SUM(OFFSET($A$2,3*INT((ROW(A1)-1)/3),0,3,1))&#60;/p&#62;
&#60;p&#62;where A2 is the cell with first number, and all the 3's in the formula represent how many cells you want to sum at a time. Copy down formula as desired/needed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>NARAYANK991 on "TAKING SUM OF SELECTED COLUMN RANGE SIMULTANIOUSLY"</title>
			<link>http://chandoo.org/forums/topic/taking-sum-of-selected-column-range-simultaniously#post-40921</link>
			<pubDate>Mon, 10 Sep 2012 13:06:52 +0000</pubDate>
			<dc:creator>NARAYANK991</dc:creator>
			<guid isPermaLink="false">40921@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Hi Luke ,&#60;/p&#62;
&#60;p&#62;From what I have understood , what Khan means is that he'd like to use a formula to sum the first three values i.e. 1 , 4 and 6 to get 11 ; the same formula copied downwards , should then sum the next 3 values i.e. 7 , 7 and 8 to get 22.&#60;/p&#62;
&#60;p&#62;Narayan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Luke M on "TAKING SUM OF SELECTED COLUMN RANGE SIMULTANIOUSLY"</title>
			<link>http://chandoo.org/forums/topic/taking-sum-of-selected-column-range-simultaniously#post-40919</link>
			<pubDate>Mon, 10 Sep 2012 13:03:40 +0000</pubDate>
			<dc:creator>Luke M</dc:creator>
			<guid isPermaLink="false">40919@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Welcome to the forums!&#60;br /&#62;
Can you elaborate on what you mean by &#34;simultaneously&#34;? In Excel, all formulas are usually calculated at the same time, so I'm not sure what you mean. Perhaps you could add on to your example and show what you would like to see?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>samkhan79 on "TAKING SUM OF SELECTED COLUMN RANGE SIMULTANIOUSLY"</title>
			<link>http://chandoo.org/forums/topic/taking-sum-of-selected-column-range-simultaniously#post-40892</link>
			<pubDate>Mon, 10 Sep 2012 11:45:29 +0000</pubDate>
			<dc:creator>samkhan79</dc:creator>
			<guid isPermaLink="false">40892@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;I would to sum selected range of column simoultaniosuy, lets suppose in below data i would like to take sum of column &#34;data&#34; from a till c , and then again a till c simoultaniosuy . Can anyone please tell me some suitable formula i can use. &#60;/p&#62;
&#60;p&#62;id	data&#60;br /&#62;
a	1&#60;br /&#62;
b	4&#60;br /&#62;
c	6&#60;br /&#62;
a	7&#60;br /&#62;
b	7&#60;br /&#62;
c	8
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xander on "Extract numbers from a column that match a criterion"</title>
			<link>http://chandoo.org/forums/topic/extract-numbers-from-a-column-that-match-a-criterion#post-34383</link>
			<pubDate>Fri, 27 Jul 2012 12:35:27 +0000</pubDate>
			<dc:creator>xander</dc:creator>
			<guid isPermaLink="false">34383@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Luke,&#60;/p&#62;
&#60;p&#62;It works now. Made a mistake in copying the last part of the formula...&#60;br /&#62;
I changed the row with columns in the last part of the formula and the output is like this now:&#60;/p&#62;
&#60;p&#62;Column AB    Column AC    Column AD&#60;br /&#62;
   120          200          15&#60;br /&#62;
   130          210&#60;br /&#62;
   200          15&#60;br /&#62;
   210&#60;br /&#62;
   15&#60;/p&#62;
&#60;p&#62;So allmost as I want it; but column AB also shows values 200, 210 and 15 and column AC also shows the value 15. Is there a possibility that these &#34;duplicate&#34; values in columns AB and AC are not printed?&#60;/p&#62;
&#60;p&#62;Thanks, Xander
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Luke M on "Extract numbers from a column that match a criterion"</title>
			<link>http://chandoo.org/forums/topic/extract-numbers-from-a-column-that-match-a-criterion#post-33761</link>
			<pubDate>Tue, 24 Jul 2012 12:21:23 +0000</pubDate>
			<dc:creator>Luke M</dc:creator>
			<guid isPermaLink="false">33761@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;For a single formula to work, we'll need to know either the # of rows your going to use, or the # of columns. It doesn't matter where you first put the formula. My intent was for you to put it somewhere, then copy over to make 3 columns, and then down as needed. Note that I also added some absolute references in the first part of formula so that they don't change when you copy the cell to the right.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xander on "Extract numbers from a column that match a criterion"</title>
			<link>http://chandoo.org/forums/topic/extract-numbers-from-a-column-that-match-a-criterion#post-33749</link>
			<pubDate>Tue, 24 Jul 2012 09:44:50 +0000</pubDate>
			<dc:creator>xander</dc:creator>
			<guid isPermaLink="false">33749@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Luke,&#60;/p&#62;
&#60;p&#62;It is not working as described above. In which column is the output supposed to be printed? Is that A1? With your suggestion the output is still only printed in column AB and the output is different than it was with the original formula as shown below&#60;/p&#62;
&#60;p&#62;=IF(COUNTIFS(K:K,&#34;&#38;lt;&#38;gt;&#34;&#38;amp;$A$8,R:R,$A$9)&#38;lt;ROWS($AB$3:AB3),&#34;&#34;,INDEX(L:L,SMALL(IF(($K$3:$K$40802&#38;lt;&#38;gt;$A$8)*($R$3:$R$40802=$A$9),ROW($K$3:$K$40802)),ROW(K1))))&#60;/p&#62;
&#60;p&#62;In addition I do not know how many columns the data will be spread over, because this can vary.&#60;/p&#62;
&#60;p&#62;Any idea?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Luke M on "Extract numbers from a column that match a criterion"</title>
			<link>http://chandoo.org/forums/topic/extract-numbers-from-a-column-that-match-a-criterion#post-33649</link>
			<pubDate>Mon, 23 Jul 2012 20:10:09 +0000</pubDate>
			<dc:creator>Luke M</dc:creator>
			<guid isPermaLink="false">33649@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;If you know how many columns wide you want to spread it over, yes. Assuming you go with 3 columns, change the end of the formula like so:&#60;br /&#62;
=IF(COUNTIFS($K:$K,&#34;&#38;lt;&#38;gt;&#34;&#38;amp;$A$8,$R:$R,$A$9)&#38;lt;ROWS($AB$3:AB3),&#34;&#34;,INDEX($L:$L,SMALL(IF(($K$3:$K$40802&#38;lt;&#38;gt;$A$8)*($R$3:$R$40802=$A$9),ROW($K$3:$K$40802)),&#60;strong&#62;COLUMN(A1)+(ROW(A1)-1)*3&#60;/strong&#62;)))&#60;/p&#62;
&#60;p&#62;If it will be more/less than 3 columns, change the &#34;3&#34; at the end of the bolded section.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xander on "Extract numbers from a column that match a criterion"</title>
			<link>http://chandoo.org/forums/topic/extract-numbers-from-a-column-that-match-a-criterion#post-33648</link>
			<pubDate>Mon, 23 Jul 2012 19:56:40 +0000</pubDate>
			<dc:creator>xander</dc:creator>
			<guid isPermaLink="false">33648@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Luke,&#60;/p&#62;
&#60;p&#62;Sorry for not phrasing this more clearly. Here's an example that will hopefully clarify what I mean (refer to the example in one of our previous conversations). Right now the output in column AB is like this (only values &#38;lt;&#38;gt; 10 are printed):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;Column K     Column L     Column AB
10            0             120
10            0             130
10            0             200
12            120           210
15            130           15
10            0
10            0
24            200
26            210
10            0
17            15&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So all values matching the criteria are printed below each other in column AB.&#60;/p&#62;
&#60;p&#62;What I want is the output to be like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;Column AB   Column AC   Column AD
120           200          15
130           210&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this clarifies what I mean.&#60;/p&#62;
&#60;p&#62;Thanks, Xander
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Luke M on "Extract numbers from a column that match a criterion"</title>
			<link>http://chandoo.org/forums/topic/extract-numbers-from-a-column-that-match-a-criterion#post-33622</link>
			<pubDate>Mon, 23 Jul 2012 16:58:46 +0000</pubDate>
			<dc:creator>Luke M</dc:creator>
			<guid isPermaLink="false">33622@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;I'm afraid you lost me there xander. What exactly is the question? Could you show an example maybe?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xander on "Extract numbers from a column that match a criterion"</title>
			<link>http://chandoo.org/forums/topic/extract-numbers-from-a-column-that-match-a-criterion#post-33462</link>
			<pubDate>Sun, 22 Jul 2012 19:39:55 +0000</pubDate>
			<dc:creator>xander</dc:creator>
			<guid isPermaLink="false">33462@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Luke,&#60;/p&#62;
&#60;p&#62;It's really amazing to see how this works!! Now to make it even more sophisticated is it possible to do the following:&#60;br /&#62;
Column K contain values either equal to 10 or &#38;gt;10, so with the formula above each set of data matching the criteria is printed below each other in column AB. Is it possible to print each dataset to a different column, instead of printing them all to column AB? This would improve the visibility of my spreadsheet.&#60;/p&#62;
&#60;p&#62;Thanks for your excellent help sofar!&#60;/p&#62;
&#60;p&#62;Regards, Xander
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Luke M on "Extract numbers from a column that match a criterion"</title>
			<link>http://chandoo.org/forums/topic/extract-numbers-from-a-column-that-match-a-criterion#post-33220</link>
			<pubDate>Fri, 20 Jul 2012 17:43:54 +0000</pubDate>
			<dc:creator>Luke M</dc:creator>
			<guid isPermaLink="false">33220@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;the COUNTIFS function is ok, but the AND won't work as that function returns a single output, and we need an array. We need tu multiply the logic arrays against each other if we want an &#34;and&#34; type logic check (add if it had been an &#34;or&#34;), so make it look like this:&#60;br /&#62;
=IF(COUNTIFS(K:K,&#34;&#38;lt;&#38;gt;&#34;&#38;amp;$A$8,R:R,$A$9)&#38;lt;ROWS($AB$3:AB3),&#34;&#34;,INDEX(L:L,SMALL(IF(($K$3:$K$40802&#38;lt;&#38;gt;$A$8)*($R$3:$R$40802=$A$9),ROW($K$3:$K$40802)),ROW(K1))))&#60;/p&#62;
&#60;p&#62;The multiplication is similar to how SUMPRODUCT can be used as a sort of SUMIFS function.&#60;br /&#62;
&#60;a href=&#34;http://chandoo.org/wp/2009/11/10/excel-sumproduct-formula/&#34; rel=&#34;nofollow&#34;&#62;http://chandoo.org/wp/2009/11/10/excel-sumproduct-formula/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xander on "Extract numbers from a column that match a criterion"</title>
			<link>http://chandoo.org/forums/topic/extract-numbers-from-a-column-that-match-a-criterion#post-33188</link>
			<pubDate>Fri, 20 Jul 2012 15:21:54 +0000</pubDate>
			<dc:creator>xander</dc:creator>
			<guid isPermaLink="false">33188@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Luke,&#60;/p&#62;
&#60;p&#62;Many thanks! It works now and your answer has been of great help. However in case I want to expand the selection criteria by adding another IF statement I seem to get into trouble.&#60;/p&#62;
&#60;p&#62;This is how I set up the formula:&#60;br /&#62;
=IF(COUNTIFS(K:K,&#34;&#38;lt;&#38;gt;&#34;&#38;amp;$A$8,R:R,$A$9)&#38;lt;ROWS($AB$3:AB3),&#34;&#34;,INDEX(L:L,SMALL(IF(AND($K$3:$K$40802&#38;lt;&#38;gt;$A$8,$R$3:$R$40802=$A$9),ROW($K$3:$K$40802)),ROW(K1))))&#60;/p&#62;
&#60;p&#62;So I added criterion $A$9 that is to be found in column R.&#60;br /&#62;
With respect to the previous formula I changed countif to countifs and added the AND function (both &#38;lt;&#38;gt; $A$8 and =$A$9 need to be met).&#60;/p&#62;
&#60;p&#62;Can you indicate what goes wrong?&#60;/p&#62;
&#60;p&#62;Thanks again, Xander
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Luke M on "Extract numbers from a column that match a criterion"</title>
			<link>http://chandoo.org/forums/topic/extract-numbers-from-a-column-that-match-a-criterion#post-33123</link>
			<pubDate>Fri, 20 Jul 2012 12:44:36 +0000</pubDate>
			<dc:creator>Luke M</dc:creator>
			<guid isPermaLink="false">33123@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;It's exactly as you said. To get everything that doesn't match criteria (vegetables)&#60;br /&#62;
=IF(COUNTIF(A$2:A$10,&#34;&#38;lt;&#38;gt;&#34;&#38;amp;$D$2) &#38;lt; ROWS($E$2:E2), &#34;&#34;,  INDEX(B:B,  SMALL( IF($A$2:$A$10 &#38;lt;&#38;gt;$D$2, ROW( $A$2:$A$10)), ROW(A1))))&#60;/p&#62;
&#60;p&#62;One tricky thing that can happen is that if you don't limit the range to look at (A2:A10) to just cells with data, you may pull a bunch of blank cells, since blank &#38;lt;&#38;gt; criteria.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xander on "Extract numbers from a column that match a criterion"</title>
			<link>http://chandoo.org/forums/topic/extract-numbers-from-a-column-that-match-a-criterion#post-33111</link>
			<pubDate>Fri, 20 Jul 2012 11:37:09 +0000</pubDate>
			<dc:creator>xander</dc:creator>
			<guid isPermaLink="false">33111@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Dear Hui,&#60;/p&#62;
&#60;p&#62;Thanks for your quick reply. I tried the techniques described by Luke M and it actually works if the criteria is set to a fixed number or a text string (in the example it was &#34;Vetgetable&#34;&#60;br /&#62;
But I would like to filter only those values that are not equal to the criterion. In the example from Luke that would be &#34;&#38;lt;&#38;gt; Vetgetables&#34;. Is there a way to do this? &#60;/p&#62;
&#60;p&#62;Many thanks, Xander
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Hui on "Extract numbers from a column that match a criterion"</title>
			<link>http://chandoo.org/forums/topic/extract-numbers-from-a-column-that-match-a-criterion#post-33072</link>
			<pubDate>Fri, 20 Jul 2012 08:51:56 +0000</pubDate>
			<dc:creator>Hui</dc:creator>
			<guid isPermaLink="false">33072@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Xander&#60;/p&#62;
&#60;p&#62;Firstly, Welcome to the Chandoo.org forums.&#60;/p&#62;
&#60;p&#62;You may want to look at using either an Advanced Filter&#60;br /&#62;
Refer: &#60;a href=&#34;http://chandoo.org/forums/topic/chandoo-advanced-filter&#34; rel=&#34;nofollow&#34;&#62;http://chandoo.org/forums/topic/chandoo-advanced-filter&#60;/a&#62;&#60;br /&#62;
which has a number of links to Advanced Filter posts here and elsewhere&#60;/p&#62;
&#60;p&#62;or&#60;/p&#62;
&#60;p&#62;Look at using a technique that Luke M described at Formula Forensics 003:&#60;br /&#62;
&#60;a href=&#34;http://chandoo.org/wp/2011/11/18/formula-forensics-003/&#34; rel=&#34;nofollow&#34;&#62;http://chandoo.org/wp/2011/11/18/formula-forensics-003/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xander on "Extract numbers from a column that match a criterion"</title>
			<link>http://chandoo.org/forums/topic/extract-numbers-from-a-column-that-match-a-criterion#post-33063</link>
			<pubDate>Fri, 20 Jul 2012 08:35:50 +0000</pubDate>
			<dc:creator>xander</dc:creator>
			<guid isPermaLink="false">33063@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Hi I am wondering if you can help me with this:&#60;br /&#62;
I have file with several columns. Column B contains cells that equals a value of 10 or has values &#38;gt; 10. Column C contains data that is corresponding to the value in column B. Now I would like to retrieve only those numbers from column C corresponding to the data in column B with value &#38;gt; 10. When the values from column C have been retrieved I want to put them in a new column so I have all relevant data in a single column.&#60;/p&#62;
&#60;p&#62;I looked at several suggestions with the MATCH and INDEX function, but sofar this only works when you want to lookup a specified number. There must be some clever way how this filter should also work for values &#38;gt; 10.&#60;/p&#62;
&#60;p&#62;Can anyone help me with it?&#60;/p&#62;
&#60;p&#62;Thanks in advance,&#60;/p&#62;
&#60;p&#62;xander
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SirJB7 on "Add or Subtract Time"</title>
			<link>http://chandoo.org/forums/topic/add-or-subtract-time#post-22405</link>
			<pubDate>Tue, 03 Apr 2012 19:11:13 +0000</pubDate>
			<dc:creator>SirJB7</dc:creator>
			<guid isPermaLink="false">22405@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Hi, NJ786!&#60;br /&#62;
oldchippy correction is absolutely right. I didn't notice that because I tried with recently hours in format &#34;dd/mm/yyyy hh:mm:ss&#34; with the NOW() function instead of just hour values, so I never went before 31/12/1899 (or 00/01/1900). Sorry.&#60;br /&#62;
Regards!&#60;/p&#62;
&#60;p&#62;@oldchippy&#60;br /&#62;
Hi!&#60;br /&#62;
Thanks for the update.&#60;br /&#62;
Regards!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>oldchippy on "Add or Subtract Time"</title>
			<link>http://chandoo.org/forums/topic/add-or-subtract-time#post-22403</link>
			<pubDate>Tue, 03 Apr 2012 18:13:41 +0000</pubDate>
			<dc:creator>oldchippy</dc:creator>
			<guid isPermaLink="false">22403@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Thanks for the feedback, glad we helped
&#60;/p&#62;</description>
		</item>
		<item>
			<title>NJ786 on "Add or Subtract Time"</title>
			<link>http://chandoo.org/forums/topic/add-or-subtract-time#post-22400</link>
			<pubDate>Tue, 03 Apr 2012 18:03:33 +0000</pubDate>
			<dc:creator>NJ786</dc:creator>
			<guid isPermaLink="false">22400@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;wow! now i have so many options...&#60;/p&#62;
&#60;p&#62;thanks every one, i thing that should do the job...&#60;/p&#62;
&#60;p&#62;appreciated once more &#60;/p&#62;
&#60;p&#62;NJ
&#60;/p&#62;</description>
		</item>
		<item>
			<title>oldchippy on "Add or Subtract Time"</title>
			<link>http://chandoo.org/forums/topic/add-or-subtract-time#post-22398</link>
			<pubDate>Tue, 03 Apr 2012 17:41:48 +0000</pubDate>
			<dc:creator>oldchippy</dc:creator>
			<guid isPermaLink="false">22398@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Away round that one is&#60;/p&#62;
&#60;p&#62;=A2+1-4/24
&#60;/p&#62;</description>
		</item>
		<item>
			<title>NJ786 on "Add or Subtract Time"</title>
			<link>http://chandoo.org/forums/topic/add-or-subtract-time#post-22392</link>
			<pubDate>Tue, 03 Apr 2012 17:11:21 +0000</pubDate>
			<dc:creator>NJ786</dc:creator>
			<guid isPermaLink="false">22392@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;24 hour clock issue&#60;/p&#62;
&#60;p&#62;see what happens when i try to use the formula... =A1-4/24&#60;/p&#62;
&#60;p&#62;where the day goes back to the previous date before 00:00 am, we get a negative value or too large value????&#60;/p&#62;
&#60;p&#62;2:00	#######&#60;br /&#62;
3:00	#######&#60;br /&#62;
3:25	#######&#60;br /&#62;
20:15	16:15&#60;br /&#62;
22:45	18:45&#60;br /&#62;
23:00	19:00&#60;/p&#62;
&#60;p&#62;NJ
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SirJB7 on "Add or Subtract Time"</title>
			<link>http://chandoo.org/forums/topic/add-or-subtract-time#post-22375</link>
			<pubDate>Tue, 03 Apr 2012 15:35:46 +0000</pubDate>
			<dc:creator>SirJB7</dc:creator>
			<guid isPermaLink="false">22375@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Hi, NJ786!&#60;/p&#62;
&#60;p&#62;I was wondering why not something like:&#60;br /&#62;
=A2-XXX/24&#60;br /&#62;
where XXX is the integer number of hours to be subtracted or added.&#60;br /&#62;
Simpler, isn't it?&#60;/p&#62;
&#60;p&#62;Regards!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>NJ786 on "Add or Subtract Time"</title>
			<link>http://chandoo.org/forums/topic/add-or-subtract-time#post-22350</link>
			<pubDate>Tue, 03 Apr 2012 10:12:26 +0000</pubDate>
			<dc:creator>NJ786</dc:creator>
			<guid isPermaLink="false">22350@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;Ooops my bad ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>NJ786 on "Add or Subtract Time"</title>
			<link>http://chandoo.org/forums/topic/add-or-subtract-time#post-22349</link>
			<pubDate>Tue, 03 Apr 2012 10:11:45 +0000</pubDate>
			<dc:creator>NJ786</dc:creator>
			<guid isPermaLink="false">22349@http://chandoo.org/forums/</guid>
			<description>&#60;p&#62;thanks buddy :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
