Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default error sumproduct #value!

hello all,
i am using following sumproduct formula ang facing this error #value !
=SUMPRODUCT((CashBook!$J$24:$J$15098=PL!$C6)*(Cash Book!$P$24:$P$15098))
coulmns "P" contaning formula as under:
Col_N Col_O Col_P
9,00 114.14 1,090,000.

thanks in advance
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,420
Default error sumproduct #value!

Looks like there is a #VALUE in the data being analysed.

--
__________________________________
HTH

Bob

"Tufail" wrote in message
...
hello all,
i am using following sumproduct formula ang facing this error #value !
=SUMPRODUCT((CashBook!$J$24:$J$15098=PL!$C6)*(Cash Book!$P$24:$P$15098))
coulmns "P" contaning formula as under:
Col_N Col_O Col_P
9,00 114.14 1,090,000.

thanks in advance



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default error sumproduct #value!

tnx for posting, if i change col_N insted col_P which don't have formula then
there isn't any error coming out, so i think that's problam with carrying
formula, is there any salutation ?

"Bob Phillips" wrote:

Looks like there is a #VALUE in the data being analysed.

--
__________________________________
HTH

Bob

"Tufail" wrote in message
...
hello all,
i am using following sumproduct formula ang facing this error #value !
=SUMPRODUCT((CashBook!$J$24:$J$15098=PL!$C6)*(Cash Book!$P$24:$P$15098))
coulmns "P" contaning formula as under:
Col_N Col_O Col_P
9,00 114.14 1,090,000.

thanks in advance




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,420
Default error sumproduct #value!

What do you mean by carrying formula?

--
__________________________________
HTH

Bob

"Tufail" wrote in message
...
tnx for posting, if i change col_N insted col_P which don't have formula
then
there isn't any error coming out, so i think that's problam with carrying
formula, is there any salutation ?

"Bob Phillips" wrote:

Looks like there is a #VALUE in the data being analysed.

--
__________________________________
HTH

Bob

"Tufail" wrote in message
...
hello all,
i am using following sumproduct formula ang facing this error #value !
=SUMPRODUCT((CashBook!$J$24:$J$15098=PL!$C6)*(Cash Book!$P$24:$P$15098))
coulmns "P" contaning formula as under:
Col_N Col_O Col_P
9,00 114.14 1,090,000.

thanks in advance






  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default error sumproduct #value!

i means range $P$24:$P$15098 have this formula
=IF(AND($M24="USD",ISNUMBER($N24+$O24)),$N24*$O24, IF($M24="JPY",$N24,""))
if i change my range like $N$24:$N$15098 <-- my this range don't have any
formula, in this case there is not any error, so i think this is due to
contaning formula in col_P, hope you understand now and would help me on this
error.

=SUMPRODUCT((CashBook!$J$24:$J$15098=PL!$C6)*(Cash Book!$P$24:$P$15098))

Col_N(no any formula) Col_O(exchange rate) Col_P (above formula)
9,00 114.14 1,090,000.



"Bob Phillips" wrote:

What do you mean by carrying formula?

--
__________________________________
HTH

Bob

"Tufail" wrote in message
...
tnx for posting, if i change col_N insted col_P which don't have formula
then
there isn't any error coming out, so i think that's problam with carrying
formula, is there any salutation ?

"Bob Phillips" wrote:

Looks like there is a #VALUE in the data being analysed.

--
__________________________________
HTH

Bob

"Tufail" wrote in message
...
hello all,
i am using following sumproduct formula ang facing this error #value !
=SUMPRODUCT((CashBook!$J$24:$J$15098=PL!$C6)*(Cash Book!$P$24:$P$15098))
coulmns "P" contaning formula as under:
Col_N Col_O Col_P
9,00 114.14 1,090,000.

thanks in advance








  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,420
Default error sumproduct #value!

I have knocked up a simple example using your formulae, and it works fine
for me. I still think it is a data error.

--
__________________________________
HTH

Bob

"Tufail" wrote in message
...
i means range $P$24:$P$15098 have this formula
=IF(AND($M24="USD",ISNUMBER($N24+$O24)),$N24*$O24, IF($M24="JPY",$N24,""))
if i change my range like $N$24:$N$15098 <-- my this range don't have any
formula, in this case there is not any error, so i think this is due to
contaning formula in col_P, hope you understand now and would help me on
this
error.

=SUMPRODUCT((CashBook!$J$24:$J$15098=PL!$C6)*(Cash Book!$P$24:$P$15098))

Col_N(no any formula) Col_O(exchange rate) Col_P (above formula)
9,00 114.14
1,090,000.



"Bob Phillips" wrote:

What do you mean by carrying formula?

--
__________________________________
HTH

Bob

"Tufail" wrote in message
...
tnx for posting, if i change col_N insted col_P which don't have
formula
then
there isn't any error coming out, so i think that's problam with
carrying
formula, is there any salutation ?

"Bob Phillips" wrote:

Looks like there is a #VALUE in the data being analysed.

--
__________________________________
HTH

Bob

"Tufail" wrote in message
...
hello all,
i am using following sumproduct formula ang facing this error #value
!
=SUMPRODUCT((CashBook!$J$24:$J$15098=PL!$C6)*(Cash Book!$P$24:$P$15098))
coulmns "P" contaning formula as under:
Col_N Col_O Col_P
9,00 114.14 1,090,000.

thanks in advance








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
SUMPRODUCT Error Kate Excel Discussion (Misc queries) 5 June 25th 08 02:37 PM
error in SUMPRODUCT Tufail Excel Discussion (Misc queries) 8 December 17th 07 12:03 AM
SUMPRODUCT #VALUE! Error juliejg1 Excel Worksheet Functions 2 December 13th 07 04:25 PM
#ref error with Sumproduct [email protected] Excel Worksheet Functions 5 October 9th 06 07:00 PM
SUMPRODUCT ERROR Mestrella31 Excel Discussion (Misc queries) 1 January 26th 05 08:01 PM


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