LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default counting text across multiple columns

Yes, thank you


--


Regards,


Peo Sjoblom


"David Biddulph" <groups [at] biddulph.org.uk wrote in message
...
=SUMPRODUCT(--(A2:A100="ALL"),--(B2:B100<"Closed")) presumably? [Column
B for the second term?]
--
David Biddulph

"Peo Sjoblom" wrote in message
...
=SUMPRODUCT(--(A2:A100="ALL"),--(A2:A100<"Closed"))

note that unless you have Excel 2007 you cannot use A:A and instead you
need to specify a range


"WastingTime" wrote in message
...
I'm trying to perform a boolean test across multiple columns of arrays.

The test in on worksheet 1, the data on worksheet 2.
I have columns such:
Column A Column B
5 <blank
7 <blank
ALL <blank
7 Closed
ALL Closed
5 <blank
All <blank
7 <blank
5 Closed

The objective is to count the instances of "ALL" in column, but only if
the
matching cell in Column B is not equal to "CLOSED". Or is <blank if
you
prefer.

=SUM(IF(TBD!$A:$A="ALL",1,0)) does not work when I do the
CTRL-SHFT-ENTER.
I get the #num error.

So how do I get a counting function for text that tests all occurrences
in
column A unless it fails column B? or alternatively Column A is true
and the
matching column B cell is blank?

--
WT







 
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
Counting rows from columns on multiple worksheets? The BriGuy[_2_] Excel Worksheet Functions 2 November 10th 07 03:47 AM
Counting from multiple columns The BriGuy[_2_] Excel Discussion (Misc queries) 0 September 17th 07 01:38 PM
Counting rows based on multiple columns Doyle Excel Worksheet Functions 1 September 29th 06 07:06 PM
Counting values in multiple columns Emily Excel Discussion (Misc queries) 2 May 14th 06 03:34 PM
Help w/ counting multiple columns based on IF criteria ConstructionGuy Excel Worksheet Functions 3 November 8th 05 04:03 AM


All times are GMT +1. The time now is 04:35 AM.

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"