<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/microsoft.public.excel.worksheet.functions</id>
  <title type="text">microsoft.public.excel.worksheet.functions Google Group</title>
  <subtitle type="text">
  Microsoft Office Excel newsgroup.
  </subtitle>
  <link href="/group/microsoft.public.excel.worksheet.functions/feed/atom_v1_0_msgs.xml" rel="self" title="microsoft.public.excel.worksheet.functions feed"/>
  <updated>2010-01-05T10:29:01Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Max</name>
  <email>demecha...@yahoo.com</email>
  </author>
  <updated>2010-01-05T10:29:01Z</updated>
  <id>http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/65048718af606dbe/53bbdc56b0886a4e?show_docid=53bbdc56b0886a4e</id>
  <link href="http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/65048718af606dbe/53bbdc56b0886a4e?show_docid=53bbdc56b0886a4e"/>
  <title type="text">Re: Copy from worksheet 1 to worksheet 2, 3 , 4 etc..</title>
  <summary type="html" xml:space="preserve">
  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())
  </summary>
  </entry>
  <entry>
  <author>
  <name>Stefi</name>
  <email>csoszp...@gmail.com</email>
  </author>
  <updated>2010-01-05T10:20:29Z</updated>
  <id>http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/fc1cb9b394796628/3d92456fe228ad37?show_docid=3d92456fe228ad37</id>
  <link href="http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/fc1cb9b394796628/3d92456fe228ad37?show_docid=3d92456fe228ad37"/>
  <title type="text">Re: CHANGE TEXT DATE TO NUMERIC DATE</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Max</name>
  <email>demecha...@yahoo.com</email>
  </author>
  <updated>2010-01-05T10:04:01Z</updated>
  <id>http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/51fa90fadf016036/f1127bcbe1cdc01e?show_docid=f1127bcbe1cdc01e</id>
  <link href="http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/51fa90fadf016036/f1127bcbe1cdc01e?show_docid=f1127bcbe1cdc01e"/>
  <title type="text">Re: looking for a function that hopefully exist</title>
  <summary type="html" xml:space="preserve">
  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;)
  </summary>
  </entry>
  <entry>
  <author>
  <name>bill gras</name>
  <email>billg...@discussions.microsoft.com</email>
  </author>
  <updated>2010-01-05T09:46:01Z</updated>
  <id>http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/03234c8188677275/606e0b07603dbb1a?show_docid=606e0b07603dbb1a</id>
  <link href="http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/03234c8188677275/606e0b07603dbb1a?show_docid=606e0b07603dbb1a"/>
  <title type="text">Re: blank cell instead of x</title>
  <summary type="html" xml:space="preserve">
  Hi David Biddulph &lt;br&gt; Your suggestion works perfect . Thank You &lt;br&gt; Have a prosperous new year
  </summary>
  </entry>
  <entry>
  <author>
  <email></email>
  </author>
  <updated>2010-01-05T09:38:01Z</updated>
  <id>http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/d5cd3c0e5845aad1/7edbe5cb7c2c8f89?show_docid=7edbe5cb7c2c8f89</id>
  <link href="http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/d5cd3c0e5845aad1/7edbe5cb7c2c8f89?show_docid=7edbe5cb7c2c8f89"/>
  <title type="text">Re: how to return mulitple corresponding values</title>
  <summary type="html" xml:space="preserve">
  I managed to solve the issue. Thanks &lt;br&gt; &amp;quot;:)&amp;quot; wrote:
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tarquin Krikery</name>
  <email>tarquinkrik...@discussions.microsoft.com</email>
  </author>
  <updated>2010-01-05T09:31:02Z</updated>
  <id>http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/2e1f154fabb25dd5/0aecb738dbe52676?show_docid=0aecb738dbe52676</id>
  <link href="http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/2e1f154fabb25dd5/0aecb738dbe52676?show_docid=0aecb738dbe52676"/>
  <title type="text">Re: Lookup problem Excel capabilities</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>JJ</name>
  <email>j...@discussions.microsoft.com</email>
  </author>
  <updated>2010-01-05T08:52:02Z</updated>
  <id>http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/79bc935a72b6c27c/624b3e926809ef0e?show_docid=624b3e926809ef0e</id>
  <link href="http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/79bc935a72b6c27c/624b3e926809ef0e?show_docid=624b3e926809ef0e"/>
  <title type="text">RE: Multiple Values</title>
  <summary type="html" xml:space="preserve">
  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.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Per Jessen</name>
  <email>per.jes...@mail.dk</email>
  </author>
  <updated>2010-01-05T08:18:07Z</updated>
  <id>http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/d98e8e405b7c3fa9/bcd47bf9731d1a19?show_docid=bcd47bf9731d1a19</id>
  <link href="http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/d98e8e405b7c3fa9/bcd47bf9731d1a19?show_docid=bcd47bf9731d1a19"/>
  <title type="text">Re: Using &quot;Verifiers&quot;</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mike Middleton</name>
  <email>m...@mikemiddleton.com</email>
  </author>
  <updated>2010-01-05T08:05:15Z</updated>
  <id>http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/5fcd2db880216688/8ac0f0a879c39f2d?show_docid=8ac0f0a879c39f2d</id>
  <link href="http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/5fcd2db880216688/8ac0f0a879c39f2d?show_docid=8ac0f0a879c39f2d"/>
  <title type="text">Re: Generating random numbers</title>
  <summary type="html" xml:space="preserve">
  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?
  </summary>
  </entry>
  <entry>
  <author>
  <name>hkgoodwill</name>
  <email>hkgoodwill.588a...@officefrustration.com</email>
  </author>
  <updated>2010-01-05T06:16:40Z</updated>
  <id>http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/d5f161cc29f53c39/89047a777f3b895d?show_docid=89047a777f3b895d</id>
  <link href="http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/d5f161cc29f53c39/89047a777f3b895d?show_docid=89047a777f3b895d"/>
  <title type="text">Re: Problem with a Array formula, Please help !!</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Louis</name>
  <email>lo...@discussions.microsoft.com</email>
  </author>
  <updated>2010-01-05T08:01:01Z</updated>
  <id>http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/bc4abef8a0a917cc/0ef56a14724e2c07?show_docid=0ef56a14724e2c07</id>
  <link href="http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/bc4abef8a0a917cc/0ef56a14724e2c07?show_docid=0ef56a14724e2c07"/>
  <title type="text">Re: how do i retrieve the largest value from several records/rows</title>
  <summary type="html" xml:space="preserve">
  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!
  </summary>
  </entry>
  <entry>
  <author>
  <name>Joe User</name>
  <email></email>
  </author>
  <updated>2010-01-05T08:00:01Z</updated>
  <id>http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/5fcd2db880216688/1a4a1e46873d1ed1?show_docid=1a4a1e46873d1ed1</id>
  <link href="http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/5fcd2db880216688/1a4a1e46873d1ed1?show_docid=1a4a1e46873d1ed1"/>
  <title type="text">RE: Generating random numbers</title>
  <summary type="html" xml:space="preserve">
  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:
  </summary>
  </entry>
  <entry>
  <author>
  <name>R. Best</name>
  <email>r.b...@discussions.microsoft.com</email>
  </author>
  <updated>2010-01-05T08:01:01Z</updated>
  <id>http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/d98e8e405b7c3fa9/bd832ef794697911?show_docid=bd832ef794697911</id>
  <link href="http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/d98e8e405b7c3fa9/bd832ef794697911?show_docid=bd832ef794697911"/>
  <title type="text">Using &quot;Verifiers&quot;</title>
  <summary type="html" xml:space="preserve">
  I have created what I call &amp;quot;Verifier&amp;quot; formulas in a large workbook to ensure &lt;br&gt; that my data, as well as my formulas are all acting in the way I intended, I &lt;br&gt; also use them to double check data entry. &lt;br&gt; I use &amp;quot;IF&amp;quot; formulas for all of my verifier cells. [=IF(A1=A2, &amp;quot;OK&amp;quot;, &amp;quot;NOT OK&amp;quot;)] &lt;br&gt; After the logical test the cell returns either ok, or not ok, using this
  </summary>
  </entry>
  <entry>
  <author>
  <email></email>
  </author>
  <updated>2010-01-05T07:17:01Z</updated>
  <id>http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/d5cd3c0e5845aad1/60d25588caf2baf0?show_docid=60d25588caf2baf0</id>
  <link href="http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/d5cd3c0e5845aad1/60d25588caf2baf0?show_docid=60d25588caf2baf0"/>
  <title type="text">Re: how to return mulitple corresponding values</title>
  <summary type="html" xml:space="preserve">
  Hi Biff, &lt;br&gt; I am following this thread and use your example. My formula is: &lt;br&gt; {=INDEX(Customer,SMALL(IF(Reve nue*$C$3&amp;gt;Criteria,ROW(INDIRECT (&amp;quot;1:&amp;quot;&amp;amp;ROWS(Customer)))),ROW(A1 )))} &lt;br&gt; I got what I want, but now I face a new problem. I want those values whose &lt;br&gt; status is not &#39;under negotiation&#39;. I tried &lt;br&gt; {=INDEX(Customer,SMALL(IF((Sta tus&amp;lt;&amp;gt;&amp;quot;under
  </summary>
  </entry>
  <entry>
  <author>
  <name>T. Valko</name>
  <email>biffinp...@comcast.net</email>
  </author>
  <updated>2010-01-05T07:04:48Z</updated>
  <id>http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/26e70a9ba3efe8a9/f1785ffb06f03b78?show_docid=f1785ffb06f03b78</id>
  <link href="http://groups.google.com/group/microsoft.public.excel.worksheet.functions/browse_frm/thread/26e70a9ba3efe8a9/f1785ffb06f03b78?show_docid=f1785ffb06f03b78"/>
  <title type="text">Re: when setting a cell to equal a blank cell it displays 0</title>
  <summary type="html" xml:space="preserve">
  Try this... &lt;br&gt; =IF(B1=&amp;quot;&amp;quot;,&amp;quot;&amp;quot;,B1)
  </summary>
  </entry>
</feed>
