#1   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom
 
Posts: n/a
Default Array

As long as the ranges are of equal size like in

=SUMPRODUCT(--(A2:A20100),--(B2:B200),--(D2:D200))

it will work, post the one that didn't work

that above will count the conditions where A100 AND B 0 AND D 0
if you want where A 100 AND B OR C 0 you can use

=SUMPRODUCT(--(A2:A20100),--((B2:B200)+(D2:D200)0))

--

Regards,

Peo Sjoblom

Northwest Excel Solutions

www.nwexcelsolutions.com

(remove ^^ from email address)

Portland, Oregon




"metaltecks" wrote in message
...
Ok,
I have a column A called time . The values in these cells range from
0-500.
In Column B, I have a column called Student. Cell Values are x's.
In Column C, I have a column called Teacher. Cell Values are x's.
In Column D, I have a column called project. The values in these cells are
x's.
In Column E, I have a column called completed. Cell Values are x's.
In Column F, I have a column called pending. Cell Values are x's.

What i want to know is how can I determine the number of times a student
has
a project, completed, and pending that is over 100 minutes.

I created an array to calculate the total number of times a student has
gone
over 100 minutes. The formula is {=sum((a2:20100)*(b2:b200))} But when I
try to add another range, I get an error.

Please help, when i have got this formula, the rest if just plugging in
different values.

Thank you



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Transpose words and numbers into array of different proportions Manfred Excel Discussion (Misc queries) 5 February 9th 06 01:07 AM
Problem with Vlookup array selection Scott269 Excel Worksheet Functions 2 January 30th 06 05:29 PM
Where is the bug in my array? Gail Gurman Excel Discussion (Misc queries) 1 January 25th 05 12:36 AM
Formula to list unique values JaneC Excel Worksheet Functions 4 December 10th 04 12:25 AM
VBA Import of text file & Array parsing of that data Dennis Excel Discussion (Misc queries) 4 November 28th 04 10:20 PM


All times are GMT +1. The time now is 11:31 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"