<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Thanks to antville.org</title>
    <link>https://oksoft.antville.org/</link>
    <description>Adding Value with limited resources</description>
    <language>en</language>
    <pubDate>Wed, 17 Jun 2026 19:36:08 GMT</pubDate>
    <dc:date>2026-06-17T19:36:08Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Recover a Deleted Word Document</title>
      <link>https://oksoft.antville.org/stories/1709209/</link>
      <description>&lt;p&gt;In Word, go to Tools, then Options. Under the File Locations tab, double-click AutoRecover files and make a note of that path location. Click Cancel and Close. Open up that folder in My Computer or Windows Explorer and search for any .ASD files.&lt;/p&gt;</description>
      <pubDate>Mon, 22 Oct 2007 03:39:09 GMT</pubDate>
      <guid>https://oksoft.antville.org/stories/1709209/</guid>
      <dc:creator>shantanuo</dc:creator>
      <dc:date>2007-10-22T03:39:09Z</dc:date>
    </item>
    <item>
      <title>Saving Filtering Criteria</title>
      <link>https://oksoft.antville.org/stories/1697370/</link>
      <description>&lt;p&gt;To save filtering criteria, use Custom Views:&lt;/p&gt;&lt;p&gt;Step 1: Add the Custom Views icon to the toolbar&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Place the mouse over one of the toolbars, right click, and select Customize from the shortcut menu.&lt;/li&gt;&lt;li&gt;Select the Commands tab.&lt;/li&gt;&lt;li&gt;From Categories, select View and drag the Custom Views icon to the Menu bar.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Step 2: Save the filtering criteria&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Select a cell from the column containing the criteria you want to Filter with.&lt;/li&gt;&lt;li&gt;Click the AutoFilter icon&lt;/li&gt;&lt;li&gt;Type any text criteria you want into the Custom Views box and click twice to save.&lt;/li&gt;&lt;li&gt;Repeat the previous step and save as many filtering criteria as needed from any sheet within the workbook.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;a href="http://www.exceltip.com/st/TipofTheDay/254.html"&gt;www.exceltip.com&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 27 Sep 2007 15:07:29 GMT</pubDate>
      <guid>https://oksoft.antville.org/stories/1697370/</guid>
      <dc:creator>shantanuo</dc:creator>
      <dc:date>2007-09-27T15:07:29Z</dc:date>
    </item>
    <item>
      <title>Returning the Smallest Non-Zero Value</title>
      <link>https://oksoft.antville.org/stories/1695150/</link>
      <description>&lt;p&gt;I don't remember if I have mentioned this before, but if you want to return the Smallest Non-Zero Value, use array.=MIN(IF(A1:A5=0,MAX(A1:A5),A1:A5))&lt;/p&gt;&lt;p&gt;(entered by pressing Ctrl+Shift+Enter)&lt;/p&gt;&lt;p&gt;You can make the formula even shorter by turning it around in this manner:=MIN(IF(A1:A5&amp;lt;&amp;gt;0,A1:A5))&lt;/p&gt;</description>
      <pubDate>Sun, 23 Sep 2007 12:11:03 GMT</pubDate>
      <guid>https://oksoft.antville.org/stories/1695150/</guid>
      <dc:creator>shantanuo</dc:creator>
      <dc:date>2007-09-23T12:11:03Z</dc:date>
    </item>
    <item>
      <title>Another old Excel bug</title>
      <link>https://oksoft.antville.org/stories/1691619/</link>
      <description>&lt;p&gt;I have noticed an odd thing when it comes to creating CSV files with Excel: the files are not always consistent in how they end each row in the output data. When I create a CSV file that has, perhaps, 70 field (columns) of data and then views the CSV file in a text editor, I noticed that the records all contain carriage returns, but in different places. How do I get the CSV files to contain a consistent number of output fields.&lt;/p&gt;&lt;p&gt;This is actually a problem that has been known to Microsoft for quite some time. The Microsoft Knowledge Base includes an article on this topic as early as Excel 97:&lt;/p&gt;&lt;p&gt;&lt;a href="http://support.microsoft.com/?kbid=77295"&gt;support.microsoft.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://tinyurl.com/a4gyb"&gt;tinyurl.com&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 15 Sep 2007 15:34:37 GMT</pubDate>
      <guid>https://oksoft.antville.org/stories/1691619/</guid>
      <dc:creator>shantanuo</dc:creator>
      <dc:date>2007-09-15T15:34:37Z</dc:date>
    </item>
    <item>
      <title>Disable Paste Options</title>
      <link>https://oksoft.antville.org/stories/1676316/</link>
      <description>&lt;p&gt;Excel include a feature that really annoys some people: Paste Options. When you paste some tidbit of information in your worksheet, Excel displays a small, floating &amp;quot;button&amp;quot; right near the end of the pasted information. Follow these steps to turn it off:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Choose Options from the Tools menu. Excel displays the Options dialog box.&lt;/li&gt;&lt;li&gt;Make sure the Edit tab is displayed.&lt;/li&gt;&lt;li&gt;Clear the Show Paste Options Buttons check box.&lt;/li&gt;&lt;li&gt;Click on OK.&lt;/li&gt;&lt;/ol&gt;</description>
      <pubDate>Thu, 16 Aug 2007 03:18:04 GMT</pubDate>
      <guid>https://oksoft.antville.org/stories/1676316/</guid>
      <dc:creator>shantanuo</dc:creator>
      <dc:date>2007-08-16T03:18:04Z</dc:date>
    </item>
    <item>
      <title>Finding a line break</title>
      <link>https://oksoft.antville.org/stories/1661173/</link>
      <description>&lt;p&gt;how to search for a line break (Alt+Enter) in a cell?Press Ctrl+F to display the Find tab of the Find and Replace dialog box. In the Find What box, hold down the Alt key as you type 0010 on the numeric keypad.&lt;/p&gt;&lt;p&gt;&lt;a href="http://tinyurl.com/2copgb"&gt;tinyurl.com&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 15 Jul 2007 14:32:55 GMT</pubDate>
      <guid>https://oksoft.antville.org/stories/1661173/</guid>
      <dc:creator>shantanuo</dc:creator>
      <dc:date>2007-07-15T14:32:55Z</dc:date>
    </item>
    <item>
      <title>Printing a Multi-Line Footer</title>
      <link>https://oksoft.antville.org/stories/1658463/</link>
      <description>&lt;p&gt;You can create a multi-line header or footer in Excel. The trick is to remember that you cannot press Enter while typing your footer. Instead, to start a new line you should hold down the Alt key as you type 0010 on the numeric keypad. This inserts a line-break character in the footer text. The total length of a header or footer cannot exceed 255 characters.&lt;/p&gt;</description>
      <pubDate>Mon, 09 Jul 2007 16:34:02 GMT</pubDate>
      <guid>https://oksoft.antville.org/stories/1658463/</guid>
      <dc:creator>shantanuo</dc:creator>
      <dc:date>2007-07-09T16:34:02Z</dc:date>
    </item>
    <item>
      <title>Picking Up in the Last Document Edited</title>
      <link>https://oksoft.antville.org/stories/1643771/</link>
      <description>&lt;p&gt;you can jump to the last place that you edited in a document by pressing the Shift+F5 key. In other words, open the document, press the shortcut, and the insertion point jumps directly to the last edit point in the document.&lt;/p&gt;</description>
      <pubDate>Sat, 09 Jun 2007 05:28:16 GMT</pubDate>
      <guid>https://oksoft.antville.org/stories/1643771/</guid>
      <dc:creator>shantanuo</dc:creator>
      <dc:date>2007-06-09T05:28:16Z</dc:date>
    </item>
    <item>
      <title>Excel formula tip</title>
      <link>https://oksoft.antville.org/stories/1638270/</link>
      <description>&lt;p&gt;While you enter a formula in a cell, press CTRL+SHIFT+A to see the arguments in a formula. If you type =RATE, and then press CTRL+SHIFT+A, you can see all the arguments for that function--for example, =RATE(nper,pmt,pv,fv,type,guess).&lt;/p&gt;</description>
      <pubDate>Tue, 29 May 2007 04:16:38 GMT</pubDate>
      <guid>https://oksoft.antville.org/stories/1638270/</guid>
      <dc:creator>shantanuo</dc:creator>
      <dc:date>2007-05-29T04:16:38Z</dc:date>
    </item>
    <item>
      <title>Excel Tips</title>
      <link>https://oksoft.antville.org/stories/1591005/</link>
      <description>&lt;p&gt;Quickly Typing Dates into Cells&lt;/p&gt;&lt;p&gt;Typing a large amount of data into cells can be tiring, especially if it includes a series of dates. Type the day (serial number only) into cell A1 and add the following formula to insert the month and year into cell B1:&lt;/p&gt;&lt;p&gt;=DATE (YEAR(TODAY()), MONTH(TODAY()), A1)&lt;/p&gt;&lt;p&gt;Type a full number in the cell and change it to a date by using the following formula:&lt;/p&gt;&lt;p&gt;=DATEVALUE(LEFT(A1,2)&amp;amp;&amp;quot;/&amp;quot;&amp;amp;MID(A1,3,2)&amp;amp;&amp;quot;/&amp;quot; &amp;amp;RIGHT(A1,2))&lt;/p&gt;&lt;p&gt;For example, type 122203, the result is 12/22/03.&lt;/p&gt;&lt;hr /&gt;&lt;p&gt;Counting number of unique entries in a specified range&lt;/p&gt;&lt;p&gt;By using SUMPRODUCT along with COUNT to count only the number of unique entries in a specified range. The range can be all in one column or row, or may span multiple (adjoining) columns/rows.&lt;/p&gt;&lt;p&gt;The formula would be written as: =SUMPRODUCT((1/COUNTIF(A1:C5,A1:C5&amp;amp;&amp;quot;&amp;quot;))) where A1:C5 is replaced with the range you want to apply the count to.&lt;/p&gt;&lt;hr /&gt;&lt;p&gt;Retrieving an Item from a List that Meets Multiple Criteria&lt;/p&gt;&lt;p&gt;Problem:Range A2:C7 contains a list of items and their corresponding colors and prices. We want to find the name of the first Blue item that costs less than $200.&lt;/p&gt;&lt;p&gt;Solution:Use the INDEX and MATCH functions as shown in the following Array formula:{=INDEX(A2:A7,MATCH(1,(B2:B7=D2)*(C2:C7 &amp;lt; D3)))}&lt;/p&gt;&lt;hr /&gt;&lt;p&gt;Color numbers based on the value result in Microsoft Excel&lt;/p&gt;&lt;p&gt;There are two ways to color numbers according to criteria:&lt;/p&gt;&lt;pre&gt;&lt;code&gt;* Custom formatting for a number with criteria* Conditional formatting&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Using custom formats for numbers with criteriaYour options for coloring a number are not limited to displaying negative numbers red. You can color positive and/or negative numbers in any color you wish (do not get excited - the number of colors is limited to eight, and most are difficult to read). Do this by adding the name of the color to the number format in brackets.&lt;/p&gt;&lt;p&gt;Example: [BLUE] #,##0 ;&lt;a href="#,##0"&gt;RED&lt;/a&gt;&lt;/p&gt;&lt;p&gt;A positive number is displayed in blue; a negative number is displayed in red; and 0 is displayed in blue (since there is no third section, 0 receives the format of the positive number by default).&lt;/p&gt;&lt;p&gt;Add a condition to the formatting, and have each section be displayed in a different color: [BLUE] [&amp;gt;5000]#,##0 ;&lt;a href="#,##0"&gt;RED&lt;/a&gt;; #,##0&lt;/p&gt;&lt;hr /&gt;&lt;p&gt;Indicators for the maximal and minimal valuesProblem:Creating a formula that will indicate the maximum and minimum values in List1 by returning &amp;quot;&amp;quot;Max Value&amp;quot;&amp;quot; or &amp;quot;&amp;quot;Min Value&amp;quot;&amp;quot; in the cell next to them.&lt;/p&gt;&lt;p&gt;Solution:Enter the following IF statement, using the MAX and MIN functions, in column B: =IF(A2=MAX($A$2:$A$8),&amp;quot;&amp;quot;Max Value&amp;quot;&amp;quot;,IF(A2=MIN($A$2:$A$8),&amp;quot;&amp;quot;Min Value&amp;quot;&amp;quot;,&amp;quot;&amp;quot;&amp;quot;&amp;quot;))&lt;/p&gt;</description>
      <pubDate>Mon, 12 Mar 2007 09:14:05 GMT</pubDate>
      <guid>https://oksoft.antville.org/stories/1591005/</guid>
      <dc:creator>shantanuo</dc:creator>
      <dc:date>2007-03-12T09:14:05Z</dc:date>
    </item>
  </channel>
</rss>

