Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 78
Default Formula problem

Hello,

Happy new year to the team at excel! Please, Keep doing great work with the
help you are giving us it is much appreciated.

I would like to know why this formula keeps giving me the error (VALEUR) My
computer is in french!!!

=SOMME(SI($B$2:$B$54=$I74;SI($I$2:$I$54=$G$74;K$2: K$54;0)))+J74

I would like to send you the complete file but I dont know how...

Thank-you!

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,393
Default Formula problem

Are you completing this by using SHIFT+CONTROL+ENTER not just enter?
In the formula bar the formula should display within curly braces
{your-formula}

Why not use SUMPRODUCT (SOMMEPROD en francaise). This is completed with a
simple ENTER

=SOMMEPROD(--($B$2:$B$54=$I74); --($I$2:$I$54=$G$74); K$2:K$54)+J74

For more details on SUMPRODUCT
Bob Phillips
http://www.xldynamic.com/source/xld.SUMPRODUCT.html
J.E McGimpsey
http://mcgimpsey.com/excel/formulae/doubleneg.html
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"Pascale" wrote in message
...
Hello,

Happy new year to the team at excel! Please, Keep doing great work with
the
help you are giving us it is much appreciated.

I would like to know why this formula keeps giving me the error (VALEUR)
My
computer is in french!!!

=SOMME(SI($B$2:$B$54=$I74;SI($I$2:$I$54=$G$74;K$2: K$54;0)))+J74

I would like to send you the complete file but I dont know how...

Thank-you!



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Formula problem

Did you press Ctrl-Shift-Enter Pascale?

You could use a non-array SUMPRODUCT formula

=SOMMEPROD(--($B$2:$B$54=$I74);--($I$2:$I$54=$G$74);K$2:K$54)+J74

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Pascale" wrote in message
...
Hello,

Happy new year to the team at excel! Please, Keep doing great work with
the
help you are giving us it is much appreciated.

I would like to know why this formula keeps giving me the error (VALEUR)
My
computer is in french!!!

=SOMME(SI($B$2:$B$54=$I74;SI($I$2:$I$54=$G$74;K$2: K$54;0)))+J74

I would like to send you the complete file but I dont know how...

Thank-you!



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
formula problem Jonathan New Users to Excel 3 August 31st 07 10:50 AM
IF Formula Problem kris Excel Discussion (Misc queries) 5 October 2nd 06 08:11 PM
Formula problem Bill R Excel Worksheet Functions 0 September 4th 05 07:22 PM
Formula problem Giff Excel Discussion (Misc queries) 5 March 31st 05 11:23 PM
Problem with formula in VBA nagar Excel Programming 1 November 15th 03 10:23 PM


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