Ask Experts Questions for FREE Help!
  Advanced
Register  |  Log in  
   Ask    
 Answer  
  Help  

Ask QuestionsprogressAnswer QuestionsprogressBuild ReputationprogressBecome an Expert
 
Free Answers in 3 Easy Steps

Register Now
3 Steps

At Ask Me Help Desk you can ask questions in any topic and have them answered for free by our experts. To ask questions or participate in answering them you must register for a free account. By registering you will be able to:
  • Get free answers from experts in any of our 300+ topics.
  • Accept money for answers that you provide.
  • Communicate privately with other members (PM).
  • See fewer ads.

Home > Science > Mathematics   »   Rearrange this formula?

 
Question Tools Search this Question Display Modes
Question
 
 
Old Jul 16, 2008, 06:00 AM
Blakeschi
New Member
Blakeschi is offline
 
Join Date: Jul 2008
Posts: 5
Blakeschi See this member's comment history on his/her Profile page.
Rearrange this formula?

I need help with this formula I created. Right now, it is finding a variable called NPN, which will equate for example to 35 cents.

NPN = (((Cover Price * Sale) * (1-.45)) - ((Sale * Cover Price) * .04) - (Draw * .30) - (Promo Money)) / Sale

What I need to rearrange is to now find an unknown of Sale if I want NPN to equal $1.00. So in other words, what does my sale have to be if I want NPN to equal $1.00. Problem is Sale is used in multiple places that I can't figure out how to isolate it.

Any suggestions?

Thanks!

Reply With Quote
 
     

Answers
 
 
Old Jul 16, 2008, 11:54 PM   #11  
Unknown008
Full Member
Unknown008 is offline
 
Unknown008's Avatar
 
Join Date: Nov 2007
Location: Mauritius
Posts: 352
Unknown008 See this member's comment history on his/her Profile page.
NPN = (((C*S) * (1-0.45)) - ((S*C)*0.04) - (D*0.30) - (P)) / S

The bolded part is the one that i'm not sure. Is that 'one minus 0.45'?
  Reply With Quote
 
     
 
 
Old Jul 17, 2008, 11:35 AM   #12  
Blakeschi
New Member
Blakeschi is offline
 
Join Date: Jul 2008
Posts: 5
Blakeschi See this member's comment history on his/her Profile page.
I figured it out. I ended up coding it in Excel VBA. For anyone interested, here is what I ended up with:

Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range)
Dim NPN As Double, Sale As Long, CoverPrice As Currency, Draw As Long, Promo As Currency, x As Long

x = 2

Do Until x = 20
If x = 10 Or x = 11 Then GoTo nextx

NPN = Worksheets("Sheet1").Cells(42, x)
Sale = Worksheets("Sheet1").Cells(32, x)
CoverPrice = Worksheets("Sheet1").Cells(4, x)
Draw = Worksheets("Sheet1").Cells(6, x)
Promo = Worksheets("Sheet1").Cells(41, x)

Select Case Worksheets("Sheet1").Cells(42, x)
Case Is < 1
Do Until NPN >= Worksheets("Sheet1").Range("A44")
Sale = Sale + 1
NPN = (((CoverPrice * (Sale) * (1 - 0.5)) - ((Sale * CoverPrice) * 0.04) - (Draw * 0.3) - (Promo))) / Sale
Loop
Case Is > 1
Do Until NPN <= Worksheets("Sheet1").Range("A44")
Sale = Sale - 1
NPN = (((CoverPrice * (Sale) * (1 - 0.5)) - ((Sale * CoverPrice) * 0.04) - (Draw * 0.3) - (Promo))) / Sale
Loop
End Select
Worksheets("Sheet1").Cells(43, x) = Sale
nextx:
x = x + 1
Loop

End Sub
  Reply With Quote
 
     


Question Tools Search this Question
Search this Question:

Advanced Search
Display Modes

 
Similar Sponsors

Similar Questions
Question Asker Topic Answers Last Post
rearrange this equation lukelupton Math & Sciences 2 Feb 24, 2008 09:10 AM
what formula is used enviousjim Accounting 0 Oct 13, 2007 10:38 AM
rearrange equation michael23 Math & Sciences 1 May 30, 2007 08:03 PM
NE 1 know what this formula is for willoverton Math & Sciences 8 Mar 22, 2007 06:31 AM
rearrange this formula to solve for n (no, its not my homework lol) DrJizzle Mathematics 6 Oct 28, 2006 05:32 AM




Copyright ©2003 - 2007, Ask Me Help Desk.
All times are GMT -8. The time now is 03:49 AM.

Content Relevant URLs by vBSEO 3.0.0 RC6 © 2006, Crawlability, Inc.