#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Steved
 
Posts: n/a
Default Showing #VALUE!

Hello from Steved

The below is Showing #VALUE! What is required please to show a blank Cell.

{=SUMPRODUCT(--(CityPanmureDepots!$A$24=$A$23),CityPanmureDepots! $G$24)}

Thankyou.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bruno Campanini
 
Posts: n/a
Default Showing #VALUE!

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

The below is Showing #VALUE! What is required please to show a blank Cell.

{=SUMPRODUCT(--(CityPanmureDepots!$A$24=$A$23),CityPanmureDepots! $G$24)}


CityPanmureDepots!$G$24 to be Numeric!
Then you can have 0.
You can't have any blank as a result from SUMPRODUCT().

Bruno


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Steved
 
Posts: n/a
Default Showing #VALUE!

Thanks Bruno

Yes I thought this may be the answer but was not to sure.

"Bruno Campanini" wrote:

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

The below is Showing #VALUE! What is required please to show a blank Cell.

{=SUMPRODUCT(--(CityPanmureDepots!$A$24=$A$23),CityPanmureDepots! $G$24)}


CityPanmureDepots!$G$24 to be Numeric!
Then you can have 0.
You can't have any blank as a result from SUMPRODUCT().

Bruno



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Showing #VALUE!

SUMPRODUCT is not an array formula.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

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

The below is Showing #VALUE! What is required please to show a blank Cell.

{=SUMPRODUCT(--(CityPanmureDepots!$A$24=$A$23),CityPanmureDepots! $G$24)}

Thankyou.



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Rosenfeld
 
Posts: n/a
Default Showing #VALUE!

On Sun, 20 Nov 2005 14:01:01 -0800, Steved
wrote:

Hello from Steved

The below is Showing #VALUE! What is required please to show a blank Cell.

{=SUMPRODUCT(--(CityPanmureDepots!$A$24=$A$23),CityPanmureDepots! $G$24)}

Thankyou.





=IF(ISNUMBER(CityPanmureDepots!$G$24),SUMPRODUCT(--(CityPanmureDepots!$A$24=$A$23),CityPanmureDepots! $G$24),"")









--ron


  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default Showing #VALUE!

I don't think you need sumproduct in this case

=IF(A24=A23,G24,"")

(put in the sheet names)

in case you need sumproduct you can use a custom format like
General;-General;;
it will not show zero

--
Regards,

Peo Sjoblom

(No private emails please)


"Steved" wrote in message
...
Thanks Bruno

Yes I thought this may be the answer but was not to sure.

"Bruno Campanini" wrote:

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

The below is Showing #VALUE! What is required please to show a blank
Cell.

{=SUMPRODUCT(--(CityPanmureDepots!$A$24=$A$23),CityPanmureDepots! $G$24)}


CityPanmureDepots!$G$24 to be Numeric!
Then you can have 0.
You can't have any blank as a result from SUMPRODUCT().

Bruno




  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Steved
 
Posts: n/a
Default Showing #VALUE!

Thankyou all

"Ron Rosenfeld" wrote:

On Sun, 20 Nov 2005 14:01:01 -0800, Steved
wrote:

Hello from Steved

The below is Showing #VALUE! What is required please to show a blank Cell.

{=SUMPRODUCT(--(CityPanmureDepots!$A$24=$A$23),CityPanmureDepots! $G$24)}

Thankyou.





=IF(ISNUMBER(CityPanmureDepots!$G$24),SUMPRODUCT(--(CityPanmureDepots!$A$24=$A$23),CityPanmureDepots! $G$24),"")









--ron

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
Columns showing up as thin vertical lines Lee Excel Discussion (Misc queries) 1 October 26th 05 03:16 PM
Showing/ not showing "getting started" when excel starts Ask Excel Discussion (Misc queries) 1 July 20th 05 04:20 PM
Showing Duplicate Rows EaglesNest Excel Discussion (Misc queries) 4 March 26th 05 06:21 PM
formula in cell not showing result Leolin Excel Worksheet Functions 8 March 18th 05 06:36 PM
Bar showing value for missing data smboyd Charts and Charting in Excel 1 February 1st 05 10:53 PM


All times are GMT +1. The time now is 03:14 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"