Listed in columns A:C are the point totals scored by teams A and B in the first four games of the season.
We want to calculate the total number of points scored by Team B in the first two games.
Solution:
Use the SUM function in the following Array formula:
{=SUM((A2:A9=""B"")*(B2:B9<=2)*C2:C9)}
Blinking in field
Rajesh Shah wrote on July 01, 2005 14:32 EST
I would like to have some Text shoud be blinking in the cell. How to do ?
Reply: Rajesh Shah
Alan wrote on July 05, 2005 23:49 EST
Hi Rajesh,
[QUOTE=Rajesh Shah]I would like to have some Text shoud be blinking in the cell. How to do ?[/QUOTE]The only way to do that is to use VBA.
Post back if that is a viable option for you and you need help to do it, but I would seriously consider how much you really need to do it, especially if you don't already have code in the workbook in question.
Alan.
texas holdem
texas holdem wrote on July 09, 2005 08:30 EST
sort
asif wrote on December 31, 1969 19:00 EST
How do I sort a column which is a result of averaging over other columns. The sort does not work with formulas.
Also, how can i tell how many cells are above a certain value without sorting.
Terms
and Conditions of use
The applications/code on this site are distributed as is and without warranties
or liability. In no event shall the owner of the copyrights, or the authors
of the applications/code be liable for any loss of profit, any problems
or any damage resulting from the use or evaluation of the applications/code.