Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Recording a high price on a worksheet | Excel Worksheet Functions | |||
Calculating Bond Price | Excel Worksheet Functions | |||
Formula for calculating price | Excel Discussion (Misc queries) | |||
MSNStockQuote Function Parameters | Excel Worksheet Functions | |||
Calculating Net Position and Average Price | Excel Worksheet Functions |