Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default What is correct formula?

Can someone please explain me what is correct formula i excel.....I
need to markup or increase A1 for 30%

A1=16101.35
=A1*1.3 and that is 20931.75 (B1)
when I go to check =1-(A1/B1) i get 23%

--------------------------------------------------------

A1=16101.35
=A1/0.7 and that is 23001.93 (B1)
when I go to check =1-(A1/B1) i get 30%

So what is correct?
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 329
Default What is correct formula?

Hi dmmatic,

16101.35*1.3=20931.75
and
16101.35/0.7=23001.93
so the problem is with your checking.

If you use a formula like =(B1-A1)/A1, that will give you 0.3 (or 30%) for the first calculation, and 0.42857... (or 42.857%) for
the second calculation. The reason you don't get 0.7 or 0.3 for the second calculation is that dividing by 0.7 is equivalent to
multiplying by 1/0.7=1.42857... If you need 0.3 for the second calculation, you could use =-(A1-B1)/B1. Or you could use
=1+(A1-B1)/B1 to get 0.7.

Cheers
--
macropod
[MVP - Microsoft Word]
-------------------------

wrote in message ...
Can someone please explain me what is correct formula i excel.....I
need to markup or increase A1 for 30%

A1=16101.35
=A1*1.3 and that is 20931.75 (B1)
when I go to check =1-(A1/B1) i get 23%

--------------------------------------------------------

A1=16101.35
=A1/0.7 and that is 23001.93 (B1)
when I go to check =1-(A1/B1) i get 30%

So what is correct?


  #3   Report Post  
Posted to microsoft.public.excel.newusers
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default What is correct formula?

the first one is correct. the problem is your check formula is not correct.

=1-((B1-A1)/A1)
or simplified to
=2-B1/A1 = 70%

If B1 is 30% more than A1, that does not mean A1 is 70% of B1. It is ~ 76%
(1/1.3). So 1 - 76.9231% is approximately 23%, which is what you are seeing
with your check formula.

in your second calculation, you are increasing A1 by ~ 43%

" wrote:

Can someone please explain me what is correct formula i excel.....I
need to markup or increase A1 for 30%

A1=16101.35
=A1*1.3 and that is 20931.75 (B1)
when I go to check =1-(A1/B1) i get 23%

--------------------------------------------------------

A1=16101.35
=A1/0.7 and that is 23001.93 (B1)
when I go to check =1-(A1/B1) i get 30%

So what is correct?

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
What is the correct formula for IF C5 = Y, then L5 *.06? pegdog Excel Worksheet Functions 4 October 10th 07 04:51 AM
Need the correct formula Rob K Excel Discussion (Misc queries) 4 May 10th 07 02:53 AM
Please Correct the formula Dummy Excel Discussion (Misc queries) 0 April 16th 07 12:20 AM
How do I correct this formula? Rebecca Excel Worksheet Functions 2 March 24th 06 02:37 AM
What's the correct formula? zubee Excel Discussion (Misc queries) 4 September 5th 05 04:45 PM


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