<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>microsoft.public.excel.worksheet.functions Google Group</title>
  <link>http://groups.google.com/group/microsoft.public.excel.worksheet.functions</link>
  <description>Microsoft Office Excel newsgroup.</description>
  <language>en</language>
  <item>
  <title>Re: Excel changing date format after VB has run</title>
  <link>http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/d310260a62ff0fe5/7ba318cb5ac921ae?show_docid=7ba318cb5ac921ae</link>
  <description>
  Also, I have tried changing the fields to text but then the VLOOKUP &lt;br&gt; wont work.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/d310260a62ff0fe5/7ba318cb5ac921ae?show_docid=7ba318cb5ac921ae</guid>
  <author>
  rje.h...@yahoo.co.uk
  (Richhall)
  </author>
  <pubDate>Tue, 05 Jan 2010 13:05:57 UT
</pubDate>
  </item>
  <item>
  <title>Excel changing date format after VB has run</title>
  <link>http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/d310260a62ff0fe5/2ed080d484f37c58?show_docid=2ed080d484f37c58</link>
  <description>
  Hi &lt;br&gt; I have a sheet 1 with a combo box and a blank field. When something &lt;br&gt; is selected from the combo box a date gets populated in the blank &lt;br&gt; field. The date is custom formatted as mmm-yyyy. &lt;br&gt; On sheet 2 I have a table with the options in the drop down box and a &lt;br&gt; date next to them. When a selection is done, the code does a VLOOKUP
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/d310260a62ff0fe5/2ed080d484f37c58?show_docid=2ed080d484f37c58</guid>
  <author>
  rje.h...@yahoo.co.uk
  (Richhall)
  </author>
  <pubDate>Tue, 05 Jan 2010 12:11:55 UT
</pubDate>
  </item>
  <item>
  <title>Sending data to tabs</title>
  <link>http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/85bd2566c07f559e/64c108b5da551080?show_docid=64c108b5da551080</link>
  <description>
  Hi, &lt;br&gt; Im trying to send data to different tabs. I have sorted the data in column C &lt;br&gt; so the numbers run one after the other. Is there a quick way of sending the &lt;br&gt; row of information to a tab after each different number in column C? &lt;br&gt; Thanks
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/85bd2566c07f559e/64c108b5da551080?show_docid=64c108b5da551080</guid>
  <author>
  k...@discussions.microsoft.com
  (Kirk)
  </author>
  <pubDate>Tue, 05 Jan 2010 11:32:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: Copy from worksheet 1 to worksheet 2, 3 , 4 etc..</title>
  <link>http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/65048718af606dbe/53bbdc56b0886a4e?show_docid=53bbdc56b0886a4e</link>
  <description>
  This easy formulas model might appeal to you &lt;br&gt; Your source table as posted is in Sheet1, &lt;br&gt; with text in B1 across: Monday, Tuesday &lt;br&gt; and corresponding data in row2 down &lt;br&gt; In another sheet &lt;br&gt; Let&#39;s say B1 will house the day of interest, eg: Monday (text label) &lt;br&gt; Put in A2: &lt;br&gt; =IF(OR(OFFSET(Sheet1!A:A,,MATC H(B$1,Sheet1!$1:$1,0)-1)={0,&amp;quot;o ff&amp;quot;}),&amp;quot;&amp;quot;,ROW())
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/65048718af606dbe/53bbdc56b0886a4e?show_docid=53bbdc56b0886a4e</guid>
  <author>
  demecha...@yahoo.com
  (Max)
  </author>
  <pubDate>Tue, 05 Jan 2010 10:29:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: CHANGE TEXT DATE TO NUMERIC DATE</title>
  <link>http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/fc1cb9b394796628/3d92456fe228ad37?show_docid=3d92456fe228ad37</link>
  <description>
  This is tested: &lt;br&gt; =DATEVALUE(MID(A2,4,3)&amp;amp;&amp;quot;/&amp;quot;&amp;amp;LEF T(A2,3)&amp;amp;&amp;quot;/&amp;quot;&amp;amp;RIGHT(LEFT(TRIM($A $2),SEARCH &lt;br&gt; (&amp;quot;/&amp;quot;,SUBSTITUTE(TRIM($A$2),&amp;quot; &amp;quot;,&amp;quot;/&amp;quot;,3))-1),4)) &lt;br&gt; It requires English Regional settings and English language Excel &lt;br&gt; version. &lt;br&gt; Regards, &lt;br&gt; Stefi
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/fc1cb9b394796628/3d92456fe228ad37?show_docid=3d92456fe228ad37</guid>
  <author>
  csoszp...@gmail.com
  (Stefi)
  </author>
  <pubDate>Tue, 05 Jan 2010 10:20:29 UT
</pubDate>
  </item>
  <item>
  <title>Re: looking for a function that hopefully exist</title>
  <link>http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/51fa90fadf016036/f1127bcbe1cdc01e?show_docid=f1127bcbe1cdc01e</link>
  <description>
  Here&#39;s a simple, fast, non-array formulas set up to deliver the desired &lt;br&gt; functionalities &lt;br&gt; Assume source data in Sheet1, cols A to C, data from row2 down &lt;br&gt; Assume the key col = col A (names, say) &lt;br&gt; In another sheet, &lt;br&gt; A2 will house the input for the name of interest, eg: ABC &lt;br&gt; In B2: =IF(Sheet1!A2=A$2,ROW(),&amp;quot;&amp;quot;)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/51fa90fadf016036/f1127bcbe1cdc01e?show_docid=f1127bcbe1cdc01e</guid>
  <author>
  demecha...@yahoo.com
  (Max)
  </author>
  <pubDate>Tue, 05 Jan 2010 10:04:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: blank cell instead of x</title>
  <link>http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/03234c8188677275/606e0b07603dbb1a?show_docid=606e0b07603dbb1a</link>
  <description>
  Hi David Biddulph &lt;br&gt; Your suggestion works perfect . Thank You &lt;br&gt; Have a prosperous new year
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/03234c8188677275/606e0b07603dbb1a?show_docid=606e0b07603dbb1a</guid>
  <author>
  billg...@discussions.microsoft.com
  (bill gras)
  </author>
  <pubDate>Tue, 05 Jan 2010 09:46:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: how to return mulitple corresponding values</title>
  <link>http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/d5cd3c0e5845aad1/7edbe5cb7c2c8f89?show_docid=7edbe5cb7c2c8f89</link>
  <description>
  I managed to solve the issue. Thanks &lt;br&gt; &amp;quot;:)&amp;quot; wrote:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/d5cd3c0e5845aad1/7edbe5cb7c2c8f89?show_docid=7edbe5cb7c2c8f89</guid>
  <author>
  </author>
  <pubDate>Tue, 05 Jan 2010 09:38:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: Lookup problem Excel capabilities</title>
  <link>http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/2e1f154fabb25dd5/0aecb738dbe52676?show_docid=0aecb738dbe52676</link>
  <description>
  RYAN - thanks I am fairly confident with vlookup and use it all the time, &lt;br&gt; though it does not seem to cover what I am in need of on this occassion. I &lt;br&gt; may need to use it in conjunction with an IF statement or something else as &lt;br&gt; the vlookup will have more than one result available to it on the lookup
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/2e1f154fabb25dd5/0aecb738dbe52676?show_docid=0aecb738dbe52676</guid>
  <author>
  tarquinkrik...@discussions.microsoft.com
  (Tarquin Krikery)
  </author>
  <pubDate>Tue, 05 Jan 2010 09:31:02 UT
</pubDate>
  </item>
  <item>
  <title>RE: Multiple Values</title>
  <link>http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/79bc935a72b6c27c/624b3e926809ef0e?show_docid=624b3e926809ef0e</link>
  <description>
  Hi JLatham, &lt;br&gt; The formula I require has to in Worksheet A :- &lt;br&gt; [B1] &lt;br&gt; lookup DATA in Worksheet A &lt;br&gt; [A1] &lt;br&gt; SP001 &lt;br&gt; in worksheet B &lt;br&gt; [A] &lt;br&gt; SP001 &lt;br&gt; SP001 &lt;br&gt; SP001 &lt;br&gt; Search for all Text String starting with &amp;quot;PL&amp;quot; in Worksheet B &lt;br&gt; [B] &lt;br&gt; PL001 &lt;br&gt; PL002 &lt;br&gt; DL001 &lt;br&gt; and return with values from Worksheet B &lt;br&gt; [C] &lt;br&gt; 1 &lt;br&gt; 16 &lt;br&gt; 5 &lt;br&gt; as 1 and 16. &lt;br&gt; I need the values to be seperated and not summed.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/79bc935a72b6c27c/624b3e926809ef0e?show_docid=624b3e926809ef0e</guid>
  <author>
  j...@discussions.microsoft.com
  (JJ)
  </author>
  <pubDate>Tue, 05 Jan 2010 08:52:02 UT
</pubDate>
  </item>
  <item>
  <title>Re: Using &quot;Verifiers&quot;</title>
  <link>http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/d98e8e405b7c3fa9/bcd47bf9731d1a19?show_docid=bcd47bf9731d1a19</link>
  <description>
  Hi &lt;br&gt; You can use countif to count number of cells in a range which is not ok, and &lt;br&gt; if the result is above 0, then return &#39;Not OK&#39; &lt;br&gt; =IF(COUNTIF(A1:G100,&amp;quot;Not ok&amp;quot;)&amp;gt;0,&amp;quot;Not OK&amp;quot;,&amp;quot;OK&amp;quot;) &lt;br&gt; Hopes this helps. &lt;br&gt; ... &lt;br&gt; Per &lt;br&gt; &amp;quot;R.Best&amp;quot; &amp;lt;R.B...@discussions.microsoft. com&amp;gt; skrev i meddelelsen
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/d98e8e405b7c3fa9/bcd47bf9731d1a19?show_docid=bcd47bf9731d1a19</guid>
  <author>
  per.jes...@mail.dk
  (Per Jessen)
  </author>
  <pubDate>Tue, 05 Jan 2010 08:18:07 UT
</pubDate>
  </item>
  <item>
  <title>Re: Generating random numbers</title>
  <link>http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/5fcd2db880216688/8ac0f0a879c39f2d?show_docid=8ac0f0a879c39f2d</link>
  <description>
  tobbey - &lt;br&gt; To generate 4-digit random numbers in Excel, you could use &lt;br&gt; =INT(RAND()*10000) &lt;br&gt; - Mike &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.MikeMiddleton.com&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; How do i generate random 4 digit numbers using office outlook?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/5fcd2db880216688/8ac0f0a879c39f2d?show_docid=8ac0f0a879c39f2d</guid>
  <author>
  m...@mikemiddleton.com
  (Mike Middleton)
  </author>
  <pubDate>Tue, 05 Jan 2010 08:05:15 UT
</pubDate>
  </item>
  <item>
  <title>Re: Problem with a Array formula, Please help !!</title>
  <link>http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/d5f161cc29f53c39/89047a777f3b895d?show_docid=89047a777f3b895d</link>
  <description>
  Sir, &lt;br&gt; I have tried many many time to upload the the excel file (zipped) but &lt;br&gt; in vain. so I present what the Array forumula is intended to do here : &lt;br&gt; 1. if column A is &amp;quot;ABC&amp;quot; go to table at worksheet A; otherwise go to &lt;br&gt; worksheet B; &lt;br&gt; 2. try to check how many item numbers in column B,D,F,H,J,L,N,P with &lt;br&gt; respective table to see if column G of the table for respective item
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/d5f161cc29f53c39/89047a777f3b895d?show_docid=89047a777f3b895d</guid>
  <author>
  hkgoodwill.588a...@officefrustration.com
  (hkgoodwill)
  </author>
  <pubDate>Tue, 05 Jan 2010 06:16:40 UT
</pubDate>
  </item>
  <item>
  <title>Re: how do i retrieve the largest value from several records/rows</title>
  <link>http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/bc4abef8a0a917cc/0ef56a14724e2c07?show_docid=0ef56a14724e2c07</link>
  <description>
  Wow...jackpot! &lt;br&gt; My formulae did NOT have these curlies. I had simply pressed &amp;quot;enter&amp;quot; as I&#39;ve &lt;br&gt; always done. Never ran into this &amp;quot;CSE&amp;quot; before and have not run into array &lt;br&gt; problems until now. Are you supposed to use this method for all arrays or &lt;br&gt; just certain instances? &lt;br&gt; I&#39;ve followed your steps and everything looks good...THANKS!
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/bc4abef8a0a917cc/0ef56a14724e2c07?show_docid=0ef56a14724e2c07</guid>
  <author>
  lo...@discussions.microsoft.com
  (Louis)
  </author>
  <pubDate>Tue, 05 Jan 2010 08:01:01 UT
</pubDate>
  </item>
  <item>
  <title>RE: Generating random numbers</title>
  <link>http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/5fcd2db880216688/1a4a1e46873d1ed1?show_docid=1a4a1e46873d1ed1</link>
  <description>
  If your question is really about Outlook, of course you should post it to an &lt;br&gt; Outlook discussion group. &lt;br&gt; On the off-chance that you simply mistyped and you are really asking about &lt;br&gt; Excel, you really have not given enough details to answer the question. &lt;br&gt; Interpreting you literally, the answer could be as simple as:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/5fcd2db880216688/1a4a1e46873d1ed1?show_docid=1a4a1e46873d1ed1</guid>
  <author>
  (Joe User)
  </author>
  <pubDate>Tue, 05 Jan 2010 08:00:01 UT
</pubDate>
  </item>
  </channel>
</rss>
