Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default formula is not working

hi,

Im using the formula
=countifs(a6:a705,isblank(false),e6:e705,isblank(f alse)
I need to tally up the amount of rows where both criteria match.

The only problem is that all the cells in those ranges have formulas.

=countifs does not tally up the total because there are formulas
within those cells.
Is there any other way I can do this where I can ignore the formulas
in the cells and just find out if there are values or not?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 364
Default formula is not working

Try
=SUMPRODUCT(--(A6:A705<""),--(E6:E705<""))

" wrote:

hi,

Im using the formula
=countifs(a6:a705,isblank(false),e6:e705,isblank(f alse)
I need to tally up the amount of rows where both criteria match.

The only problem is that all the cells in those ranges have formulas.

=countifs does not tally up the total because there are formulas
within those cells.
Is there any other way I can do this where I can ignore the formulas
in the cells and just find out if there are values or not?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,480
Default formula is not working

Hi

try
=COUNTIFS(A6:A705,"<",E6:E705,"<")

--
Regards
Roger Govier

wrote in message
...
hi,

Im using the formula
=countifs(a6:a705,isblank(false),e6:e705,isblank(f alse)
I need to tally up the amount of rows where both criteria match.

The only problem is that all the cells in those ranges have formulas.

=countifs does not tally up the total because there are formulas
within those cells.
Is there any other way I can do this where I can ignore the formulas
in the cells and just find out if there are values or not?


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
Working an If formula Daleen Excel Worksheet Functions 9 August 29th 08 04:04 PM
Formula only working sometimes KeK23 Excel Discussion (Misc queries) 2 October 7th 07 11:38 PM
Formula not working Excluxe Excel Worksheet Functions 17 July 13th 07 07:36 PM
Formula not working Connie Martin Excel Worksheet Functions 4 May 30th 06 05:53 PM
Formula not working Carl Hilton Excel Worksheet Functions 13 January 9th 05 06:55 PM


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