Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Emzicle
 
Posts: n/a
Default Value Minus Value = ???


Can't work this function out...

I want a box to minus another and give the total of whats left.

In the box i've put.. "=SUM(M2-F2)" and that just comes up and shows me
"#VALUE!"

Whats do I need here?

Also, 1 last function that I can't figure out..

Is it possible in a value to do..

E.G.

=SUM(A1+.20p+3.4%)

I mean, box 1 + 20p + 3.4% = my total etc

Any idea's guys?

Many thanks

Emz :)


--
Emzicle
------------------------------------------------------------------------
Emzicle's Profile: http://www.excelforum.com/member.php...o&userid=26552
View this thread: http://www.excelforum.com/showthread...hreadid=398163

  #2   Report Post  
Dnereb
 
Posts: n/a
Default


first formula....loose the SUM
=M2-F2

second

Do you mean I want the value of A1 add .20 (pence) and 3.4% of A1?

= A1 + 0.2 +(( A1 / 100)*3.4)


--
Dnereb
------------------------------------------------------------------------
Dnereb's Profile: http://www.excelforum.com/member.php...o&userid=26182
View this thread: http://www.excelforum.com/showthread...hreadid=398163

  #3   Report Post  
MrShorty
 
Posts: n/a
Default


Drop the SUM() function:

=M2-F2

=A1+0.2p+.034

Some notes on the second function: I'm not sure exactly what "p" means
or exactly what you want to do when you add 3.4%. Note that simply
adding 3.4% as you did is equivalent to adding 0.034 like I did --
Excel doesn't assume to know what you mean when you add percentages
like a hand calculator does. What most people want when they add a
percentage like that is "take 3.4% of (A1+0.2p) and add that" which
translates algebraically to (A1+0.2p)*0.034+(A1+0.2p) which simplifies
to (A1+0.2p)*1.034


--
MrShorty
------------------------------------------------------------------------
MrShorty's Profile: http://www.excelforum.com/member.php...o&userid=22181
View this thread: http://www.excelforum.com/showthread...hreadid=398163

  #4   Report Post  
Emzicle
 
Posts: n/a
Default


Dnereb Wrote:
first formula....loose the SUM
=M2-F2

second

Do you mean I want the value of A1 add .20 (pence) and 3.4% of A1?

= A1 + 0.2 +(( A1 / 100)*3.4)


Thanks and yes to the above!

So thats all I need? will try that now... :)


--
Emzicle
------------------------------------------------------------------------
Emzicle's Profile: http://www.excelforum.com/member.php...o&userid=26552
View this thread: http://www.excelforum.com/showthread...hreadid=398163

  #5   Report Post  
Emzicle
 
Posts: n/a
Default


The % forumla don't work..

this is what I put in..

= D2 + 0.2 +(( D2 / 100)*3.4)

The value in D2 = 10.00 and the value in that box (that the above
formula is in) brings me the total of £12.61 Thats not
right

It should be £10.00 + 20p +3.4% =10.54

Any ideas? :)


--
Emzicle
------------------------------------------------------------------------
Emzicle's Profile: http://www.excelforum.com/member.php...o&userid=26552
View this thread: http://www.excelforum.com/showthread...hreadid=398163



  #6   Report Post  
Emzicle
 
Posts: n/a
Default


MrShorty Wrote:

Some notes on the second function: I'm not sure exactly what "p" means
or exactly what you want to do when you add 3.4%. Note that simply
adding 3.4% as you did is equivalent to adding 0.034 like I did --
Excel doesn't assume to know what you mean when you add percentages
like a hand calculator does. What most people want when they add a
percentage like that is "take 3.4% of (A1+0.2p) and add that" which
translates algebraically to (A1+0.2p)*0.034+(A1+0.2p) which simplifies
to (A1+0.2p)*1.034



The p = Pence in £ (great british pound etc)

But I suppose that I don't need that? I just need 0.20 cus that is what
it is...

Will try that now..


--
Emzicle
------------------------------------------------------------------------
Emzicle's Profile: http://www.excelforum.com/member.php...o&userid=26552
View this thread: http://www.excelforum.com/showthread...hreadid=398163

  #7   Report Post  
Emzicle
 
Posts: n/a
Default


MrShorty Wrote:
=(A1+0.2p)*1.034


After loads of fiddling around, I've found out that the above sum works
fine for me.

But now I need to change it slightlys.

(A1+0.2p)*1.034 = total then total minus A1 etc

So basically, it gives me A1 + 0.02 + 3.4% = Total

Then I want to minus A1 from that total so it gives me the fee's

(I'm working out money fee's on a spreadsheet etc)

Thanks guys, its much appreciated!!! :)


--
Emzicle
------------------------------------------------------------------------
Emzicle's Profile: http://www.excelforum.com/member.php...o&userid=26552
View this thread: http://www.excelforum.com/showthread...hreadid=398163

  #8   Report Post  
Emzicle
 
Posts: n/a
Default


Anyone?? :(


--
Emzicle
------------------------------------------------------------------------
Emzicle's Profile: http://www.excelforum.com/member.php...o&userid=26552
View this thread: http://www.excelforum.com/showthread...hreadid=398163

  #9   Report Post  
MrShorty
 
Posts: n/a
Default


Does (A1+.2)*1.034-A1 work? [simplifies back to (A1+.2)*0.034]


--
MrShorty
------------------------------------------------------------------------
MrShorty's Profile: http://www.excelforum.com/member.php...o&userid=22181
View this thread: http://www.excelforum.com/showthread...hreadid=398163

  #10   Report Post  
Emzicle
 
Posts: n/a
Default


MrShorty Wrote:
Does (A1+.2)*1.034-A1 work? [simplifies back to (A1+.2)*0.034]



Yes it does!!! Thank you so so so much! I've been tryna work out this
for ages! Thank you!!!!! :D:D:D:D:D:D


--
Emzicle
------------------------------------------------------------------------
Emzicle's Profile: http://www.excelforum.com/member.php...o&userid=26552
View this thread: http://www.excelforum.com/showthread...hreadid=398163

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
Minus Display mick2 Excel Discussion (Misc queries) 4 July 2nd 05 07:20 AM
strip minus signs from right to left Heather Excel Discussion (Misc queries) 2 April 21st 05 05:52 PM
Calculate minus figures only Nigel Excel Discussion (Misc queries) 0 March 30th 05 10:31 AM
I want to get brackets round my figures not minus signs Peru Excel Discussion (Misc queries) 3 February 3rd 05 09:30 PM
minus formel/fortegn Bella Excel Discussion (Misc queries) 1 December 15th 04 08:37 PM


All times are GMT +1. The time now is 08:44 AM.

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"