#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 519
Default N/A

Hello from Steved

Please if a cell has in it "N/A" What is require in the bootom formula to
reconize thia please as at it is at the moment it returns value in the sum
column, meaning I have to change it from N/A to 0 for the formula to work
thanks.

=SUMPRODUCT(--('From Charters'!$A$9=$A$41)*'From Charters'!$D$9:$E$9)
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 380
Default N/A

If you actually mean #N/A, then it is ISNA or ISERROR, or maybe conversely
test for ISNUMBER for validity.

You formula will not work

=SUMPRODUCT(--('From Charters'!$A$9=$A$41)*'From Charters'!$D$9:$E$9)

as the ranges must be the same size, perhaps you really mean

=SUMPRODUCT(--('From Charters'!$A$9:$B$9=$A$41)*'From Charters'!$D$9:$E$9)

and you don't need the first --

Test that with

=SUMPRODUCT(('From Charters'!$A$9:$B$9=$A$41))*(ISNUMBER('From
Charters'!$D$9:$E$9))

But this is all guesswork.

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Steved" wrote in message
...
Hello from Steved

Please if a cell has in it "N/A" What is require in the bootom formula to
reconize thia please as at it is at the moment it returns value in the sum
column, meaning I have to change it from N/A to 0 for the formula to work
thanks.

=SUMPRODUCT(--('From Charters'!$A$9=$A$41)*'From Charters'!$D$9:$E$9)



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default N/A

Try this:

=('From Charters'!$A$9=$A$41)*SUM('From Charters'!$D$9:$E$9)

Biff

"Steved" wrote in message
...
Hello from Steved

Please if a cell has in it "N/A" What is require in the bootom formula to
reconize thia please as at it is at the moment it returns value in the sum
column, meaning I have to change it from N/A to 0 for the formula to work
thanks.

=SUMPRODUCT(--('From Charters'!$A$9=$A$41)*'From Charters'!$D$9:$E$9)



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 519
Default N/A

Thankyou both It works as I intended.

Cheers

"Biff" wrote:

Try this:

=('From Charters'!$A$9=$A$41)*SUM('From Charters'!$D$9:$E$9)

Biff

"Steved" wrote in message
...
Hello from Steved

Please if a cell has in it "N/A" What is require in the bootom formula to
reconize thia please as at it is at the moment it returns value in the sum
column, meaning I have to change it from N/A to 0 for the formula to work
thanks.

=SUMPRODUCT(--('From Charters'!$A$9=$A$41)*'From Charters'!$D$9:$E$9)




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



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