Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Mike
 
Posts: n/a
Default Math Question

This is probably real simple for somebody, I just can't get it.

If I want 50% more of something in cell A1 I would Type:

=SUM(A1)+(A1*50%)
So if A1 is 14 the result would be 21...Perfect.

But if A1 is (14) the result is (21) Not the (7) I wanted.

Can anybody help???
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

First, you SUM() function is superfluous. SUM(A1) returns A1.

I'm not sure why you think that positive 7 should be 50% of negative 14,
but you can achieve your goal using

=A1 + ABS(A1)/2



In article ,
"Mike" wrote:

This is probably real simple for somebody, I just can't get it.

If I want 50% more of something in cell A1 I would Type:

=SUM(A1)+(A1*50%)
So if A1 is 14 the result would be 21...Perfect.

But if A1 is (14) the result is (21) Not the (7) I wanted.

Can anybody help???

  #3   Report Post  
Mike
 
Posts: n/a
Default

No that is not what I think but when I want to add positive number to a
negative number I want to get closer to 0.


"JE McGimpsey" wrote:

First, you SUM() function is superfluous. SUM(A1) returns A1.

I'm not sure why you think that positive 7 should be 50% of negative 14,
but you can achieve your goal using

=A1 + ABS(A1)/2



In article ,
"Mike" wrote:

This is probably real simple for somebody, I just can't get it.

If I want 50% more of something in cell A1 I would Type:

=SUM(A1)+(A1*50%)
So if A1 is 14 the result would be 21...Perfect.

But if A1 is (14) the result is (21) Not the (7) I wanted.

Can anybody help???


  #4   Report Post  
CLR
 
Posts: n/a
Default

Maybe.........

=IF(A1<0,(A1+(-A1*0.5)),A1*1.5)

Vaya con Dios,
Chuck, CABGx3


"Mike" wrote in message
...
This is probably real simple for somebody, I just can't get it.

If I want 50% more of something in cell A1 I would Type:

=SUM(A1)+(A1*50%)
So if A1 is 14 the result would be 21...Perfect.

But if A1 is (14) the result is (21) Not the (7) I wanted.

Can anybody help???



  #5   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
but this is what the function does. Have you tried it?

--
Regards
Frank Kabel
Frankfurt, Germany

"Mike" schrieb im Newsbeitrag
...
No that is not what I think but when I want to add positive number to

a
negative number I want to get closer to 0.


"JE McGimpsey" wrote:

First, you SUM() function is superfluous. SUM(A1) returns A1.

I'm not sure why you think that positive 7 should be 50% of

negative 14,
but you can achieve your goal using

=A1 + ABS(A1)/2



In article ,
"Mike" wrote:

This is probably real simple for somebody, I just can't get it.

If I want 50% more of something in cell A1 I would Type:

=SUM(A1)+(A1*50%)
So if A1 is 14 the result would be 21...Perfect.

But if A1 is (14) the result is (21) Not the (7) I wanted.

Can anybody help???



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
basic pie chart question KayR Charts and Charting in Excel 4 January 23rd 05 08:16 PM
drop down list question [email protected] Excel Discussion (Misc queries) 1 January 20th 05 06:53 PM
Compare Question nick Excel Discussion (Misc queries) 3 January 4th 05 10:25 AM
2 part question on averaging Geo Excel Discussion (Misc queries) 4 January 2nd 05 10:35 PM
Question on VBA Jeff Excel Discussion (Misc queries) 4 December 3rd 04 08:50 PM


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