Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,069
Default calculating a price

I have a total of funds available of $3000 and tax of 7% and want to find out
what is the highest base price that I could enter and max out at $3000.
Base number + (Base number X .07) = $3000
I used the trial and error method and came up with $2804. What formula
could I use that would do this for me?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default calculating a price

One way:

=Base number / (1 + 0.07)

In article ,
John wrote:

I have a total of funds available of $3000 and tax of 7% and want to find out
what is the highest base price that I could enter and max out at $3000.
Base number + (Base number X .07) = $3000
I used the trial and error method and came up with $2804. What formula
could I use that would do this for me?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default calculating a price

With 3000 in A1 and .07 in B1, put this in C1

=A1/(1+B1)

Vaya con Dios,
Chuck, CABGx3

"John" wrote:

I have a total of funds available of $3000 and tax of 7% and want to find out
what is the highest base price that I could enter and max out at $3000.
Base number + (Base number X .07) = $3000
I used the trial and error method and came up with $2804. What formula
could I use that would do this for me?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default calculating a price

One play using goal seek ..

Put in C1: =A1+A1*B1
Enter in B1: 0.07

Select C1, click Tools Goal Seek

Set cell: C1
To value: 3000
By changing cell: A1
Click OK

Excel informs a solution is found,
with a value in A1 of: 2803.738
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"John" wrote:
I have a total of funds available of $3000 and tax of 7% and want to find out
what is the highest base price that I could enter and max out at $3000.
Base number + (Base number X .07) = $3000
I used the trial and error method and came up with $2804. What formula
could I use that would do this for me?

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
Recording a high price on a worksheet Lou New At Excel Excel Worksheet Functions 1 April 16th 06 04:30 PM
Calculating Bond Price legu Excel Worksheet Functions 0 January 16th 06 04:43 PM
Formula for calculating price nander Excel Discussion (Misc queries) 1 August 4th 05 09:19 PM
MSNStockQuote Function Parameters Bobtarrel Excel Worksheet Functions 2 July 17th 05 02:36 PM
Calculating Net Position and Average Price carl Excel Worksheet Functions 6 October 31st 04 01:08 PM


All times are GMT +1. The time now is 12:48 PM.

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"