<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/other/tags/excel</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 20:43:37 GMT</pubDate>
<item>
<title>(Other) Lookup Belgian provinces in Excel based on postal code - shahways</title>
<link>http://snipplr.com/view/65291/lookup-belgian-provinces-in-excel-based-on-postal-code/</link>
<description><![CDATA[ <p>Assuming that cell E15 contains a Belgina code consisting of four numbers</p> ]]></description>
<pubDate>Thu, 31 May 2012 19:01:38 GMT</pubDate>
<guid>http://snipplr.com/view/65291/lookup-belgian-provinces-in-excel-based-on-postal-code/</guid>
</item>
<item>
<title>(Other) Excel Convert Epoch Time - silentpro</title>
<link>http://snipplr.com/view/59568/excel-convert-epoch-time/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 09 Oct 2011 03:47:47 GMT</pubDate>
<guid>http://snipplr.com/view/59568/excel-convert-epoch-time/</guid>
</item>
<item>
<title>(Other) Copy data from a column in a spreadsheet to a row in another spreadsheet - palimadra</title>
<link>http://snipplr.com/view/59097/copy-data-from-a-column-in-a-spreadsheet-to-a-row-in-another-spreadsheet/</link>
<description><![CDATA[ <p>In Excel, the Transpose function returns a transposed range of cells. For example, a horizontal range of cells is returned if a vertical range is entered as a parameter. Or a vertical range of cells is returned if a horizontal range of cells is entered as a parameter.</p> ]]></description>
<pubDate>Mon, 26 Sep 2011 20:47:33 GMT</pubDate>
<guid>http://snipplr.com/view/59097/copy-data-from-a-column-in-a-spreadsheet-to-a-row-in-another-spreadsheet/</guid>
</item>
<item>
<title>(Other) Count the amount of empty cells in a column in MS Excel spreadsheet - palimadra</title>
<link>http://snipplr.com/view/59096/count-the-amount-of-empty-cells-in-a-column-in-ms-excel-spreadsheet/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 26 Sep 2011 20:45:50 GMT</pubDate>
<guid>http://snipplr.com/view/59096/count-the-amount-of-empty-cells-in-a-column-in-ms-excel-spreadsheet/</guid>
</item>
<item>
<title>(Other) If is blank - amandalaine</title>
<link>http://snipplr.com/view/56679/if-is-blank/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 16 Jul 2011 07:05:50 GMT</pubDate>
<guid>http://snipplr.com/view/56679/if-is-blank/</guid>
</item>
<item>
<title>(Other) MS Excel: Group by SUM in Excel - hairajeshk</title>
<link>http://snipplr.com/view/53019/ms-excel-group-by-sum-in-excel/</link>
<description><![CDATA[ <p>http://p2p.wrox.com/excel-vba/65142-sum-group-values-based-cell-criteria.html</p> ]]></description>
<pubDate>Thu, 05 May 2011 01:59:50 GMT</pubDate>
<guid>http://snipplr.com/view/53019/ms-excel-group-by-sum-in-excel/</guid>
</item>
<item>
<title>(Other) oOo Conditional Formatting - darfix</title>
<link>http://snipplr.com/view/48845/ooo-conditional-formatting/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 11 Feb 2011 19:42:51 GMT</pubDate>
<guid>http://snipplr.com/view/48845/ooo-conditional-formatting/</guid>
</item>
<item>
<title>(Other) Excel, jede zweite Zeile anders formatieren - tscheckenbach</title>
<link>http://snipplr.com/view/30209/excel-jede-zweite-zeile-anders-formatieren/</link>
<description><![CDATA[ <p>Es muss eine Formatierung gespeichert werden (Format :: Formatvorlagen)

Einzutragen in: Format :: Bedingte Formatierung</p> ]]></description>
<pubDate>Wed, 24 Mar 2010 06:32:22 GMT</pubDate>
<guid>http://snipplr.com/view/30209/excel-jede-zweite-zeile-anders-formatieren/</guid>
</item>
<item>
<title>(Other) Export a Single Sheet of an Excel Spreadsheet as CSV from the Command Line with Open Office - softmechanics</title>
<link>http://snipplr.com/view/27342/export-a-single-sheet-of-an-excel-spreadsheet-as-csv-from-the-command-line-with-open-office/</link>
<description><![CDATA[ <p>modified from branflake2267's post at oooforum.org:
http://www.oooforum.org/forum/viewtopic.phtml?t=52942

usage:
Paste into the Standard.Module1 macro file.  Then, create xls2csv bash script containing:

    #!/bin/bash
    file="$(readlink -f "$1")"
    /usr/lib/openoffice/program/soffice -invisible -headless -norestore "macro:///Standard.Module1.ConvertXls2Csv(\"$file\", \"$2\")"


The first argument is the xls file name, second is the name of the sheet:

`xls2csv ./spreadsheet.xls "Some Sheet"`</p> ]]></description>
<pubDate>Fri, 29 Jan 2010 20:28:06 GMT</pubDate>
<guid>http://snipplr.com/view/27342/export-a-single-sheet-of-an-excel-spreadsheet-as-csv-from-the-command-line-with-open-office/</guid>
</item>
<item>
<title>(Other) Worksheet Name - Scooter</title>
<link>http://snipplr.com/view/14349/worksheet-name/</link>
<description><![CDATA[ <p>In speed tests, a VBA function using ActiveSheet.Name appears to be quite faster, but this formula can accomplish the same thing in situations where a macro solution is not preferable.</p> ]]></description>
<pubDate>Thu, 23 Apr 2009 18:14:46 GMT</pubDate>
<guid>http://snipplr.com/view/14349/worksheet-name/</guid>
</item>
<item>
<title>(Other) Excel function to extract a filename from a fullpath - pollusb</title>
<link>http://snipplr.com/view/12968/excel-function-to-extract-a-filename-from-a-fullpath/</link>
<description><![CDATA[ <p>This script will also work on any spreadsheet program like Google Docs.</p> ]]></description>
<pubDate>Tue, 10 Mar 2009 19:35:10 GMT</pubDate>
<guid>http://snipplr.com/view/12968/excel-function-to-extract-a-filename-from-a-fullpath/</guid>
</item>
<item>
<title>(Other) Interpolation in Excel using =TREND (interpolate) - jimfred</title>
<link>http://snipplr.com/view/12799/interpolation-in-excel-using-trend-interpolate/</link>
<description><![CDATA[ <p>This example demonstrates interpolation using Excel's =TREND function by converting 70 degrees F to 21 Celcius.
=TREND({0,100},{32,212},70)

The {..} arrays can of course be replaced with a cell range specifier.</p> ]]></description>
<pubDate>Wed, 04 Mar 2009 14:44:07 GMT</pubDate>
<guid>http://snipplr.com/view/12799/interpolation-in-excel-using-trend-interpolate/</guid>
</item>
<item>
<title>(Other) Weighted Average - Scooter</title>
<link>http://snipplr.com/view/10680/weighted-average/</link>
<description><![CDATA[ <p>I've been doing some sales forecasting for next year and needed to do a weighted average on historical data so that I could give stronger emphasis to more recent numbers. An ordinary average may be too high in situations where the oldest number is significantly higher than more recent numbers (due to introduction of a new product, for example).</p> ]]></description>
<pubDate>Thu, 25 Dec 2008 01:24:49 GMT</pubDate>
<guid>http://snipplr.com/view/10680/weighted-average/</guid>
</item>
<item>
<title>(Other) combine columns in excel to create usernames for batch creation - jhenry</title>
<link>http://snipplr.com/view/9667/combine-columns-in-excel-to-create-usernames-for-batch-creation/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 11 Nov 2008 14:47:55 GMT</pubDate>
<guid>http://snipplr.com/view/9667/combine-columns-in-excel-to-create-usernames-for-batch-creation/</guid>
</item>
</channel>
</rss>