#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 41
Default working with %

Hi,

I am trying to work out a value.

A1 A2 A3 A4 A5
£0.49 10.00% 2.50% 13.50% ?

A5 needs to calculate A1 - A2 -A3 -A4

I cant get it to work. Please help
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9,101
Default working with %

You are really doing

..49 - .10 - .025 - .1350 = .23

Make sure you percentages are number (not string) and your currency is
formated as pound (not string).


"Kirk" wrote:

Hi,

I am trying to work out a value.

A1 A2 A3 A4 A5
£0.49 10.00% 2.50% 13.50% ?

A5 needs to calculate A1 - A2 -A3 -A4

I cant get it to work. Please help

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default working with %

What formula have you tried?

Do you want the percentages to be percentages of the original A1 value, or
of what is left after the previous percentage has been subtracted? For
example if you were subtracting 50% then subtracting another 50%, do you
want to be left with zero or with 25%?

If the former, then =A1*(1-A2-A3-A4)
If the latter, then =A1*(1-A2)*(1-A3)*(1-A4)
--
David Biddulph

"Kirk" wrote in message
...
Hi,

I am trying to work out a value.

A1 A2 A3 A4 A5
£0.49 10.00% 2.50% 13.50% ?

A5 needs to calculate A1 - A2 -A3 -A4

I cant get it to work. Please 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
Making weekend days working days - the system cuts the working tim Fluffy Excel Discussion (Misc queries) 1 May 30th 08 10:02 PM
UDF not working. Rao Ratan Singh Excel Discussion (Misc queries) 3 January 8th 08 06:02 PM
ZERO VALUE NOT WORKING Gator Girl Excel Discussion (Misc queries) 2 August 29th 07 07:06 PM
Add-ins not working [email protected] Links and Linking in Excel 2 March 20th 07 03:20 AM
if not working Micayla Bergen Excel Discussion (Misc queries) 3 March 13th 06 11:03 PM


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