Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 47
Default array formula

I have the following array formula:

SUM(($D$14:$D$1403=$B$1)*(F14:F1403<200000)*
($C$14:$C$1403=$B$6)))+(SUM(($D$14:$D$1403=$B$1)*
(F14:F1403199999)*($C$14:$C$1403=$B$6))


I don't want it to count blanks, cells with "x" or, cells
with 0. However, the <200000 counts 0s and blanks, and
the 199999 counts "x"s?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default array formula

Your () don't balance, so i tis hard to see what you actuall formula does,
but every cell should either be <200000 or 199999

--
Regards,
Tom Ogilvy

"scrabtree" wrote in message
...
I have the following array formula:

SUM(($D$14:$D$1403=$B$1)*(F14:F1403<200000)*
($C$14:$C$1403=$B$6)))+(SUM(($D$14:$D$1403=$B$1)*
(F14:F1403199999)*($C$14:$C$1403=$B$6))


I don't want it to count blanks, cells with "x" or, cells
with 0. However, the <200000 counts 0s and blanks, and
the 199999 counts "x"s?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default array formula

=SUM(($D$14:$D$1403=$B$1)*($F$14:$F$1403<200000)*( $F$14:$F$1403100000)*($C$
14:$C$1403=$B$6))

Entered with Ctrl+shift+enter

will give the count of cells between 100000 and 200000 (non inclusive) in
column F and column D equals value in B1 and Column C equal to value in B6.

--
Regards,
Tom Ogilvy

"Tom Ogilvy" wrote in message
...
Your () don't balance, so i tis hard to see what you actuall formula does,
but every cell should either be <200000 or 199999

--
Regards,
Tom Ogilvy

"scrabtree" wrote in message
...
I have the following array formula:

SUM(($D$14:$D$1403=$B$1)*(F14:F1403<200000)*
($C$14:$C$1403=$B$6)))+(SUM(($D$14:$D$1403=$B$1)*
(F14:F1403199999)*($C$14:$C$1403=$B$6))


I don't want it to count blanks, cells with "x" or, cells
with 0. However, the <200000 counts 0s and blanks, and
the 199999 counts "x"s?





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
Array formula SUMIF with 2D sum_range array Rich_84 Excel Worksheet Functions 3 April 3rd 09 10:46 PM
Array formula: how to join 2 ranges together to form one array? Rich_84 Excel Worksheet Functions 2 April 1st 09 06:38 PM
Find specific value in array of array formula DzednConfsd Excel Worksheet Functions 2 January 13th 09 06:19 AM
meaning of : IF(Switch; Average(array A, array B); array A) DXAT Excel Worksheet Functions 1 October 24th 06 06:11 PM
Array Formula - using LEFT("text",4) in formula Andrew L via OfficeKB.com Excel Worksheet Functions 2 August 1st 05 02:36 PM


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