<?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>Comments on: Please help me sort my vocabulary list in Excel!</title>
	<link>http://ask.metafilter.com/92509/Please-help-me-sort-my-vocabulary-list-in-Excel/</link>
	<description>Comments on Ask MetaFilter post Please help me sort my vocabulary list in Excel!</description>
	<pubDate>Tue, 27 May 2008 15:01:15 -0800</pubDate>
	<lastBuildDate>Tue, 27 May 2008 15:01:15 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Please help me sort my vocabulary list in Excel!</title>
		<link>http://ask.metafilter.com/92509/Please-help-me-sort-my-vocabulary-list-in-Excel</link>	
		<description>Complicated Excel formula question involving text-search and Japanese characters. Can you help? &lt;br /&gt;&lt;br /&gt; I have two spreadsheets. &lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.joshuacarmody.com/temp/vocab.xls&quot;&gt;Spreadsheet A&lt;/a&gt; contains a list of Japanese vocabulary words I need to learn for the JLPT this year. &lt;a href=&quot;http://www.joshuacarmody.com/temp/heisig.xls&quot;&gt;Spreadsheet B&lt;/a&gt; contains a list of Japanese characters in one column along with the characters &quot;Heisig number&quot; (an ordinal number indicating where that character appears in the book &quot;Remembering The Kanji&quot; by James Heisig).&lt;br&gt;
&lt;br&gt;
I want to add a column to Spreadsheet A that will contain the highest Heisig number among the characters that make up the vocabulary word. The purpose of this is to sort the words in Spreadsheet A so that I can memorize only the words that can be written using the Kanji I&apos;ve learned so far.&lt;br&gt;
&lt;br&gt;
Confused? Here&apos;s an example: Spreadsheet A, cell 57A contains the word &quot;&#26397;&#23517;&#22346;&quot;. Using Spreadsheet B to looking up the 3 characters in that word, I find the Heisig number for &#26397; is 52, &#23517; is 1150, and &#22346; is 492. 1150 is the highest of those 3 numbers, so I&apos;d like Spreadsheet A, cell 57B to read &quot;1150&quot;. Is there a way to set up a formula to do this? I&apos;ve never pushed Excel this far before.&lt;br&gt;
&lt;br&gt;
Thank you in advance, Hive Mind!</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.92509</guid>
		<pubDate>Tue, 27 May 2008 13:34:08 -0800</pubDate>
		<dc:creator>Vorteks</dc:creator>
		
			<category>excel</category>
		
			<category>japanese</category>
		
			<category>characters</category>
		
			<category>search</category>
		
			<category>formula</category>
		
			<category>formulas</category>
		
			<category>heisig</category>
		
			<category>jlpt</category>
		
			<category>vocabulary</category>
		
	</item> <item>
		<title>By: clarkie666</title>
		<link>http://ask.metafilter.com/92509/Please-help-me-sort-my-vocabulary-list-in-Excel#1354409</link>	
		<description>Hardly the most elegant solution on my part but&lt;br&gt;
1. Put heisig.xls in a second sheet ov vocab.xls and name the range &quot;reference&quot;&lt;br&gt;
2. Use =MID($A2,1,1) to =MID($A2,15,1) to split out the japanese cell into cells B to P containing each character (the longest string is 15 characters so you only need 15 columns)&lt;br&gt;
3. Use VLOOKUP to lookup the Heisg number for each Japanese character try [=IF(ISNA(VLOOKUP(B2,reference,2,FALSE)),0,VLOOKUP(B2,reference,2,FALSE)] to remove N/A results from the lookup so you only have real numbers returned from the &quot;reference&quot; range.&lt;br&gt;
4. Use Max() for the results to return the higest number.&lt;br&gt;
5 Fill the results down.&lt;br&gt;
&lt;br&gt;
I am sure someone knows an array formulae that can accomplish the same thing but this is the quick and dirty way. I just PM&apos;d you if you want the sheet that i put together.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.92509-1354409</guid>
		<pubDate>Tue, 27 May 2008 15:01:15 -0800</pubDate>
		<dc:creator>clarkie666</dc:creator>
	</item><item>
		<title>By: milqman</title>
		<link>http://ask.metafilter.com/92509/Please-help-me-sort-my-vocabulary-list-in-Excel#1354546</link>	
		<description>That is about how I would do it too.  You can make it fancier if you want but by the time that hide all of the appropriate cells, this gives you exactly what you are looking for with no extra mess in the way.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.92509-1354546</guid>
		<pubDate>Tue, 27 May 2008 16:43:28 -0800</pubDate>
		<dc:creator>milqman</dc:creator>
	</item>
	</channel>
</rss>
