LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 86
Default How To Do This Array Function


Worked perfect. Thanks!

On Oct 4, 8:37 pm, ilia wrote:
Array version:

=SUM(($H$10:$H$16<"Done")*($H$10:$H$16<"")*($F$1 0:$F$16<$B$4))

Can do the same thing with SUMPRODUCT, but arrays are easier to
monitor with formula evaluator.

On Oct 4, 9:30 am, mjones wrote:



On Oct 3, 4:26 pm, Pete_UK wrote:


Hi Michele,


you could try this array formula:


=SUM(IF(($H$10:$H$16<"Done")*($F$10:$F$16<$B$4),$ F$10:$F$16))


committed with CSE, or this:


=SUMPRODUCT(($H$10:$H$16<"Done")*($F$10:$F$16<$B$ 4)*($F$10:$F$16))


which does not need CSE.


Hope this helps.


Pete


On Oct 3, 8:51 pm, mjones wrote:


Hi All,


I'm really guessing he


=SUM(IF($H$10:$H$16<"Done",($F$10:$F$16<$B$4)))


Of course it has the squiggly brackets.


I'm trying to add the total number of items in F10:F16 that are less
than B4 and are not showing as Done in column H.


Help would be much appreciated.


Thanks,


Michele- Hide quoted text -


- Show quoted text -


Hi Pete,


Actually, I need the total number of items so this worked by changing
SUM to COUNT:


=COUNT(IF(($H$10:$H$16<"Done")*($F$10:$F$16<$B$4) ,$F$10:$F$16))


Committed with CSE.


Except that rows 15 and 16 are blank right now so I really had to
change all the 16's to 14's. It's handy to keep some blank rows at
the end for new enteries when the spreadsheet growns. Can the formula
be made to say:


Count if H10:H16 are not done and not blank?


Thanks very much,


Michele- Hide quoted text -


- Show quoted text -- Hide quoted text -


- Show quoted text -





 
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
array function birdsting Excel Worksheet Functions 1 September 29th 06 02:06 PM
AND in an array function? Vince Excel Worksheet Functions 2 April 17th 06 05:46 PM
Array Function John Michl Excel Worksheet Functions 6 March 20th 06 03:16 PM
Is there an array function or something like it? nyys Excel Worksheet Functions 0 January 12th 06 07:47 PM
Help with an array function malik641 New Users to Excel 4 June 10th 05 05:09 PM


All times are GMT +1. The time now is 11:50 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"