+ Reply to Thread
Results 1 to 9 of 9

Can't work out how to find the formula behind a page

  1. #1
    Registered User
    Join Date
    03-13-2014
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    5

    Can't work out how to find the formula behind a page

    Hi there,

    I've been having some problems with an excel page whereby I need to know the underlying formula used but can't actually click or edit any of the cells other than 3.

    The page is designed for you to enter three variables which are then used to calculate a transport rate, I need to know how they calculated the transport rate but I can't click on any of the cells other than the 3 that they let me (so can't see the formula used).

    Here is a picture of the page http://puu.sh/7tLbZ.png


    Thank you very much for your help,
    it really is very important to me!

    Thanks,

    Sam

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Can't work out how to find the formula behind a page

    Probably the sheet is protected and hide formulas option is ticked!

    OR

    Use vba and not formulas.
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Registered User
    Join Date
    03-13-2014
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Can't work out how to find the formula behind a page

    Hey thanks for the response - after two days of trying to work it out I just did moments after posting this! I worked out that the for cell k,15 is
    =IF(K13<K14,0,$I7/($I7-$I9)*0.1*((K13-K14)/5)^1.5*(K5/0.1)^-0.67*($I8/0.0011)^-0.5*K6)

    however I have no idea how to translate this to an english formula!

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Can't work out how to find the formula behind a page

    Maybe a long shot but at least it's a shot!

    http://j-walk.com/ss/excel/tips/tip37.htm
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  5. #5
    Registered User
    Join Date
    03-13-2014
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Can't work out how to find the formula behind a page

    Wow thanks -

    I'm a bit of an excel virgin but i'll give it a go!

  6. #6
    Registered User
    Join Date
    03-13-2014
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Can't work out how to find the formula behind a page

    Got it working now, thanks for that - http://puu.sh/7tPEv.png

    Still.. not sure how to change it into a formula that I can use with paper and a pen using all the variables.

    Not sure how to translate IF's and $'s into real life formula.

    Any ideas?

  7. #7
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Can't work out how to find the formula behind a page

    A few of those formulas have a lot of "moving parts" (this times that to the power of this times this to the power of that divided by this...)

    Is there a particular formula you don't understand?

    For an explanation of the dollar sign $, see if this helps:

    About cell and range references

    http://office.microsoft.com/en-us/ex...005198323.aspx

  8. #8
    Registered User
    Join Date
    03-13-2014
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Can't work out how to find the formula behind a page

    Well

    I have the formula

    =IF(L13<L14,0,$I7/($I7-$I9)*0.1*((L13-L14)/5)^1.5*(L5/0.1)^-0.67*($I8/0.0011)^-0.5*L6)

    Which using variables translates to -

    Transport Rate =IF(Power<CriticalPower,0,$DensityS/(DensityS-DensityW)*0.1*((Power-CriticalPower)/5)^1.5*(Width/0.1)^-0.67*($Grainsize/0.0011)^-0.5*DensityS)

    I need an equation whereby transport rate = these variables in some way without the IF and 0, and $

    Problem is I have no idea how to do this, it's too confusing to a noob like me!

    Help would be greatly appreciated!

  9. #9
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Can't work out how to find the formula behind a page

    Quote Originally Posted by Cigarsam View Post

    Transport Rate =IF(Power<CriticalPower,0,$DensityS/(DensityS-DensityW)*0.1*((Power-CriticalPower)/5)^1.5*(Width/0.1)^-0.67*($Grainsize/0.0011)^-0.5*DensityS)

    I need an equation whereby transport rate = these variables in some way without the IF and 0, and $
    Will Excel accept that formula as written?

    The $ sign in that syntax is an illegal character.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] "Find" doesn't work when cell has formula in it
    By Xx7 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-01-2014, 10:19 PM
  2. Formula to pull values in multiple page work book
    By SMOKEYSWORLD in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 11-06-2013, 07:30 PM
  3. Page Breaks Loop---Why will it not work?
    By copleyr in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 09-05-2009, 05:29 PM
  4. Just Cannot Get This Formula To Work! (Find)
    By NewExcelUser in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-09-2007, 02:18 PM
  5. Formula to find text on a page and return that cells name.
    By Kevin in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-02-2005, 10:05 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1