#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Formula Problem

I want to add a group of numbers. If that sum is greater than 0, I want the
sum to be multiplied by a number.

I need help if anyone can tell me how.

Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,316
Default Formula Problem

How about something along the lines of:

=IF(SUM(A1:A40)0,SUM(A1:A40)*10,SUM(A1:A40))

Substituting the A1:A40 range and the number 10 to those relevant to your
formula.
--
Kevin Backmann


"YB Girl" wrote:

I want to add a group of numbers. If that sum is greater than 0, I want the
sum to be multiplied by a number.

I need help if anyone can tell me how.

Thanks.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Formula Problem

Say the number to multiply is entered in B1, and you want to total the
numbers in A1 to A10:

=IF(SUM(A1:A10)0,B1*SUM(A1:A10),0)

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"YB Girl" <YB wrote in message
...
I want to add a group of numbers. If that sum is greater than 0, I want
the
sum to be multiplied by a number.

I need help if anyone can tell me how.

Thanks.



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 JoeH New Users to Excel 3 July 4th 07 08:07 PM
IF THEN formula problem sharkfoot Excel Discussion (Misc queries) 2 March 23rd 06 01:39 PM
Formula problem Bill R Excel Worksheet Functions 0 September 4th 05 07:22 PM
Formula problem Mike Excel Worksheet Functions 2 July 20th 05 02:09 AM
Problem with formula IF(C5="", "",NOW()) Ruslan Excel Discussion (Misc queries) 3 February 15th 05 01:07 PM


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