Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Working an If formula | Excel Worksheet Functions | |||
Formula only working sometimes | Excel Discussion (Misc queries) | |||
Formula not working | Excel Worksheet Functions | |||
Formula not working | Excel Worksheet Functions | |||
Formula not working | Excel Worksheet Functions |