<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://excelblog.co.uk/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Functions and Formulas</title><link>http://excelblog.co.uk/forums/16.aspx</link><description>Function and formula discussions. 

Definition: Formulae, contain Functions. A function is, for example SUM, SUMIF, VLOOKUP. you assemble these into a formula.</description><dc:language>en</dc:language><generator>CommunityServer 2008 SP1 (Build: 30619.63)</generator><item><title>Help making an excel calculator.</title><link>http://excelblog.co.uk/forums/thread/7490.aspx</link><pubDate>Wed, 08 Sep 2010 20:03:08 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:7490</guid><dc:creator>Beckmanazo</dc:creator><slash:comments>5</slash:comments><comments>http://excelblog.co.uk/forums/thread/7490.aspx</comments><wfw:commentRss>http://excelblog.co.uk/forums/commentrss.aspx?SectionID=16&amp;PostID=7490</wfw:commentRss><description>&lt;p&gt;I am a fairly new user of Excel and have been dabbling in it and teaching myself for some time now, but I am having a hard time finding any help on this particular subject.&amp;nbsp; I don&amp;#39;t know that what I am attempting to do is even possible in excel, but it is worth a shot here to see if anyone can help.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I am attempting to make a calculator that will take two number, the first number is the amount of inquires received and the second number is the goal of how many will need to be converted into sales. There are 4 different categories with different percentages that need to be met to hit the specific goal, so what I am attempting to do is have a calculator that will allow me to put in the # of inquires to be received, the specific goal for the salesman and then have it calculate what percentages they would need to operate at to meet their goal... I hope I explained it ok... Here is an example.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Inquires = 180&lt;/p&gt;
&lt;p&gt;Inquiries to appointments = ?%&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 60-100%&lt;/p&gt;
&lt;p&gt;Appointments to interviews= ?%&amp;nbsp;&amp;nbsp; 67-100%&lt;/p&gt;
&lt;p&gt;Interviews to Commitments= ?%&amp;nbsp; 50-80%&lt;/p&gt;
&lt;p&gt;Commitments to sales= ?%&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 67-100%&lt;/p&gt;
&lt;p&gt;Goal=25&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Now for each area that needs a percentage filled in by Excel there is a range that is acceptable production and depending on what the goal is they will increase or decrees with the goals they expect to hit, which are provided above. The way it is set up is that each following percentage is then fed from the results from above... another example of how it would read when done...( I am using whole number to cut down on confusion)&lt;/p&gt;
&lt;p&gt;Inquires = 180&lt;/p&gt;
&lt;p&gt;Inquiries to appointments = 60%=108&lt;/p&gt;
&lt;p&gt;Appointments to interviews= 67%=72 &lt;/p&gt;
&lt;p&gt;Interviews to Commitments= 50%=36&lt;/p&gt;
&lt;p&gt;Commitments to sales= 67%=25&lt;/p&gt;
&lt;p&gt;Goal=25&lt;/p&gt;
&lt;p&gt;I hope this is explained well enough, I am having a hard time wrapping my mind around how it should work... or even if it can work. If you can help I would much appreciate it!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>if statement with ranges</title><link>http://excelblog.co.uk/forums/thread/7450.aspx</link><pubDate>Mon, 23 Aug 2010 15:32:16 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:7450</guid><dc:creator>TGM</dc:creator><slash:comments>5</slash:comments><comments>http://excelblog.co.uk/forums/thread/7450.aspx</comments><wfw:commentRss>http://excelblog.co.uk/forums/commentrss.aspx?SectionID=16&amp;PostID=7450</wfw:commentRss><description>&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;span style="font-family:Times New Roman;font-size:small;"&gt;This is my question/issue &amp;ndash; I am trying to create an estimating tool for software projects.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Based on 3 or more project types (A, B, C) the three major roles (business analyst, developer and quality assurance) have different level of efforts (time they will spend on the project).&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;span style="font-family:Times New Roman;font-size:small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;span style="font-family:Times New Roman;font-size:small;"&gt;I created the following formula to calculate/estimate each effort based on project type (A, B, C) estimates =IF($D7=&amp;quot;A&amp;quot;,&amp;#39;Project Types&amp;#39;!$B$4*$T7,IF($D7=&amp;quot;B&amp;quot;,&amp;#39;Project Types&amp;#39;!$B$9*$T7,IF($D7=&amp;quot;C&amp;quot;,&amp;#39;Project Types&amp;#39;!$B$14*$T7,&amp;quot;TBD&amp;quot;))), for this example let say this formula returns &amp;ldquo;20&amp;rdquo; in the cell.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;span style="font-family:Times New Roman;font-size:small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;span style="font-size:small;"&gt;&lt;span style="font-family:Times New Roman;"&gt;What I would like to do is calculate a range, say plus or minus 30%, thereby giving me &amp;ldquo;14 &amp;ndash; 26&amp;rdquo; in the cell.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;span style="font-family:Times New Roman;font-size:small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;span style="font-family:Times New Roman;font-size:small;"&gt;I know I could probably add various cells and do a bunch of calculations and then concatenate the results &amp;ndash; but what I would like to do is handle this through 1 formula.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Any suggestions?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Making hyperlinking complicated</title><link>http://excelblog.co.uk/forums/thread/3787.aspx</link><pubDate>Tue, 24 Mar 2009 03:46:48 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:3787</guid><dc:creator>Omar</dc:creator><slash:comments>4</slash:comments><comments>http://excelblog.co.uk/forums/thread/3787.aspx</comments><wfw:commentRss>http://excelblog.co.uk/forums/commentrss.aspx?SectionID=16&amp;PostID=3787</wfw:commentRss><description>&lt;p&gt;I have a habit of driving to another city and back to get next door sometimes. That&amp;#39;s how I feel with what I just did to make hyperlinking within one spreadsheet work.&lt;/p&gt;
&lt;p&gt;After typing everything below, I decided I&amp;#39;d never be able to explain all this, so have attached a file that shows all the navigation I&amp;#39;m doing. It&amp;#39;s getting late, and I&amp;#39;m having trouble determining if I&amp;#39;ve been unclear anywhere, or have left out key information. Sorry if I have. Even though I&amp;#39;ve made the whole mess work, I can&amp;#39;t help but feel there is a better way to do this that is easier to do the next time. Any ideas?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It seems really odd that I can&amp;#39;t just use something simple like:&lt;/p&gt;
&lt;p&gt;=hyperlink(rangename,&amp;quot;Go there now&amp;quot;)&lt;/p&gt;
&lt;p&gt;Instead, I used the following just to jump from one tab to another, depending on the contents of a cell:&lt;/p&gt;
&lt;p&gt;&lt;i&gt;&lt;span style="font-size:x-small;font-family:Arial;"&gt;=HYPERLINK(HyperFileName&amp;amp;b2&amp;amp;&amp;quot;!basecode&amp;quot;,&amp;quot;Go to Cost Sheet for: &amp;quot;&amp;amp;b2)&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;HyperFileName is a range name pointing to a cell that contains the following formula:&lt;/p&gt;
&lt;p&gt;&lt;i&gt;&lt;span style="font-size:x-small;font-family:Arial;"&gt;=MID(CELL(&amp;quot;filename&amp;quot;,A1),FIND(&amp;quot;[&amp;quot;,CELL(&amp;quot;filename&amp;quot;,A1)),FIND(&amp;quot;]&amp;quot;,CELL(&amp;quot;filename&amp;quot;,A1))-FIND(&amp;quot;[&amp;quot;,CELL(&amp;quot;filename&amp;quot;,A1))+1)&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;The result this formula gives is: &lt;span style="font-size:x-small;font-family:Arial;"&gt;[filename.xls]&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;These gymnastics are necessary to meet a couple qualifications I have for this project. None of my formulas should be dependent on the file location, and none should be dependent on the file name. Also, the specific tab that the hyperlink refers to will change according to the contents of cell B2. Any of the target tabs will have a range name of &amp;quot;basecode&amp;quot;.&lt;/p&gt;
&lt;p&gt;A second type of hyperlink I built allows me to position the cursor on a specific row, depending on what text was in the cell. I&amp;#39;ve broken it into three lines hoping that will make it readable.&lt;/p&gt;
&lt;p&gt;&lt;i&gt;&lt;span style="font-size:x-small;font-family:Arial;"&gt;=HYPERLINK(HyperFileName&amp;amp;&amp;quot;pricelist!&amp;quot;&amp;amp;CELL(&amp;quot;address&amp;quot;,INDIRECT(&amp;quot;a&amp;quot;&amp;amp;&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;&lt;span style="font-size:x-small;font-family:Arial;"&gt;MATCH(RIGHT(CELL(&amp;quot;filename&amp;quot;,A1),LEN(CELL(&amp;quot;filename&amp;quot;,A1))-FIND(&amp;quot;]&amp;quot;,CELL(&amp;quot;filename&amp;quot;,A1))),&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;&lt;span style="font-size:x-small;font-family:Arial;"&gt;PLModelList,FALSE)+1)),&amp;quot;Go
to Price List&amp;quot;)&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Anyway, after all that, I&amp;#39;d be happy to hear some ideas for navigating around a spreadsheet using hyperlinks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Remove all Numbers from a Column</title><link>http://excelblog.co.uk/forums/thread/7396.aspx</link><pubDate>Fri, 13 Aug 2010 11:48:23 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:7396</guid><dc:creator>autigers71</dc:creator><slash:comments>5</slash:comments><comments>http://excelblog.co.uk/forums/thread/7396.aspx</comments><wfw:commentRss>http://excelblog.co.uk/forums/commentrss.aspx?SectionID=16&amp;PostID=7396</wfw:commentRss><description>&lt;p&gt;I am working in multiple sheets that I can copy the data in the sheet and then seperate into cells with find and replace but can&amp;#39;t do with the #&amp;#39;s in a range. I am wanting to remove the numers that are in the cells that range from 1-600 without removing the alphas. &lt;/p&gt;
&lt;p&gt;Ex&lt;/p&gt;
&lt;p&gt;26 Tom Seaver&lt;/p&gt;
&lt;p&gt;58 Bob Barker&lt;/p&gt;
&lt;p&gt;158 Clive Taylor &lt;/p&gt;
&lt;p&gt;And so on....This are each in a seperate cell in one column and I need to just remove the #&amp;#39;s. I have 600 lines to go through and right now I click in the cell and delete the # by hand. Any help is appreciated.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Excel 2007 - multiplying across columns even if column is empty</title><link>http://excelblog.co.uk/forums/thread/7387.aspx</link><pubDate>Tue, 10 Aug 2010 18:38:16 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:7387</guid><dc:creator>audrey</dc:creator><slash:comments>3</slash:comments><comments>http://excelblog.co.uk/forums/thread/7387.aspx</comments><wfw:commentRss>http://excelblog.co.uk/forums/commentrss.aspx?SectionID=16&amp;PostID=7387</wfw:commentRss><description>&lt;p&gt;In this instance, mutliplying a x c is a constant to arrive at the answer for d; however b may be empty. how do I write the formula? If I enter =(+a1*c1)*b1 - if&amp;nbsp;b is empty it will not perform the multiplication.&lt;/p&gt;
&lt;p&gt;
&lt;table cellpadding="0" cellspacing="0" style="width:192pt;border-collapse:collapse;"&gt;


&lt;tr style="height:15pt;"&gt;
&lt;td class="xl67" style="background-color:transparent;width:48pt;height:15pt;border:windowtext 0.5pt solid;"&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;a&lt;/span&gt;&lt;/td&gt;
&lt;td class="xl67" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;width:48pt;border-top:windowtext 0.5pt solid;border-right:windowtext 0.5pt solid;"&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;b&lt;/span&gt;&lt;/td&gt;
&lt;td class="xl67" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;width:48pt;border-top:windowtext 0.5pt solid;border-right:windowtext 0.5pt solid;"&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;c&lt;/span&gt;&lt;/td&gt;
&lt;td class="xl67" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;width:48pt;border-top:windowtext 0.5pt solid;border-right:windowtext 0.5pt solid;"&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;d&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:24.75pt;"&gt;
&lt;td class="xl63" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext 0.5pt solid;background-color:transparent;width:48pt;height:24.75pt;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;&lt;strong&gt;&lt;span style="font-family:Calibri;font-size:x-small;"&gt;Estimated&lt;br /&gt;Quantity&lt;/span&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td class="xl64" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;&lt;strong&gt;&lt;span style="font-family:Calibri;font-size:x-small;"&gt;Occurance&lt;/span&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td class="xl64" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;&lt;strong&gt;&lt;span style="font-family:Calibri;font-size:x-small;"&gt;Rate&lt;/span&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td class="xl64" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;&lt;strong&gt;&lt;span style="font-family:Calibri;font-size:x-small;"&gt;Amount&lt;/span&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15pt;"&gt;
&lt;td class="xl65" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext 0.5pt solid;background-color:transparent;height:15pt;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;&lt;span style="font-family:Calibri;font-size:x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;td class="xl65" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;&lt;span style="font-family:Calibri;font-size:x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;td class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;&lt;span style="font-family:Calibri;font-size:x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;td class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;&lt;span style="font-family:Calibri;font-size:x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15pt;"&gt;
&lt;td align="right" class="xl65" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext 0.5pt solid;background-color:transparent;height:15pt;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;&lt;span style="font-family:Calibri;font-size:x-small;"&gt;1&lt;/span&gt;&lt;/td&gt;
&lt;td class="xl65" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;&lt;span style="font-family:Calibri;font-size:x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;td align="right" class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;&lt;span style="font-family:Calibri;font-size:x-small;"&gt;$25.00&lt;/span&gt;&lt;/td&gt;
&lt;td class="xl66" style="border-bottom:windowtext 0.5pt solid;border-left:windowtext;background-color:transparent;border-top:windowtext;border-right:windowtext 0.5pt solid;"&gt;&lt;span style="font-family:Calibri;font-size:x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;/table&gt;
&lt;/p&gt;
&lt;p&gt;Thanks for the help!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Another time calculation.</title><link>http://excelblog.co.uk/forums/thread/7386.aspx</link><pubDate>Tue, 10 Aug 2010 15:02:03 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:7386</guid><dc:creator>d56auction</dc:creator><slash:comments>1</slash:comments><comments>http://excelblog.co.uk/forums/thread/7386.aspx</comments><wfw:commentRss>http://excelblog.co.uk/forums/commentrss.aspx?SectionID=16&amp;PostID=7386</wfw:commentRss><description>&lt;p&gt;I am paid $5 more for hours worked between midnight and 7am. &amp;nbsp;I already have a time calculation so it is imperative I use the 24 hour, hh:mm format. &amp;nbsp;I think I need an IF statement that says if the clock out hour is &amp;gt;00:00 and &amp;lt; 07:00 then I want to return a value in the chosen cell = the difference. &amp;nbsp;The returned value needs to be in standard decimal format.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;e.g. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;clock in 16:00&lt;/p&gt;
&lt;p&gt;clock out 01:15&lt;/p&gt;
&lt;p&gt;&amp;quot;bonus&amp;quot; pay eligible hours &amp;nbsp;1.25&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any ideas? &amp;nbsp;Hope this is clear. &amp;nbsp;Thanks in advance.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Time formula</title><link>http://excelblog.co.uk/forums/thread/7343.aspx</link><pubDate>Fri, 06 Aug 2010 18:34:53 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:7343</guid><dc:creator>d56auction</dc:creator><slash:comments>3</slash:comments><comments>http://excelblog.co.uk/forums/thread/7343.aspx</comments><wfw:commentRss>http://excelblog.co.uk/forums/commentrss.aspx?SectionID=16&amp;PostID=7343</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Seems to be a simple request but it has me stumped. &amp;nbsp;A simple time sheet... &amp;nbsp;Column A is time clocked in (24 hr clock) &amp;nbsp;Column B is clock out. &amp;nbsp;Column C is the difference expressed in hours in a decimal system.&lt;/p&gt;
&lt;p&gt;So, for example I&amp;#39;d like clocking in at 1600 and clocking out at 0015 to give me 8.25 hours. &amp;nbsp;I have both the two columns set as 24 hour time but when I do a simple subtract function in column C it goes haywire.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any ideas...&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Jack&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Matching criteria in 2 columns to look at a 3rd column of numbers to create a sum</title><link>http://excelblog.co.uk/forums/thread/7379.aspx</link><pubDate>Mon, 09 Aug 2010 22:19:07 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:7379</guid><dc:creator>jimbo5129</dc:creator><slash:comments>4</slash:comments><comments>http://excelblog.co.uk/forums/thread/7379.aspx</comments><wfw:commentRss>http://excelblog.co.uk/forums/commentrss.aspx?SectionID=16&amp;PostID=7379</wfw:commentRss><description>&lt;p&gt;Here is a typical row in the spreadsheet which is nearly 4000 rows of data:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Description&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WBS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WBD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Material&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Qty&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mea&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Size&lt;/p&gt;
&lt;p&gt;|&amp;nbsp;&amp;nbsp; Ball Valve, V600, 02&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp;&amp;nbsp;&amp;nbsp; C12DO&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp;&amp;nbsp;&amp;nbsp; F1804B&amp;nbsp;&amp;nbsp; |&amp;nbsp;&amp;nbsp; CARBON STEEL, PIPING&amp;nbsp;&amp;nbsp; |&amp;nbsp;&amp;nbsp;&amp;nbsp; 12&amp;nbsp;&amp;nbsp; |&amp;nbsp;&amp;nbsp; EA&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp;&amp;nbsp; 1&amp;quot;&amp;nbsp;&amp;nbsp; |&lt;/p&gt;
&lt;p&gt;Im trying to use the &amp;quot;Description&amp;quot; &amp;amp; &amp;quot;WBS&amp;quot; columns for the criteria to match.&amp;nbsp; There are multiple lines that&lt;/p&gt;
&lt;p&gt;are identical but the QTY column will be different.&amp;nbsp; I want to add those up from the Qty column when the criteria&lt;/p&gt;
&lt;p&gt;is met.&lt;/p&gt;
&lt;p&gt;Thank you for any help on this...driving me Crazy and thats a short drive for me!&lt;/p&gt;
&lt;p&gt;Jimbo&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Dealing With Negatives</title><link>http://excelblog.co.uk/forums/thread/7348.aspx</link><pubDate>Sat, 07 Aug 2010 14:04:00 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:7348</guid><dc:creator>ian green</dc:creator><slash:comments>11</slash:comments><comments>http://excelblog.co.uk/forums/thread/7348.aspx</comments><wfw:commentRss>http://excelblog.co.uk/forums/commentrss.aspx?SectionID=16&amp;PostID=7348</wfw:commentRss><description>&lt;p&gt;I have a sheet containg two columns, frmatted as currency and to show negative numbers ehere approriate. e.g -&amp;pound;25.00&lt;/p&gt;
&lt;p&gt;One colum shows a positive number of &amp;pound;3.00 (Cell A1) whilst the other shows -&amp;pound;1.00. (Cell D2)&lt;/p&gt;
&lt;p&gt;When I do the =SUM formula as =SUM(A1-D2) I get the result of &amp;pound;4.00.&lt;/p&gt;
&lt;p&gt;Can anyone tell me what I am doing wrong please?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Ian&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Not sure if Possible</title><link>http://excelblog.co.uk/forums/thread/7360.aspx</link><pubDate>Sat, 07 Aug 2010 19:15:36 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:7360</guid><dc:creator>autigers71</dc:creator><slash:comments>4</slash:comments><comments>http://excelblog.co.uk/forums/thread/7360.aspx</comments><wfw:commentRss>http://excelblog.co.uk/forums/commentrss.aspx?SectionID=16&amp;PostID=7360</wfw:commentRss><description>&lt;p&gt;I am trying to have a row with 1.1 - 32.9 but I need to skip all .0. So it should go 1.1-1.9 then 2.1-2.9 and so on. Is this possible without having to changege each .0 to .1 manually? I have to do this on 40 different sheet and I want to save some time. Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Value Comparison Formula</title><link>http://excelblog.co.uk/forums/thread/7329.aspx</link><pubDate>Tue, 03 Aug 2010 16:41:24 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:7329</guid><dc:creator>taino8632</dc:creator><slash:comments>6</slash:comments><comments>http://excelblog.co.uk/forums/thread/7329.aspx</comments><wfw:commentRss>http://excelblog.co.uk/forums/commentrss.aspx?SectionID=16&amp;PostID=7329</wfw:commentRss><description>&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana;"&gt;Excel 2003. We are capturing grades for site reviews based on the scale listed below. On the report we need to indicate how the current grade compares to the grade from the previous period. &lt;br style="mso-special-character:line-break;" /&gt;&lt;br style="mso-special-character:line-break;" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table cellpadding="0" cellspacing="0" style="margin:auto auto auto 4.65pt;width:96pt;border-collapse:collapse;mso-padding-alt:0in 5.4pt 0in 5.4pt;" class="MsoNormalTable"&gt;

&lt;tr style="height:12.75pt;mso-yfti-irow:0;mso-yfti-firstrow:yes;"&gt;
&lt;td style="padding-right:5.4pt;padding-left:5.4pt;padding-bottom:0in;width:48pt;padding-top:0in;height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;
&lt;p align="center" style="margin:0in 0in 0pt;text-align:center;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:Arial;"&gt;Score&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding-right:5.4pt;padding-left:5.4pt;padding-bottom:0in;width:48pt;padding-top:0in;height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;
&lt;p align="center" style="margin:0in 0in 0pt;text-align:center;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:Arial;"&gt;Grade&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:12.75pt;mso-yfti-irow:1;"&gt;
&lt;td style="padding-right:5.4pt;padding-left:5.4pt;padding-bottom:0in;width:48pt;padding-top:0in;height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;
&lt;p align="center" style="margin:0in 0in 0pt;text-align:center;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana;mso-bidi-font-family:Arial;"&gt;1&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding-right:5.4pt;padding-left:5.4pt;padding-bottom:0in;width:48pt;padding-top:0in;height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;
&lt;p align="center" style="margin:0in 0in 0pt;text-align:center;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:Arial;"&gt;F&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:12.75pt;mso-yfti-irow:2;"&gt;
&lt;td style="padding-right:5.4pt;padding-left:5.4pt;padding-bottom:0in;width:48pt;padding-top:0in;height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;
&lt;p align="center" style="margin:0in 0in 0pt;text-align:center;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana;mso-bidi-font-family:Arial;"&gt;60&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding-right:5.4pt;padding-left:5.4pt;padding-bottom:0in;width:48pt;padding-top:0in;height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;
&lt;p align="center" style="margin:0in 0in 0pt;text-align:center;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:Arial;"&gt;D-&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:12.75pt;mso-yfti-irow:3;"&gt;
&lt;td style="padding-right:5.4pt;padding-left:5.4pt;padding-bottom:0in;width:48pt;padding-top:0in;height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;
&lt;p align="center" style="margin:0in 0in 0pt;text-align:center;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana;mso-bidi-font-family:Arial;"&gt;64&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding-right:5.4pt;padding-left:5.4pt;padding-bottom:0in;width:48pt;padding-top:0in;height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;
&lt;p align="center" style="margin:0in 0in 0pt;text-align:center;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:Arial;"&gt;D&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:12.75pt;mso-yfti-irow:4;"&gt;
&lt;td style="padding-right:5.4pt;padding-left:5.4pt;padding-bottom:0in;width:48pt;padding-top:0in;height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;
&lt;p align="center" style="margin:0in 0in 0pt;text-align:center;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana;mso-bidi-font-family:Arial;"&gt;67&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding-right:5.4pt;padding-left:5.4pt;padding-bottom:0in;width:48pt;padding-top:0in;height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;
&lt;p align="center" style="margin:0in 0in 0pt;text-align:center;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:Arial;"&gt;D+&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:12.75pt;mso-yfti-irow:5;"&gt;
&lt;td style="padding-right:5.4pt;padding-left:5.4pt;padding-bottom:0in;width:48pt;padding-top:0in;height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;
&lt;p align="center" style="margin:0in 0in 0pt;text-align:center;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana;mso-bidi-font-family:Arial;"&gt;70&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding-right:5.4pt;padding-left:5.4pt;padding-bottom:0in;width:48pt;padding-top:0in;height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;
&lt;p align="center" style="margin:0in 0in 0pt;text-align:center;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:Arial;"&gt;C-&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:12.75pt;mso-yfti-irow:6;"&gt;
&lt;td style="padding-right:5.4pt;padding-left:5.4pt;padding-bottom:0in;width:48pt;padding-top:0in;height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;
&lt;p align="center" style="margin:0in 0in 0pt;text-align:center;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana;mso-bidi-font-family:Arial;"&gt;74&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding-right:5.4pt;padding-left:5.4pt;padding-bottom:0in;width:48pt;padding-top:0in;height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;
&lt;p align="center" style="margin:0in 0in 0pt;text-align:center;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:Arial;"&gt;C&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:12.75pt;mso-yfti-irow:7;"&gt;
&lt;td style="padding-right:5.4pt;padding-left:5.4pt;padding-bottom:0in;width:48pt;padding-top:0in;height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;
&lt;p align="center" style="margin:0in 0in 0pt;text-align:center;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana;mso-bidi-font-family:Arial;"&gt;77&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding-right:5.4pt;padding-left:5.4pt;padding-bottom:0in;width:48pt;padding-top:0in;height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;
&lt;p align="center" style="margin:0in 0in 0pt;text-align:center;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:Arial;"&gt;C+&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:12.75pt;mso-yfti-irow:8;"&gt;
&lt;td style="padding-right:5.4pt;padding-left:5.4pt;padding-bottom:0in;width:48pt;padding-top:0in;height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;
&lt;p align="center" style="margin:0in 0in 0pt;text-align:center;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana;mso-bidi-font-family:Arial;"&gt;80&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding-right:5.4pt;padding-left:5.4pt;padding-bottom:0in;width:48pt;padding-top:0in;height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;
&lt;p align="center" style="margin:0in 0in 0pt;text-align:center;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:Arial;"&gt;B-&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:12.75pt;mso-yfti-irow:9;"&gt;
&lt;td style="padding-right:5.4pt;padding-left:5.4pt;padding-bottom:0in;width:48pt;padding-top:0in;height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;
&lt;p align="center" style="margin:0in 0in 0pt;text-align:center;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana;mso-bidi-font-family:Arial;"&gt;84&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding-right:5.4pt;padding-left:5.4pt;padding-bottom:0in;width:48pt;padding-top:0in;height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;
&lt;p align="center" style="margin:0in 0in 0pt;text-align:center;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:Arial;"&gt;B&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:12.75pt;mso-yfti-irow:10;"&gt;
&lt;td style="padding-right:5.4pt;padding-left:5.4pt;padding-bottom:0in;width:48pt;padding-top:0in;height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;
&lt;p align="center" style="margin:0in 0in 0pt;text-align:center;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana;mso-bidi-font-family:Arial;"&gt;87&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding-right:5.4pt;padding-left:5.4pt;padding-bottom:0in;width:48pt;padding-top:0in;height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;
&lt;p align="center" style="margin:0in 0in 0pt;text-align:center;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:Arial;"&gt;B+&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:12.75pt;mso-yfti-irow:11;"&gt;
&lt;td style="padding-right:5.4pt;padding-left:5.4pt;padding-bottom:0in;width:48pt;padding-top:0in;height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;
&lt;p align="center" style="margin:0in 0in 0pt;text-align:center;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana;mso-bidi-font-family:Arial;"&gt;90&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding-right:5.4pt;padding-left:5.4pt;padding-bottom:0in;width:48pt;padding-top:0in;height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;
&lt;p align="center" style="margin:0in 0in 0pt;text-align:center;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:Arial;"&gt;A-&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:12.75pt;mso-yfti-irow:12;"&gt;
&lt;td style="padding-right:5.4pt;padding-left:5.4pt;padding-bottom:0in;width:48pt;padding-top:0in;height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;
&lt;p align="center" style="margin:0in 0in 0pt;text-align:center;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana;mso-bidi-font-family:Arial;"&gt;94&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding-right:5.4pt;padding-left:5.4pt;padding-bottom:0in;width:48pt;padding-top:0in;height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;
&lt;p align="center" style="margin:0in 0in 0pt;text-align:center;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:Arial;"&gt;A&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:12.75pt;mso-yfti-irow:13;mso-yfti-lastrow:yes;"&gt;
&lt;td style="padding-right:5.4pt;padding-left:5.4pt;padding-bottom:0in;width:48pt;padding-top:0in;height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;
&lt;p align="center" style="margin:0in 0in 0pt;text-align:center;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana;mso-bidi-font-family:Arial;"&gt;97&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding-right:5.4pt;padding-left:5.4pt;padding-bottom:0in;width:48pt;padding-top:0in;height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;
&lt;p align="center" style="margin:0in 0in 0pt;text-align:center;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;font-family:Arial;"&gt;A+&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;

&lt;/table&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana;"&gt;&lt;br style="mso-special-character:line-break;" /&gt;&lt;br style="mso-special-character:line-break;" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana;"&gt;If the grade improves or declines within the same letter grade, it is marked as slightly up or slightly down. For example, B - to B would be considered slightly up. &lt;br /&gt;&lt;br /&gt;If the grade improves or declines outside the same letter grade, it is marked as up or down. For example, C- to B would be considered up. &lt;br /&gt;&lt;br /&gt;The grades are entered using actual values. For example, site one has a grade of 93.5, site 2 81.5 and so on. I use a lookup to convert the score to a letter grade based on the table above.&lt;br /&gt;&lt;br /&gt;The comparison can be done using the scores (Week 1, Site 1 93.5; Week 2 Site 1 89, etc). However, I have been unable to find an efficient method to do this. &lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana;"&gt;We are currently using this formula.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana;"&gt;=IF(AND(C3=&amp;quot;A&amp;quot;,OR(G3&amp;gt;=&amp;quot;B&amp;quot;,G3=&amp;quot;C&amp;quot;,G3=&amp;quot;D&amp;quot;,G3=&amp;quot;B-&amp;quot;)),IF(G3=&amp;quot;A-&amp;quot;,&amp;quot;Down&amp;quot;,&amp;quot;Up&amp;quot;),IF(AND(C3=&amp;quot;B&amp;quot;,OR(G3&amp;gt;=&amp;quot;C&amp;quot;,G3=&amp;quot;D-&amp;quot;,G3=&amp;quot;D+&amp;quot;)),IF(G3=&amp;quot;F&amp;quot;,&amp;quot;Down&amp;quot;,&amp;quot;Up&amp;quot;),IF(AND(C3=&amp;quot;C&amp;quot;,OR(G3&amp;gt;=&amp;quot;D&amp;quot;,G3=&amp;quot;D-&amp;quot;,G3=&amp;quot;D+&amp;quot;)),IF(G3=&amp;quot;F&amp;quot;,&amp;quot;Down&amp;quot;,&amp;quot;Up&amp;quot;),IF(AND(C3=&amp;quot;B&amp;quot;,OR(G3&amp;lt;&amp;quot;B&amp;quot;)),IF(G3=&amp;quot;F&amp;quot;,&amp;quot;Up&amp;quot;,&amp;quot;Down&amp;quot;),IF(AND(C3=&amp;quot;C&amp;quot;,OR(G3&amp;lt;&amp;quot;C&amp;quot;)),IF(G3=&amp;quot;F&amp;quot;,&amp;quot;Up&amp;quot;,&amp;quot;Down&amp;quot;),IF(AND(C3=&amp;quot;D&amp;quot;,OR(G3&amp;lt;&amp;quot;D&amp;quot;)),IF(G3=&amp;quot;F&amp;quot;,&amp;quot;Up&amp;quot;,&amp;quot;Down&amp;quot;),IF(C3=G3,&amp;quot;No Change&amp;quot;,&amp;quot;&amp;quot;)))))))&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="font-size:10pt;color:black;font-family:Verdana;"&gt;However, it is not very efficient and does not encompass all possible permutations. What other method could be used?&lt;br /&gt;&lt;br /&gt;Any assistance is greatly appreciated. &lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Need help to get Formula for copying characters </title><link>http://excelblog.co.uk/forums/thread/7311.aspx</link><pubDate>Mon, 02 Aug 2010 04:18:31 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:7311</guid><dc:creator>nina_deanna</dc:creator><slash:comments>2</slash:comments><comments>http://excelblog.co.uk/forums/thread/7311.aspx</comments><wfw:commentRss>http://excelblog.co.uk/forums/commentrss.aspx?SectionID=16&amp;PostID=7311</wfw:commentRss><description>&lt;p&gt;hi everyone..&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I reall need help to come out with formula how to get the&amp;nbsp; result as in Column B where it copy anyname inserted in column A as below and 10 rows to be filled up for each name. Its easy to just drag down over the row to get the result, but this need to be done for the name list over 2000, really need a formula on this. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks,&lt;/p&gt;
&lt;p&gt;Diana&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;table style="border-collapse:collapse;width:131pt;" cellpadding="0" cellspacing="0"&gt;

 
 

&lt;tr style="height:15pt;"&gt;
&lt;td class="xl64" style="height:15pt;width:48pt;"&gt;Name&lt;/td&gt;
&lt;td class="xl64" style="border-left:medium none;width:83pt;"&gt;Person incharge&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15pt;"&gt;
&lt;td class="xl63" style="height:15pt;"&gt;Jason&lt;/td&gt;
&lt;td class="xl63"&gt;Jason&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15pt;"&gt;
&lt;td class="xl63" style="height:15pt;"&gt;&lt;/td&gt;
&lt;td class="xl63"&gt;Jason&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15pt;"&gt;
&lt;td class="xl63" style="height:15pt;"&gt;&lt;/td&gt;
&lt;td class="xl63"&gt;Jason&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15pt;"&gt;
&lt;td class="xl63" style="height:15pt;"&gt;&lt;/td&gt;
&lt;td class="xl63"&gt;Jason&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15pt;"&gt;
&lt;td class="xl63" style="height:15pt;"&gt;&lt;/td&gt;
&lt;td class="xl63"&gt;Jason&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15pt;"&gt;
&lt;td class="xl63" style="height:15pt;"&gt;&lt;/td&gt;
&lt;td class="xl63"&gt;Jason&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15pt;"&gt;
&lt;td class="xl63" style="height:15pt;"&gt;&lt;/td&gt;
&lt;td class="xl63"&gt;Jason&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15pt;"&gt;
&lt;td class="xl63" style="height:15pt;"&gt;&lt;/td&gt;
&lt;td class="xl63"&gt;Jason&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15pt;"&gt;
&lt;td class="xl63" style="height:15pt;"&gt;&lt;/td&gt;
&lt;td class="xl63"&gt;Jason&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15pt;"&gt;
&lt;td class="xl63" style="height:15pt;"&gt;&lt;/td&gt;
&lt;td class="xl63"&gt;Jason&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15pt;"&gt;
&lt;td class="xl63" style="height:15pt;"&gt;Diana&lt;/td&gt;
&lt;td class="xl63"&gt;Diana&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15pt;"&gt;
&lt;td class="xl63" style="height:15pt;"&gt;&lt;/td&gt;
&lt;td class="xl63"&gt;Diana&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15pt;"&gt;
&lt;td class="xl63" style="height:15pt;"&gt;&lt;/td&gt;
&lt;td class="xl63"&gt;Diana&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15pt;"&gt;
&lt;td class="xl63" style="height:15pt;"&gt;&lt;/td&gt;
&lt;td class="xl63"&gt;Diana&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15pt;"&gt;
&lt;td class="xl63" style="height:15pt;"&gt;&lt;/td&gt;
&lt;td class="xl63"&gt;Diana&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15pt;"&gt;
&lt;td class="xl63" style="height:15pt;"&gt;&lt;/td&gt;
&lt;td class="xl63"&gt;Diana&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15pt;"&gt;
&lt;td class="xl63" style="height:15pt;"&gt;&lt;/td&gt;
&lt;td class="xl63"&gt;Diana&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15pt;"&gt;
&lt;td class="xl63" style="height:15pt;"&gt;&lt;/td&gt;
&lt;td class="xl63"&gt;Diana&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15pt;"&gt;
&lt;td class="xl63" style="height:15pt;"&gt;&lt;/td&gt;
&lt;td class="xl63"&gt;Diana&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15pt;"&gt;
&lt;td class="xl63" style="height:15pt;"&gt;&lt;/td&gt;
&lt;td class="xl63"&gt;Diana&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15pt;"&gt;
&lt;td class="xl63" style="height:15pt;"&gt;Edward&lt;/td&gt;
&lt;td class="xl63"&gt;Edward&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15pt;"&gt;
&lt;td class="xl63" style="height:15pt;"&gt;&lt;/td&gt;
&lt;td class="xl63"&gt;Edward&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15pt;"&gt;
&lt;td class="xl63" style="height:15pt;"&gt;&lt;/td&gt;
&lt;td class="xl63"&gt;Edward&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15pt;"&gt;
&lt;td class="xl63" style="height:15pt;"&gt;&lt;/td&gt;
&lt;td class="xl63"&gt;Edward&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15pt;"&gt;
&lt;td class="xl63" style="height:15pt;"&gt;&lt;/td&gt;
&lt;td class="xl63"&gt;Edward&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15pt;"&gt;
&lt;td class="xl63" style="height:15pt;"&gt;&lt;/td&gt;
&lt;td class="xl63"&gt;Edward&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15pt;"&gt;
&lt;td class="xl63" style="height:15pt;"&gt;&lt;/td&gt;
&lt;td class="xl63"&gt;Edward&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15pt;"&gt;
&lt;td class="xl63" style="height:15pt;"&gt;&lt;/td&gt;
&lt;td class="xl63"&gt;Edward&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15pt;"&gt;
&lt;td class="xl63" style="height:15pt;"&gt;&lt;/td&gt;
&lt;td class="xl63"&gt;Edward&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height:15pt;"&gt;
&lt;td class="xl63" style="height:15pt;"&gt;&lt;/td&gt;
&lt;td class="xl63"&gt;Edward&lt;/td&gt;
&lt;/tr&gt;

&lt;/table&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Nested IF statement Driving Me Crazy! Please Help</title><link>http://excelblog.co.uk/forums/thread/7302.aspx</link><pubDate>Fri, 30 Jul 2010 13:42:33 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:7302</guid><dc:creator>Mubeen</dc:creator><slash:comments>4</slash:comments><comments>http://excelblog.co.uk/forums/thread/7302.aspx</comments><wfw:commentRss>http://excelblog.co.uk/forums/commentrss.aspx?SectionID=16&amp;PostID=7302</wfw:commentRss><description>&lt;p&gt;Please any1 evaluate and let me know where i am going wrong. All cells produce an OUtcome of J regardless of the amounts being evaluated.&lt;/p&gt;
&lt;p&gt;Using Excel 2007&lt;/p&gt;
&lt;p&gt;=IF(F18&amp;lt;3579,&amp;quot;A&amp;quot;,IF(F18&amp;lt;4349,&amp;quot;B&amp;quot;,IF(F18&amp;lt;5299,&amp;quot;C&amp;quot;,IF(F18&amp;lt;6089,&amp;quot;D&amp;quot;,IF(F18&amp;lt;6969,&amp;quot;E&amp;quot;,IF(F18&amp;lt;8829,&amp;quot;F&amp;quot;,IF(F18&amp;lt;10549,&amp;quot;G&amp;quot;,IF(F18&amp;lt;12119,&amp;quot;H&amp;quot;,IF(F18&amp;lt;17549,&amp;quot;I&amp;quot;,IF(F17&amp;gt;17550,&amp;quot;J&amp;quot;,0))))))))))&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Need Formula to Show Percentage Met</title><link>http://excelblog.co.uk/forums/thread/7304.aspx</link><pubDate>Fri, 30 Jul 2010 20:45:29 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:7304</guid><dc:creator>toriacat</dc:creator><slash:comments>2</slash:comments><comments>http://excelblog.co.uk/forums/thread/7304.aspx</comments><wfw:commentRss>http://excelblog.co.uk/forums/commentrss.aspx?SectionID=16&amp;PostID=7304</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have a column (H) that has either &amp;quot;met&amp;quot; or &amp;quot;missed&amp;quot; in the rows based on an IF formula.&amp;nbsp; The IF formula is comparing the desired date to the completed date:&amp;nbsp; =IF(D2=C2,&amp;quot;Met&amp;quot;,&amp;quot;Missed&amp;quot;) &lt;/p&gt;
&lt;p&gt;I now need to do a percentage of the met.&amp;nbsp; I don&amp;#39;t think I can do that on column H since that is all text, but I really don&amp;#39;t know how to do this.&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Need help pulling info from multiple sheets to one sheet based on matching criteria</title><link>http://excelblog.co.uk/forums/thread/7255.aspx</link><pubDate>Wed, 14 Jul 2010 22:14:31 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:7255</guid><dc:creator>mrtoyz</dc:creator><slash:comments>1</slash:comments><comments>http://excelblog.co.uk/forums/thread/7255.aspx</comments><wfw:commentRss>http://excelblog.co.uk/forums/commentrss.aspx?SectionID=16&amp;PostID=7255</wfw:commentRss><description>&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;span style="font-size:small;"&gt;&lt;span style="font-family:Calibri;"&gt;I have a spreadsheet comprised of multiple pricing sheets. I am trying to make a price tag on its own sheet. I would like to enter a model number on the price tag and have model detail pull from the pricing sheets and fill in my price tag.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;I&amp;#39;m really not sure where to begin. I&amp;#39;m a little worried that i have merged cell on the pricing sheets and that may be an issue...&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;span style="font-family:Calibri;font-size:small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;span style="font-size:small;"&gt;&lt;span style="font-family:Calibri;"&gt;I&amp;#39;d really appreciate an guidance.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;span style="font-size:small;"&gt;&lt;span style="font-family:Calibri;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin:0in 0in 0pt;"&gt;&lt;span style="font-size:small;"&gt;&lt;span style="font-family:Calibri;"&gt;-T&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Looking for help with IF nested function limit </title><link>http://excelblog.co.uk/forums/thread/7244.aspx</link><pubDate>Mon, 12 Jul 2010 17:22:59 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:7244</guid><dc:creator>mrtoyz</dc:creator><slash:comments>2</slash:comments><comments>http://excelblog.co.uk/forums/thread/7244.aspx</comments><wfw:commentRss>http://excelblog.co.uk/forums/commentrss.aspx?SectionID=16&amp;PostID=7244</wfw:commentRss><description>&lt;p&gt;&lt;span style="font-size:x-small;"&gt;I&amp;#39;ve researched a few options but havent been able to make anything work.&lt;br /&gt;Here is the formula I know would would if the limit were not 7....&lt;br /&gt;&lt;br /&gt;=IF(C5=&amp;quot;AT&amp;quot;,K5*9.5%,IF(C5=&amp;quot;Cr&amp;quot;,K5*9.8%,IF(C5 =&amp;quot;Du&amp;quot;,K5*9.8%,IF(C5=&amp;quot;OH&amp;quot;,K5*9.5%,IF(C5=&amp;quot;PWC&amp;quot;,K5 *9.5%,IF(C5=&amp;quot;Sc&amp;quot;,K5*9.8%,IF(C5=&amp;quot;Sp&amp;quot;,K5*9.8 %,IF(C5=&amp;quot;To&amp;quot;,K5*9.8%,IF(C5=&amp;quot;Tr&amp;quot;,K5*9.8%, IF(C5=&amp;quot;UTV&amp;quot;,K5*9.8%))))))))))&lt;br /&gt;&lt;br /&gt;Well I&amp;#39;ve added a few more values now totaling 14...&lt;br /&gt;&lt;br /&gt;I tried this and I get a &amp;quot;false&amp;quot; AND then the correct answer, obviously because the correct value is in the second IF statement.&lt;br /&gt;&lt;br /&gt;=IF(C5=&amp;quot;ATV S&amp;quot;,J5*9.5%,IF(C5=&amp;quot;ATV U&amp;quot;,J5*9.5%,IF(C5=&amp;quot;Cr&amp;quot;,J5*9.8%,IF(C5=&amp;quot;Cr T&amp;quot;,J5*9.8%,IF(C5=&amp;quot;DS&amp;quot;,J5*9.8%,IF(C5=&amp;quot;MX&amp;quot;,J5*9.5%,IF(C5=&amp;quot;Off&amp;quot;, J5*9.5%)))))))&amp;amp;IF(C5=&amp;quot;PWC&amp;quot;,J5*9.5%,IF(C5=&amp;quot;Scr&amp;quot; ,J5*9.8%,IF(C5=&amp;quot;Sta&amp;quot;,J5*9.8%,IF(C5=&amp;quot;Sp&amp;quot;,J5 *9.8%,IF(C5=&amp;quot;Sp T&amp;quot;,J5*9.8%,IF(C5=&amp;quot;Tr&amp;quot;,J5*9.5%,IF(C5=&amp;quot;UTV&amp;quot;,J5*9.5%)))))))&lt;br /&gt;&lt;br /&gt;The I tried this, but I get &amp;quot;formula contains an error&amp;quot;&lt;br /&gt;&lt;br /&gt;=LOOKUP(C5,{&amp;quot;ATV S&amp;quot;,&amp;quot;ATV U&amp;quot;,&amp;quot;Cruiser&amp;quot;,&amp;quot;Cr T&amp;quot;,&amp;quot;DS&amp;quot;,&amp;quot;MX&amp;quot;,&amp;quot;Off&amp;quot;,&amp;quot;PWC&amp;quot;,&amp;quot;Scr&amp;quot;,&amp;quot;St&amp;quot;,&amp;quot; Sp&amp;quot;,&amp;quot;Sp T&amp;quot;,&amp;quot;Tr&amp;quot;,&amp;quot;UTV&amp;quot;},{J5*9.5%,J5*9.5%,J5*9.8% ,J5*9.8%,J5*9.8%,J5*9.5%,J5*9.5%,J5*9.5%,J5*9.8%,J 5*9.8%,J5*9.8%,J5*9.8%,J5*9.5%,J5*9.5%})&lt;br /&gt;&lt;br /&gt;I&amp;#39;d REALLY appreciate any help you can give...I&amp;#39;m stumped.&lt;br /&gt;&lt;br /&gt;-&lt;/span&gt; &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Retain date and remove text from cell</title><link>http://excelblog.co.uk/forums/thread/7246.aspx</link><pubDate>Tue, 13 Jul 2010 06:15:06 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:7246</guid><dc:creator>renjithplr</dc:creator><slash:comments>1</slash:comments><comments>http://excelblog.co.uk/forums/thread/7246.aspx</comments><wfw:commentRss>http://excelblog.co.uk/forums/commentrss.aspx?SectionID=16&amp;PostID=7246</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Is there any formula, to delete text and retain only dates.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Let me explain more detail.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I have a excel file with more than 1500 entries. &lt;/p&gt;
&lt;p&gt;One of the column has date and text separated with space, but now my boss told me to remove the text and retain only date.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Date format is MM/DD/YYYY.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Eg. 6/10/2009&lt;br /&gt;(see Signature Block, Optical Transport Service/Longhaul Service Order Form)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;i want to retain 6/10/2009 and want to delete the all other text.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;It would be easy if there is any formula to do it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to Define #REF and #VALUE errors</title><link>http://excelblog.co.uk/forums/thread/7228.aspx</link><pubDate>Fri, 09 Jul 2010 18:12:59 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:7228</guid><dc:creator>Slipstream2904</dc:creator><slash:comments>5</slash:comments><comments>http://excelblog.co.uk/forums/thread/7228.aspx</comments><wfw:commentRss>http://excelblog.co.uk/forums/commentrss.aspx?SectionID=16&amp;PostID=7228</wfw:commentRss><description>&lt;p&gt;I need to create a formula that can differentiate between these 2 errors. I have tried a lot of different methods so far, but none of them will differentiate between the different types of errors. &lt;/p&gt;
&lt;p&gt;I do not know how to use the VB code in excel or even where it is, so I need to find out if I can do this without using it.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have a series of combobox dropdowns that rely on input from previous selections, some rely on multiple previous variables. If the error is #REF it means that the index has been put out of range and should display &amp;quot;-----&amp;quot; (since the &amp;quot;ignore blank&amp;quot; doesnt seem to work when you return an error or have a function returning a blank in a cell), and if it is &amp;quot;#VALUE it means the selections made have built a combination of objects that are larger than the allotted volume and needs to display &amp;quot;Volume too Large&amp;quot;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Combo1 Index&amp;nbsp;&amp;nbsp; Combo2 Index&lt;/p&gt;
&lt;p&gt;A1&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B1&lt;/p&gt;
&lt;p&gt;A2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B2&lt;/p&gt;
&lt;p&gt;A3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B3&lt;/p&gt;
&lt;p&gt;A4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B4&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If A1 is selected, B1, B2 &amp;amp; B3 will show up with B4 being &amp;quot;-----&amp;quot; (obviously stating not to choose it).&lt;/p&gt;
&lt;p&gt;If B1 is selected, B1 will display &amp;quot;Volume Too Large&amp;quot;, B2 will show up, and B3 anc B4 will display as &amp;quot;-----&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for any help.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>how to get count of comment inside cell</title><link>http://excelblog.co.uk/forums/thread/7180.aspx</link><pubDate>Tue, 29 Jun 2010 06:35:18 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:7180</guid><dc:creator>renjithplr</dc:creator><slash:comments>19</slash:comments><comments>http://excelblog.co.uk/forums/thread/7180.aspx</comments><wfw:commentRss>http://excelblog.co.uk/forums/commentrss.aspx?SectionID=16&amp;PostID=7180</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have a question, how to get the count of comment inside a cell (insert comment).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have attached a file which has comment. please guide me.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Formula needed</title><link>http://excelblog.co.uk/forums/thread/7086.aspx</link><pubDate>Thu, 17 Jun 2010 04:44:52 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:7086</guid><dc:creator>Wendy</dc:creator><slash:comments>7</slash:comments><comments>http://excelblog.co.uk/forums/thread/7086.aspx</comments><wfw:commentRss>http://excelblog.co.uk/forums/commentrss.aspx?SectionID=16&amp;PostID=7086</wfw:commentRss><description>&lt;p&gt;Hi all &lt;/p&gt;
&lt;p&gt;Im doing a workbook that has a total of 7 sheets. What i want to do is on the first sheet column A has a list of names, which has over 200 rows.Column B has the financial year ends. I have created a form with a text box and have the button on the first sheet. When you click on it, the text box will open and then you type in the financial year end and click ok. All i want it to do is any of the names in column A of that financial year end to copy to the 7 sheets. Their can be upto 15 names. But for the life of me i can&amp;#39;t seem to work out the code i need. &lt;/p&gt;
&lt;p&gt;Boy i hope i make sense.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to work on Vlookup with Dates as criteria?</title><link>http://excelblog.co.uk/forums/thread/7087.aspx</link><pubDate>Thu, 17 Jun 2010 05:14:36 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:7087</guid><dc:creator>geng</dc:creator><slash:comments>1</slash:comments><comments>http://excelblog.co.uk/forums/thread/7087.aspx</comments><wfw:commentRss>http://excelblog.co.uk/forums/commentrss.aspx?SectionID=16&amp;PostID=7087</wfw:commentRss><description>&lt;p&gt;&lt;span style="font-family:Arial;font-size:x-small;"&gt;I created a simplier and easier sample so not to confuse myself and the one who&amp;#39;s helping me. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Arial;font-size:x-small;"&gt;I just need to return a certain data to the cells higlighted in yellow, based on the criteria on B6 and C6.&lt;br /&gt;&lt;br /&gt;The detailed explanation is on the attached workbook.&lt;br /&gt;&lt;br /&gt;I really appreciate your help.&lt;br /&gt;&lt;br /&gt;Thanks!&lt;/span&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>highlight past date</title><link>http://excelblog.co.uk/forums/thread/7031.aspx</link><pubDate>Fri, 11 Jun 2010 01:45:44 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:7031</guid><dc:creator>Wendy</dc:creator><slash:comments>6</slash:comments><comments>http://excelblog.co.uk/forums/thread/7031.aspx</comments><wfw:commentRss>http://excelblog.co.uk/forums/commentrss.aspx?SectionID=16&amp;PostID=7031</wfw:commentRss><description>&lt;p&gt;Hi all &lt;/p&gt;
&lt;p&gt;What i want to do is have a column of dates that are a few months away. But when we get past the dates entered i want&amp;nbsp;those dates to&amp;nbsp;automatically change to red to let me know that they are past due. Hope this makes sense.&lt;/p&gt;
&lt;p&gt;Wendy:)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Need formula to calculate average number of days</title><link>http://excelblog.co.uk/forums/thread/7015.aspx</link><pubDate>Wed, 09 Jun 2010 19:59:52 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:7015</guid><dc:creator>br7250</dc:creator><slash:comments>7</slash:comments><comments>http://excelblog.co.uk/forums/thread/7015.aspx</comments><wfw:commentRss>http://excelblog.co.uk/forums/commentrss.aspx?SectionID=16&amp;PostID=7015</wfw:commentRss><description>&lt;p&gt;The worksheet is defined as follows: In cell A2 is the date 5-10-2010, in cell A3 is the date 5-14-2010, in cell A4 is the date 8-31-2010 in cell A5 is the date 10-17-2010. In cell B2 is the value 1, in cell B3 is the value 2, in cell B4 is the value 3, in cell B5 is the value 4, and in cell B6 is the value 5. In cells C2 through C6 a value of 1 is entered in each cell. In cell A1 is the word Date, in cell B1 is the word Days, and in Cell C1 is the word Count. In cell A9 is the date 5-10-2010, in cell A10 is the date 5-1-2010, and in cell A11 is the date 10-1-2009. The date format is entered as month-day-year. Here&amp;#39;s what I need:&lt;/p&gt;
&lt;p&gt;In cell B9 I need a formula that will calculate the average number of days from column B from the beginning date entered in A9 plus 6 days (a week).&lt;/p&gt;
&lt;p&gt;In cell B10 I need a formula that will calculate the average number of days from column B from the beginning date entered in A10 plus 30 days (the month of may for the year 2010).&lt;/p&gt;
&lt;p&gt;In cell B11 I need a formula that will calculate the average number of days from column B from the beginning date entered in A11 plus 364 days (the fiscal year ending in Sep 30, 2010).&lt;/p&gt;
&lt;p&gt;So, the result in cell B9 should calculate the average number of days based on 5-10-2010 and 5-14-2010, as these are the only two dates encompassed in the week time frame for cell B9.&lt;/p&gt;
&lt;p&gt;For B10, it would include only 5-10-2010 and 5-14-2010. For B11 it would include all of the dates with the exception of the last date (10-17-2010).&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Bruce&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How do I create a fomula that adds a percentage dependant on score???</title><link>http://excelblog.co.uk/forums/thread/7013.aspx</link><pubDate>Wed, 09 Jun 2010 15:14:36 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:7013</guid><dc:creator>Nikkiq</dc:creator><slash:comments>1</slash:comments><comments>http://excelblog.co.uk/forums/thread/7013.aspx</comments><wfw:commentRss>http://excelblog.co.uk/forums/commentrss.aspx?SectionID=16&amp;PostID=7013</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;I am new to this site and although I use excel every day I am struggling to write a formula!&lt;/p&gt;
&lt;p&gt;I have a list of staff salaries and each person will be awarded a score of between 1-3 by their line manager, I then need to be able to add a percentage wage increase dependant on that score.&lt;/p&gt;
&lt;p&gt;For example if they score 1 they will get 0.5% increase, but if they score 3 they get 1.5% increase.&lt;/p&gt;
&lt;p&gt;They spreadsheet needs to be all tidy and easy for non-finance managers to look at so all they have to do is add the score and see what happens!&lt;/p&gt;
&lt;p&gt;Sorry if this is really basic, but its confused me!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Many thanks&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>MATCHING TEXT  OF TWO COLUMNS AND WRITING VALUE FROM THIRD COLUMN</title><link>http://excelblog.co.uk/forums/thread/5991.aspx</link><pubDate>Tue, 18 May 2010 20:06:54 GMT</pubDate><guid isPermaLink="false">afdc21cc-1618-45b1-a950-e47bb94e6e94:5991</guid><dc:creator>MPowell</dc:creator><slash:comments>1</slash:comments><comments>http://excelblog.co.uk/forums/thread/5991.aspx</comments><wfw:commentRss>http://excelblog.co.uk/forums/commentrss.aspx?SectionID=16&amp;PostID=5991</wfw:commentRss><description>&lt;p&gt;I am hoping someone can help.&lt;/p&gt;
&lt;p&gt;I need the formula to do the following:&lt;/p&gt;
&lt;p&gt;Column A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Column B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Column Ctext&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;number (acct ID)&lt;/p&gt;
&lt;p&gt;I want to&amp;nbsp; match the text in ENTIRE Colimn B to ENTIRE Colimn&amp;nbsp;A (named account name), when there is a match by account name, write the ACCOUNT ID FROM COULMN C&lt;/p&gt;
&lt;p&gt;tHANKS!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>