Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default Help with SUMIF or array function to ignore #VALUE!

Hi all

I need to count data that sometimes includes #VALUE! and cannot work it out

This is what I am using but now and again the data includes #VALUE and due
to tha amount of lookups I cannot ommit this from the data that is been
counted

{=SUM(($M$1:$M$357=$B400)*($F$1:$F$357=0.02))}


any help much apprieciated

Nelly



  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Help with SUMIF or array function to ignore #VALUE!

Try this array formula** :

=COUNT(IF(F1:F357=0.02,IF(M1:M357=B400,1)))

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the SHIFT
key then hit ENTER.

--
Biff
Microsoft Excel MVP


"Nelly" wrote in message
. uk...
Hi all

I need to count data that sometimes includes #VALUE! and cannot work it
out

This is what I am using but now and again the data includes #VALUE and due
to tha amount of lookups I cannot ommit this from the data that is been
counted

{=SUM(($M$1:$M$357=$B400)*($F$1:$F$357=0.02))}


any help much apprieciated

Nelly




  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Help with SUMIF or array function to ignore #VALUE!

Try it like this, array-entered (press CTRL+SHIFT+ENTER to confirm the
formula):
=SUM(IF(ISNUMBER(($M$1:$M$357=$B400)*($F$1:$F$357 =0.02)),($M$1:$M$357=$B400)*($F$1:$F$357=0.02)))

--
Max
Singapore
http://savefile.com/projects/236895
Downloads:22,500 Files:370 Subscribers:66
xdemechanik
---
"Nelly" wrote in message
. uk...
I need to count data that sometimes includes #VALUE! and cannot work it
out

This is what I am using but now and again the data includes #VALUE and due
to tha amount of lookups I cannot ommit this from the data that is been
counted

{=SUM(($M$1:$M$357=$B400)*($F$1:$F$357=0.02))}



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
How do you ignore hidden rows in a SUMIF() function? Gerry Excel Worksheet Functions 12 October 8th 09 05:20 PM
IF Function and ignore if Hicks Excel Worksheet Functions 1 August 21st 08 05:05 PM
sumif array function yshridhar Excel Worksheet Functions 4 September 17th 07 04:46 AM
How to ignore text on SUM() function... KLZA Excel Worksheet Functions 16 August 4th 07 12:36 AM
Function to ignore decimals Poliisi Excel Worksheet Functions 1 September 6th 05 09:03 PM


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