<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>ExcelBanter - Excel Worksheet Functions</title>
		<link>http://www.excelbanter.com</link>
		<description>(microsoft.public.excel.worksheet. functions) Detailed discussions and queries on Excel worksheet functions</description>
		<language>en</language>
		<lastBuildDate>Mon, 20 May 2013 20:39:43 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.excelbanter.com/images/002/misc/rss.jpg</url>
			<title>ExcelBanter - Excel Worksheet Functions</title>
			<link>http://www.excelbanter.com</link>
		</image>
		<item>
			<title>Varying cell ranges in formulas according to number of cells with certain value</title>
			<link>http://www.excelbanter.com/showthread.php?t=448789&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 04:10:29 GMT</pubDate>
			<description><![CDATA[Hi all, I've been trying all morning to figure out a complex problem, and I was hoping the good people here would be able to help.

So I have a spreadsheet...]]></description>
			<content:encoded><![CDATA[<div>Hi all, I've been trying all morning to figure out a complex problem, and I was hoping the good people here would be able to help.<br />
<br />
So I have a spreadsheet with a list of companies, list of users within those companies, and the status of those users(Active/Inactive/Deleted). I'm trying to determine the company-level status based on how the overall status of all the users in the company.<br />
<br />
E.g. <br />
A                   B              C                D<br />
Company A      User 1       Active         <br />
Company A      User 2       Active<br />
Company A      User 3       Inactive<br />
Company A      User 4       Deleted <br />
Company B      User 1       Inactive<br />
Company B      User 2       Active<br />
Company B      User 3       Inactive<br />
 <br />
In the above example, cells D1 to D4 would list &quot;Active&quot;, since Active users form the bulk of the company. D4 to D6 would list &quot;Inactive&quot; for Company B.<br />
<br />
I've figured out the first half of what I need to do:<br />
=IF(COUNTIF(A1:A4,&quot;Active&quot;)&gt;COUNTA(A1:A4)/2),&quot;Active&quot;,IF(COUNTIF(A1:A4,&quot;Inactive&quot;)&gt;(COUNTA(A  1:A4)/2),&quot;Inactive&quot;,&quot;Deleted&quot;))<br />
<br />
My problem is in getting Excel to automatically define the cell ranges according to the cells that contain &quot;Company A&quot;, &quot;Company B&quot;, etc. I have over 5,000 rows on the spreadsheet so having to manually change the cell ranges for each company would take forever.<br />
<br />
I will be EXTREMELY grateful if anyone could help!!<br />
<br />
Also posted on <a href="http://www.excelforum.com/excel-general/924438-defining-cell-ranges-in-formulas-according-to-cells-with-a-certain-value.html?p=3245639#post3245639" target="_blank">http://www.excelforum.com/excel-gene...39#post3245639</a>, and <a href="http://www.mrexcel.com/forum/excel-questions/703704-defining-cell-ranges-according-cells-certain-value.html" target="_blank">http://www.mrexcel.com/forum/excel-q...ain-value.html</a></div>

]]></content:encoded>
			<category domain="http://www.excelbanter.com/forumdisplay.php?f=5">Excel Worksheet Functions</category>
			<dc:creator>Dranoeler</dc:creator>
			<guid isPermaLink="true">http://www.excelbanter.com/showthread.php?t=448789</guid>
		</item>
		<item>
			<title>Automatically populate value of cell dependent on adajecent cell</title>
			<link>http://www.excelbanter.com/showthread.php?t=448781&amp;goto=newpost</link>
			<pubDate>Sat, 18 May 2013 02:46:32 GMT</pubDate>
			<description><![CDATA[I'm not sure if I need a formula or a script for this, I've looked at almost every formula in excel and I can't figure it out!  Here's what I'm trying to...]]></description>
			<content:encoded><![CDATA[<div>I'm not sure if I need a formula or a script for this, I've looked at almost every formula in excel and I can't figure it out!  Here's what I'm trying to do:<br />
In cells E3:E29 I have a drop down menu with a list of services.  Depending on what the selection is in those cells, I would like the next cells F3:F29 to automatically populate with a value.  For example in E3 &quot;Lesson Mozart&quot; would be selected, so F3 would automatically have $70.00.  Then E4 &quot;Training ride&quot; would be selected so F4 would automatically  have $40.00.  In addition, I would like the G column cells to have a value dependent upon the E or F values, but I image when I figure out the first part of the problem, I get the next part!  Thank you again!</div>

]]></content:encoded>
			<category domain="http://www.excelbanter.com/forumdisplay.php?f=5">Excel Worksheet Functions</category>
			<dc:creator>Crystal84</dc:creator>
			<guid isPermaLink="true">http://www.excelbanter.com/showthread.php?t=448781</guid>
		</item>
		<item>
			<title>Formula to add two spaces into a number stored as text</title>
			<link>http://www.excelbanter.com/showthread.php?t=448779&amp;goto=newpost</link>
			<pubDate>Fri, 17 May 2013 11:20:55 GMT</pubDate>
			<description><![CDATA[Hello. I'm trying to do as the title says. The numbers must be arranged "0000 000 0000" and I'm trying to get that format applied to all the numbers in a...]]></description>
			<content:encoded><![CDATA[<div>Hello. I'm trying to do as the title says. The numbers must be arranged &quot;0000 000 0000&quot; and I'm trying to get that format applied to all the numbers in a column. The only problem is there are about 3000 numbers in that column so I can't do it manually. <br />
<br />
From searching around I've found the following formula =CONCATENATE(LEFT(H2,4),&quot; &quot;,RIGHT(H2,3))<br />
<br />
This seems to be what I'm looking for but I'm having trouble adapting it for my purposes. Anyone who can help me out here?<br />
</div>

]]></content:encoded>
			<category domain="http://www.excelbanter.com/forumdisplay.php?f=5">Excel Worksheet Functions</category>
			<dc:creator>michael@riversway.net</dc:creator>
			<guid isPermaLink="true">http://www.excelbanter.com/showthread.php?t=448779</guid>
		</item>
		<item>
			<title>Generate series according to range and increment</title>
			<link>http://www.excelbanter.com/showthread.php?t=448774&amp;goto=newpost</link>
			<pubDate>Thu, 16 May 2013 17:21:31 GMT</pubDate>
			<description>I am working with a two page workbook. On page one I have upper and lower values of a range (example 0.0 to 5.0, or 0 to 100) and an increment value (example...</description>
			<content:encoded><![CDATA[<div>I am working with a two page workbook. On page one I have upper and lower values of a range (example 0.0 to 5.0, or 0 to 100) and an increment value (example 0.2 or 5). On page two I would like a column to automatically fill with the series of values within the range according to the increment value.<br />
<br />
For example: If the range on page one is from 0.0 to 5.0, and the increment is 0.2, I would like a column in page two to fill 0.0, 0.2, 0.4, 0.6, 0.8, 1.0, 1.2…    …4.8, 5.0 in a column from top to bottom.<br />
<br />
I hope this is clear enough; I am not very versed in Excel vocabulary. Any help is appreciated. Thanks!</div>

]]></content:encoded>
			<category domain="http://www.excelbanter.com/forumdisplay.php?f=5">Excel Worksheet Functions</category>
			<dc:creator>primeride2k</dc:creator>
			<guid isPermaLink="true">http://www.excelbanter.com/showthread.php?t=448774</guid>
		</item>
		<item>
			<title>Dynamic Ranges Adding Extra Row</title>
			<link>http://www.excelbanter.com/showthread.php?t=448773&amp;goto=newpost</link>
			<pubDate>Thu, 16 May 2013 17:16:30 GMT</pubDate>
			<description><![CDATA[I'm trying to set up dynamic ranges (with mixed text/numeric data) using the following base formula: 

 =OFFSET($A$1,0,0,COUNTA($A:$A),1)

I have a header in...]]></description>
			<content:encoded><![CDATA[<div>I'm trying to set up dynamic ranges (with mixed text/numeric data) using the following base formula: <br />
<br />
 =OFFSET($A$1,0,0,COUNTA($A:$A),1)<br />
<br />
I have a header in the first row, so I want to start my range an A2. When I change the first reference to $A$2; however, the range goes one more row than it needs to. I've also tried to set the row offset to 1 and it still adds the extra row. Does anyone have any suggestions? Thanks!</div>

]]></content:encoded>
			<category domain="http://www.excelbanter.com/forumdisplay.php?f=5">Excel Worksheet Functions</category>
			<dc:creator>KeriM</dc:creator>
			<guid isPermaLink="true">http://www.excelbanter.com/showthread.php?t=448773</guid>
		</item>
		<item>
			<title>CONDITIONAL FORMATTING IN EXCEL 2010</title>
			<link>http://www.excelbanter.com/showthread.php?t=448769&amp;goto=newpost</link>
			<pubDate>Thu, 16 May 2013 11:08:23 GMT</pubDate>
			<description>Sorry, this is obviously a really simply one, but the help comments are not 
making sense to me!

I wish to format A1 (background colour) when its value is...</description>
			<content:encoded><![CDATA[<div>Sorry, this is obviously a really simply one, but the help comments are not <br />
making sense to me!<br />
<br />
I wish to format A1 (background colour) when its value is higher than B1.<br />
<br />
As in:-<br />
<br />
A1 = 3.3%     B1 = 2.8%   so cell A1 background colour will change.<br />
<br />
Thanks for the help!<br />
<br />
Malcolm.. <br />
<br />
<br />
</div>

]]></content:encoded>
			<category domain="http://www.excelbanter.com/forumdisplay.php?f=5">Excel Worksheet Functions</category>
			<dc:creator>Malcolm Austin</dc:creator>
			<guid isPermaLink="true">http://www.excelbanter.com/showthread.php?t=448769</guid>
		</item>
		<item>
			<title>Text Dates/times to d:hh:mm:ss</title>
			<link>http://www.excelbanter.com/showthread.php?t=448762&amp;goto=newpost</link>
			<pubDate>Wed, 15 May 2013 18:57:51 GMT</pubDate>
			<description>I have a problem that if able to use software that I am more accustom to, like MatLab, I would be able to fix fairly easily.  Unfortunately I am only able to...</description>
			<content:encoded><![CDATA[<div>I have a problem that if able to use software that I am more accustom to, like MatLab, I would be able to fix fairly easily.  Unfortunately I am only able to use Excel for this and I am still learning the language and capabilities of Excel.  I have a text field that is representative of outage time that is filled with items like this: 1day 9hrs 35mins 53seconds, 15hrs 20mins 50seconds, and 11days 23hrs 59mins 14seconds.  I have been able to use Substitute to put this in a ':' for the string portions, 1:9:35:53, But this is still not able to be sorted longest to shortest because if there is no 'day' to substitute it is left blank, 15:20:50.  I have tried formating, which didn't help, and I can't find a way to use an ELSE statement to substitute a '00' if the 'day'/'days' isn't present. I would think that Excel is able to do something as simple as this, I just am missing the proper language to get it done. Thanks for the help.</div>

]]></content:encoded>
			<category domain="http://www.excelbanter.com/forumdisplay.php?f=5">Excel Worksheet Functions</category>
			<dc:creator>Bigskenney</dc:creator>
			<guid isPermaLink="true">http://www.excelbanter.com/showthread.php?t=448762</guid>
		</item>
		<item>
			<title>Comparing two lists</title>
			<link>http://www.excelbanter.com/showthread.php?t=448750&amp;goto=newpost</link>
			<pubDate>Mon, 13 May 2013 14:57:27 GMT</pubDate>
			<description>Hello,

I have to compare two list and no vlookup does not work on this:
On list 1, I have the names of people and cities that they visited.

Eg. James    New...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I have to compare two list and no vlookup does not work on this:<br />
On list 1, I have the names of people and cities that they visited.<br />
<br />
Eg. James    New York<br />
             Dallas<br />
             Houston<br />
             Seattle<br />
     Mary    Phoenix<br />
             San Francisco<br />
             Austin<br />
             Portland<br />
<br />
<br />
List 2 has the names of the same people but not all the names of the cities they visited<br />
<br />
Eg. James    New York<br />
             Dallas<br />
<br />
Mary         Austin<br />
              Portland<br />
<br />
So I know that james and Mary visited other cities but they aren't listed on list 2<br />
<br />
I need to compare the two lists and identify on list 2 the names of the cities that are on list 1 that they visited<br />
<br />
Thanks!<br />
</div>

]]></content:encoded>
			<category domain="http://www.excelbanter.com/forumdisplay.php?f=5">Excel Worksheet Functions</category>
			<dc:creator><![CDATA[RB[_2_]]]></dc:creator>
			<guid isPermaLink="true">http://www.excelbanter.com/showthread.php?t=448750</guid>
		</item>
		<item>
			<title>Multiple VLOOKUP lookup values</title>
			<link>http://www.excelbanter.com/showthread.php?t=448748&amp;goto=newpost</link>
			<pubDate>Sun, 12 May 2013 22:33:11 GMT</pubDate>
			<description>Edit: Believe it or not I worked it out. Thanks anyway.</description>
			<content:encoded><![CDATA[<div>Edit: Believe it or not I worked it out. Thanks anyway.</div>

]]></content:encoded>
			<category domain="http://www.excelbanter.com/forumdisplay.php?f=5">Excel Worksheet Functions</category>
			<dc:creator>SkyTheImmense</dc:creator>
			<guid isPermaLink="true">http://www.excelbanter.com/showthread.php?t=448748</guid>
		</item>
		<item>
			<title><![CDATA[Removing #N/A from an "If/Then" statement]]></title>
			<link>http://www.excelbanter.com/showthread.php?t=448733&amp;goto=newpost</link>
			<pubDate>Thu, 09 May 2013 14:53:32 GMT</pubDate>
			<description><![CDATA[I'm doing some report making for my job, and pieced together this formula:

=IF(D9=0,NA(),D9) with base formula of =IF(hostcell=0,NA(),hostcell)

The formula...]]></description>
			<content:encoded><![CDATA[<div>I'm doing some report making for my job, and pieced together this formula:<br />
<br />
=IF(D9=0,NA(),D9) with base formula of =IF(hostcell=0,NA(),hostcell)<br />
<br />
The formula has worked wonderfully, but it leaves &quot;#N/A&quot; in the cell and my supervisor would like to not see anything within the table, as they are being included in this report.<br />
<br />
Does anyone know how this could be achieved?<br />
</div>

]]></content:encoded>
			<category domain="http://www.excelbanter.com/forumdisplay.php?f=5">Excel Worksheet Functions</category>
			<dc:creator>Collin Ulvund</dc:creator>
			<guid isPermaLink="true">http://www.excelbanter.com/showthread.php?t=448733</guid>
		</item>
		<item>
			<title>Rosters, Dates and Displays</title>
			<link>http://www.excelbanter.com/showthread.php?t=448731&amp;goto=newpost</link>
			<pubDate>Thu, 09 May 2013 11:53:36 GMT</pubDate>
			<description>Goal
Show in one cell the surnames of band members (all in different cells on a roster page) as members of a particular band (which maintains the same name but...</description>
			<content:encoded><![CDATA[<div>Goal<br />
Show in one cell the surnames of band members (all in different cells on a roster page) as members of a particular band (which maintains the same name but changes members based on quarter/monthly), based on both the band name and when a particular show date is.<br />
<br />
i.e.<br />
Feb to Jun, Awsum Nuggets members were Johnson, Willis and Tart. <br />
Jul to Dec, Awsum Nuggets members were Harper, Hopper and Jackson.<br />
Awsum Nuggets played a show Feb 2, 2013.<br />
Based on the show date and Band name (as log contains names of other bands that also change qtr/mo, cell should show names according to roster based on when band was staffed by which members.<br />
<br />
Log<br />
Show Date  |  Band  |  Members (this cell has formula to display member names)<br />
<br />
Roster (feeding info)<br />
Arrive  |  Depart  |  Band  |  Mbr1  |  Mbr2  |  Mbr3  |  Mbr4<br />
<br />
Current Formula (not working)<br />
=IF(and(($A6:A12=MEDIAN(Roster!A6:B6,)),B6:B12=Ros  ter!C6)),Roster!D6:K6,&quot;&quot;)<br />
Translation<br />
=if (date in column A is between A6:B6, AND the name in Roster!$C6 is in column B) then display member names from the associated band or &quot;&quot;<br />
<br />
Any ideas?</div>

]]></content:encoded>
			<category domain="http://www.excelbanter.com/forumdisplay.php?f=5">Excel Worksheet Functions</category>
			<dc:creator>Christian Michael</dc:creator>
			<guid isPermaLink="true">http://www.excelbanter.com/showthread.php?t=448731</guid>
		</item>
		<item>
			<title>Nameing a function</title>
			<link>http://www.excelbanter.com/showthread.php?t=448729&amp;goto=newpost</link>
			<pubDate>Wed, 08 May 2013 22:01:51 GMT</pubDate>
			<description>Excel 2010

Suppose I have the formula =Degree(A1) in cell B1.

In cell C1 I write a formula using the formula in B1 as one of the
parameters.

I think I...</description>
			<content:encoded><![CDATA[<div>Excel 2010<br />
<br />
Suppose I have the formula =Degree(A1) in cell B1.<br />
<br />
In cell C1 I write a formula using the formula in B1 as one of the<br />
parameters.<br />
<br />
I think I understand how to name the formula in B1.  Chooseing Ctrl + F3 seems to do the trick.  But when I try to auto-fill my formula in C1 down<br />
the column it doesn't seem to work correctly.<br />
<br />
Any help appreciated.<br />
<br />
</div>

]]></content:encoded>
			<category domain="http://www.excelbanter.com/forumdisplay.php?f=5">Excel Worksheet Functions</category>
			<dc:creator>Leslie Charles</dc:creator>
			<guid isPermaLink="true">http://www.excelbanter.com/showthread.php?t=448729</guid>
		</item>
		<item>
			<title>Converting a number into a cell reference</title>
			<link>http://www.excelbanter.com/showthread.php?t=448727&amp;goto=newpost</link>
			<pubDate>Wed, 08 May 2013 16:00:05 GMT</pubDate>
			<description>I want to pull a number from a particular cell and then use that to create a cell reference for the cell in row Q and the column of that number, and look up...</description>
			<content:encoded><![CDATA[<div>I want to pull a number from a particular cell and then use that to create a cell reference for the cell in row Q and the column of that number, and look up that cell in a different sheet.<br />
<br />
For example, let's say Sheet 1, cell K1 contains the number 72.  I want =formula to return the contents of Sheet 2, cell Q72.<br />
<br />
So how do I write this formula? :-)</div>

]]></content:encoded>
			<category domain="http://www.excelbanter.com/forumdisplay.php?f=5">Excel Worksheet Functions</category>
			<dc:creator>szwanger</dc:creator>
			<guid isPermaLink="true">http://www.excelbanter.com/showthread.php?t=448727</guid>
		</item>
		<item>
			<title><![CDATA[Index Match & #values]]></title>
			<link>http://www.excelbanter.com/showthread.php?t=448726&amp;goto=newpost</link>
			<pubDate>Wed, 08 May 2013 12:16:40 GMT</pubDate>
			<description>I am using an Index function, together with MATCH. The index refers to a separate workbook. The problem occurs when the INDEX imports data from an empty...</description>
			<content:encoded><![CDATA[<div>I am using an Index function, together with MATCH. The index refers to a separate workbook. The problem occurs when the INDEX imports data from an empty cell.<br />
<br />
From one sheet it simply displayed nothing (this is what I need).<br />
When I've added an Index to this Index (meaning... INDEX function + another INDEX function) it returned #VALUE where the second INDEX encountered a blank cell.<br />
<br />
Is there anything I can do to overcome this issue? Maybe something to ignore the particular INDEX function if it returns a #VALUE result?<br />
<br />
Thanks a lot,<br />
Dan</div>

]]></content:encoded>
			<category domain="http://www.excelbanter.com/forumdisplay.php?f=5">Excel Worksheet Functions</category>
			<dc:creator>DanielF</dc:creator>
			<guid isPermaLink="true">http://www.excelbanter.com/showthread.php?t=448726</guid>
		</item>
		<item>
			<title><![CDATA[SUMIF with criteria "<>" & "="]]></title>
			<link>http://www.excelbanter.com/showthread.php?t=448718&amp;goto=newpost</link>
			<pubDate>Tue, 07 May 2013 09:38:09 GMT</pubDate>
			<description><![CDATA[I'm using excel 2007. I have 2 columns of data. A1:A8 contain various numbers only. B1:B8 contain numbers, text, & empty cells. I use the formula...]]></description>
			<content:encoded><![CDATA[<div>I'm using excel 2007. I have 2 columns of data. A1:A8 contain various numbers only. B1:B8 contain numbers, text, &amp; empty cells. I use the formula SUMIF(B1:B8,&quot;&lt;&gt;&quot;,A1:A8). This works fine for my needs as I'm trying to sum the numbers in column A that have corresponding numbers or text in column B but not corresponding blank cells.<br />
If instead I replace the criteria &quot;&lt;&gt;&quot; with &quot;=&quot; and use the formula SUMIF(B1:B8,&quot;=&quot;,A1:A8), I sum the  numbers in column A that have corresponding blank cells. This also works with COUNTIF(A1:A8,&quot;&lt;&gt;&quot;) and COUNTIF(A1:A8,&quot;=&quot;) by either eliminating blank cells with &quot;&lt;&gt;&quot; or eliminating numbers and text with &quot;=&quot;, thus giving the same results as COUNTA(B1:B8) or COUNTBLANK(B1:B8) respectively would.<br />
I cannot find any built in substitutions for the =SUMIF example that I brought up first that would achieve similar results as COUNTA &amp; COUNTBLANK do..<br />
Why does &quot;&lt;&gt;&quot; disregard the blank cells and &quot;=&quot; disregard the numbers and text?<br />
</div>

]]></content:encoded>
			<category domain="http://www.excelbanter.com/forumdisplay.php?f=5">Excel Worksheet Functions</category>
			<dc:creator><![CDATA[MikeG[_2_]]]></dc:creator>
			<guid isPermaLink="true">http://www.excelbanter.com/showthread.php?t=448718</guid>
		</item>
	</channel>
</rss>
