<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions tagged with excel2007</title>
      <link>http://ask.metafilter.com/tags/excel2007</link>
      <description>Questions tagged with 'excel2007' at Ask MetaFilter.</description>
	  <pubDate>Wed, 08 Apr 2009 17:15:03 -0800</pubDate> <lastBuildDate>Wed, 08 Apr 2009 17:15:03 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>tips or tricks for organizing information using Windows XP</title>
	<link>http://ask.metafilter.com/119015/tips%2Dor%2Dtricks%2Dfor%2Dorganizing%2Dinformation%2Dusing%2DWindows%2DXP</link>	
	<description>Does anyone have any tips or tricks for organizing information using Windows XP and MS productivity software? Specifically, I&apos;m wondering if there is a native &quot;tags&quot; function where you can tag specific documents so they can be easily retrieved. &lt;br&gt;
&lt;br&gt;
When contracting, I relied on Gmail and the Google drive shell extension to easily store documents. In fact, I still use this system now for saving expense receipts for work: I email the receipts to a Gmail account and then search by keyword and date to find them.&lt;br&gt;
&lt;br&gt;
However, I cannot use Gmail for work - it&apos;s against IT policy. I typically use Outlook 2007, Word 2007 and Excel 2007. The problem I have is that I often save multiple versions of files in multiple places.&lt;br&gt;
&lt;br&gt;
I do have a filing system set up for email in Outlook 2007, but I often wish I could just bookmark an email, or bookmark and Excel spreadsheet.&lt;br&gt;
&lt;br&gt;
Instead, I have to either save or file, and I much prefer Gmail&apos;s tagging system.&lt;br&gt;
&lt;br&gt;
I am not considering moving to Gmail or whatever for my work-related productivity docs. &lt;br&gt;
&lt;br&gt;
MS Desktop Search is enabled on my computer, but it&apos;s not quite as fast or efficient as the search function in Gmail.&lt;br&gt;
&lt;br&gt;
So, once again, my question is:&lt;br&gt;
&lt;br&gt;
Instead, does anyone have any tips or tricks for tagging items in Outlook 2007, or Word or Excel for easy retrieval? I&apos;d love to hear your own unique solution using MS productivity software.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Note: my computer is locked down so I cannot easily install software.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.119015</guid>
	<pubDate>Wed, 08 Apr 2009 17:15:03 -0800</pubDate>
	<category>Excel2007</category>
	<category>filing</category>
	<category>Microsoft</category>
	<category>MS</category>
	<category>organizing</category>
	<category>Outlook2007</category>
	<category>productivity</category>
	<category>tags</category>
	<category>Word2007</category>
	<dc:creator>KokuRyu</dc:creator>
	</item>
	<item>
	<title>I need help cleaning some dirty data</title>
	<link>http://ask.metafilter.com/117074/I%2Dneed%2Dhelp%2Dcleaning%2Dsome%2Ddirty%2Ddata</link>	
	<description>Excel-filter: Mysterious single-quotes that precede the data in each cell.  How do I get rid of them? I&apos;m working with a spreadsheet that&apos;s several years old.  I suspect that the spreadsheet was created from a CSV file initially, but it was done before my time so I don&apos;t know for sure.  Every entry in the first two columns is preceded by a single-quote.  I &lt;em&gt;think&lt;/em&gt; this was originally to force the text into..well, text, format that is.  However, this character is causing these entries to not match other entries with the same text, sans single quote, which is a big problem for me.  Things I&apos;ve tried to get rid of these annoying characters:&lt;br&gt;
&lt;br&gt;
=Clean()&lt;br&gt;
Text-&amp;gt;Columns&lt;br&gt;
Changing the format (text, number, etc)&lt;br&gt;
=Right(A1, Len(A1)-1)  //this one chops off the first real character and leaves the single quote&lt;br&gt;
Find &amp;amp; Replace using a copy/pasted single quote from an afflicted cell&lt;br&gt;
&lt;br&gt;
Example of afflicted data, copy/pasted right from the spreadsheet:&lt;br&gt;
&lt;code&gt;&apos;10807268&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
Nothing has worked except manually editing the cell and removing the character.  Since I&apos;m dealing with upwards of 10k cells, I &lt;em&gt;really&lt;/em&gt; don&apos;t want to do this manually.  Haven&apos;t managed to come up with anything on Google either.  I&apos;m using Excel 2007, though the file is .xls (rather than 2k7&apos;s .xlsx).&lt;br&gt;
&lt;br&gt;
I&apos;m not very good with macros, but willing to try them if they&apos;ll help.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.117074</guid>
	<pubDate>Wed, 18 Mar 2009 11:34:54 -0800</pubDate>
	<category>excel</category>
	<category>excel2007</category>
	<category>resolved</category>
	<dc:creator>ashirys</dc:creator>
	</item>
	<item>
	<title>Excel 2007: Filter one sheet based on a range of cells in another sheet</title>
	<link>http://ask.metafilter.com/100341/Excel%2D2007%2DFilter%2Done%2Dsheet%2Dbased%2Don%2Da%2Drange%2Dof%2Dcells%2Din%2Danother%2Dsheet</link>	
	<description>Excel 2007: How do I filter one worksheet based on values in a range of cells in a second worksheet. Example: ParentSheet has 50 rows.&lt;br&gt;
ChildSheet has 36000 rows.&lt;br&gt;
&lt;br&gt;
I want to filter ChildSheet to show only rows that have Column A = any of the values in ParentSheet, Column A.&lt;br&gt;
&lt;br&gt;
I&apos;d do this with a join or an In() in SQL, like: SELECT ChildSheet.* FROM ChildSheet WHERE ChidSheet.A = ParentSheet.A;&lt;br&gt;
&lt;br&gt;
Is there an easy way to do this in Excel 2007?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.100341</guid>
	<pubDate>Thu, 28 Aug 2008 10:59:38 -0800</pubDate>
	<category>Excel</category>
	<category>Excel2007</category>
	<category>Filter</category>
	<dc:creator>syzygy</dc:creator>
	</item>
	<item>
	<title>Excel 2007 - Duplicate Data Removal Issue</title>
	<link>http://ask.metafilter.com/88981/Excel%2D2007%2DDuplicate%2DData%2DRemoval%2DIssue</link>	
	<description>Excel 2007 - Is there a way to remove ONLY a duplicate row leaving the first unique entry? I have a list of sweepstakes entries that need to be pared down to only unique entries.  When I attempt to remove duplicate data it usually removes both the duplicates AND the first entry.  I need to find a simple way (without formulas, if possible) to separate the duplicates from the unique entries.&lt;br&gt;
&lt;br&gt;
The data columns are as follows:  Entry Date, First Name, Last Name, Email, Birthdate, Address, City, State, Zip, Sex, Phone Number, Opt In 1, Opt In 2.&lt;br&gt;
&lt;br&gt;
I need to remove all duplicate email addresses from the list.  There are a few issues with the way I currently do things.  If I just highlight the email column and remove duplicate data it shifts all the unique addresses up so now the data is out of alignment.  If I select the entire spreadsheet and remove duplicates it doesn&apos;t come up with the same number of duplicate entries as I get with just the email column.  Finally, if I apply conditional formatting to the duplicate entries it highlights all versions of the same email address.  Thus, I would be removing all entires for that person.  I need to allow them one and remove the rest.&lt;br&gt;
&lt;br&gt;
I realize there are ways to do this with formulas but I have to do this often and applying a formula to tens of thousands of rows is very, very cumbersome.&lt;br&gt;
&lt;br&gt;
Oh Hive Mind, please help me!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.88981</guid>
	<pubDate>Wed, 16 Apr 2008 11:26:14 -0800</pubDate>
	<category>Duplicate</category>
	<category>Excel</category>
	<category>Excel2007</category>
	<category>MicrosoftOffice</category>
	<dc:creator>Sandor Clegane</dc:creator>
	</item>
	<item>
	<title>How can I conditionally format an entire row in Excel based upon the data in one of the columns in that row?</title>
	<link>http://ask.metafilter.com/82598/How%2Dcan%2DI%2Dconditionally%2Dformat%2Dan%2Dentire%2Drow%2Din%2DExcel%2Dbased%2Dupon%2Dthe%2Ddata%2Din%2Done%2Dof%2Dthe%2Dcolumns%2Din%2Dthat%2Drow</link>	
	<description>How can I conditionally format an entire row in Excel 2007 based upon the contents of a particular column in that row? Say row 1 column J, row 4 column J, and row 19 column J all contain &quot;Alice.&quot; I&apos;d like rows 1, 4, and 19 all to appear with a red background. Say row 2 column J, row 44 column J, and row 45 column J all contain &quot;Bob.&quot; I&apos;d like for rows 2, 44, and 45 all to appear with a blue background. And so forth.&lt;br&gt;
&lt;br&gt;
Basically, what I&apos;m asking is how to make a relative column reference in a formula. I remember doing precisely this using VBScript for Excel years ago, but for the life of me can&apos;t locate that old code. Anyway, something along the lines of the following psuedo-code entered into the Conditional Formatting dialog box:&lt;br&gt;
&lt;br&gt;
Apply &quot;Format 1&quot; according to the following formula [assuming (y,x) refers to (column y, row x)]:&lt;br&gt;
&lt;br&gt;
=IF((J,ROW())=&quot;Alice&quot;)&lt;br&gt;
&lt;br&gt;
It might also be nice to do this with a named range, so that if I apply the name &quot;First_Name&quot; to the entirety of row J, the formula is then a bit clearer:&lt;br&gt;
&lt;br&gt;
=IF((First_Name,ROW())=&quot;Alice&quot;)&lt;br&gt;
&lt;br&gt;
Total n00b0 question, I&apos;m sure, but I don&apos;t spend much time in Excel, and am would very much appreciate the help.  Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.82598</guid>
	<pubDate>Fri, 01 Feb 2008 17:33:34 -0800</pubDate>
	<category>2007</category>
	<category>conditional</category>
	<category>conditionalformatting</category>
	<category>excel</category>
	<category>excel2007</category>
	<category>format</category>
	<category>formatting</category>
	<category>microsoft</category>
	<category>row</category>
	<dc:creator>ChasFile</dc:creator>
	</item>
	<item>
	<title>Names as data labels or markers in Excel 2007?</title>
	<link>http://ask.metafilter.com/77314/Names%2Das%2Ddata%2Dlabels%2Dor%2Dmarkers%2Din%2DExcel%2D2007</link>	
	<description>Excel 2007 charting:  Can you tell me how to use the name of a point as the data marker or the data label in an X-Y scatter plot? I have about 75 - 80 points that I&apos;d like to display in an X-Y scatterplot in Excel 2007.  Each point has a name consisting of a letter and a number:  point A1 is (3, 3), point A2 is (4,6), point B1 is (2,1), etc.  My point names are in column A, my x values are in column B, and my y values are in column C.  Ideally, instead of a lot of blue diamonds scattered across the chart, I&apos;d like to be the markers to be the point names (A1,  A2, etc.).  If that&apos;s not possible, I&apos;d settle for being able to use the point names as data labels next to the blue diamonds.  The only options I seems to be able to access for the data label are the X value, the Y value, or the name of the whole series. &lt;br&gt;
&lt;br&gt;
Apologies if I&apos;m missing something obvious--an hour of exploring the help facility and Googling have not been very illuminating.  I&apos;d be happy to implement a simple VBA script or macro if that would help.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.77314</guid>
	<pubDate>Wed, 28 Nov 2007 09:03:01 -0800</pubDate>
	<category>chart</category>
	<category>Excel</category>
	<category>Excel2007</category>
	<category>label</category>
	<category>marker</category>
	<category>scatterplot</category>
	<dc:creator>muhonnin</dc:creator>
	</item>
	
	</channel>
</rss>

