+ Reply to Thread
Results 1 to 9 of 9

=+g12*2.20452+10.518+(2*sqrt(10.9)-2*sqrt(g13))

  1. #1
    Registered User
    Join Date
    09-11-2013
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    2

    =+g12*2.20452+10.518+(2*sqrt(10.9)-2*sqrt(g13))

    Hi All

    I was wonder if anyone could help me with this formula and spreadsheet, im just trying to understand it how it works and where it pick up the values
    Attached Files Attached Files

  2. #2
    Forum Expert judgeh59's Avatar
    Join Date
    02-07-2013
    Location
    Boise, Idaho
    MS-Off Ver
    Excel 2016
    Posts
    2,310

    Re: =+g12*2.20452+10.518+(2*sqrt(10.9)-2*sqrt(g13))

    take a look at evaluate formula under formula tab in the formula auditing group....it steps through how Excel works through a formula
    Ernest

    Please consider adding a * if I helped

    Nothing drives me crazy - I'm always close enough to walk....

  3. #3
    Registered User
    Join Date
    06-27-2013
    Location
    Toronto, Canada
    MS-Off Ver
    Excel 2007
    Posts
    94

    Re: =+g12*2.20452+10.518+(2*sqrt(10.9)-2*sqrt(g13))

    sqrt is the square root.
    what the 2.20452, 10.518 or the first 10.9 are, only the person who created the worksheet would know.
    basically formulas go through each step as it comes. kind of like an algebra problem. seeing as there is no parenthesis, it will go step by step from the beginning of hte formula.

  4. #4
    Registered User
    Join Date
    09-11-2013
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: =+g12*2.20452+10.518+(2*sqrt(10.9)-2*sqrt(g13))

    Hi

    Thanks for your reply, but my knolage is very poor and i can not understand this part +(2*sqrt(10.9)-2*sqrt(g13))

  5. #5
    Valued Forum Contributor
    Join Date
    05-11-2013
    Location
    Wales
    MS-Off Ver
    Excel 2010
    Posts
    586

    Re: =+g12*2.20452+10.518+(2*sqrt(10.9)-2*sqrt(g13))

    +(2*sqrt(10.9)-2*sqrt(g13))
    Simpy expressed:-
    plus ((2 times (square root of 10.9) minus (square root of G13)) (lets assume G13 is 9)
    plus (2 times (3.3015) minus ( 3 )
    plus 6.6030 minus 3
    plus 3.6030
    Formulas like this rely on BODMAS:-
    Brackets Of Divide Multiply Add Subtract
    1st 2nd 3rd 4th 5th 6th ("inner" brackets first)
    Does this help ?

  6. #6
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: =+g12*2.20452+10.518+(2*sqrt(10.9)-2*sqrt(g13))

    Your post does not comply with Rule 8 of our Forum RULES. Do not crosspost your question on multiple forums without including links here to the other threads on other forums.

    Cross-posting is when you post the same question in other forums on the web. The last thing you want to do is waste people's time working on an issue you have already resolved elsewhere. We prefer that you not cross-post at all, but if you do (and it's unlikely to go unnoticed), you MUST provide a link (copy the url from the address bar in your browser) to the cross-post.

    Expect cross-posted questions without a link to be closed and a message will be posted by the moderator explaining why. We are here to help so help us to help you!

    Read this to understand why we ask you to do this, and then please edit your first post to include links to any and all cross-posts in any other forums (not just this site).
    Josie

    if at first you don't succeed try doing it the way your wife told you to

  7. #7
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: =+g12*2.20452+10.518+(2*sqrt(10.9)-2*sqrt(g13))

    seeing as there is no parenthesis, it will go step by step from the beginning of the formula
    that is not true
    1+3+4*2 = 12
    not 16 as that statement infers
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  8. #8
    Valued Forum Contributor
    Join Date
    05-11-2013
    Location
    Wales
    MS-Off Ver
    Excel 2010
    Posts
    586

    Re: =+g12*2.20452+10.518+(2*sqrt(10.9)-2*sqrt(g13))

    I referred to BODMAS in my earlier comment.
    Unfortunately, there is a lot of confusion over this topic.
    Not that I want to add to the confusion, but:-
    We all have access to a standard and scientific calculator on our computers (in Accessories).
    On a standard calculator enter 1+3+4*2 and it will "calculate" and show the anwer as 16.
    On a scientific calculator enter 1+3+4*2 and it will "calculate" and show the answer as 12.
    (which ties in with my earlier statement regarding BODMAS - and MartinDWilson's earlier comment).
    If you don't believe me try it yourself.

    Regards

    peterrc

  9. #9
    Registered User
    Join Date
    06-27-2013
    Location
    Toronto, Canada
    MS-Off Ver
    Excel 2007
    Posts
    94

    Re: =+g12*2.20452+10.518+(2*sqrt(10.9)-2*sqrt(g13))

    martin, my bad. multiplication would come first

+ 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. Excel 2007 : SQRT problems
    By frdranger25401 in forum Excel General
    Replies: 1
    Last Post: 04-14-2011, 01:56 PM
  2. UDF using SQRT function
    By Vlad999 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-04-2007, 09:14 PM
  3. [SOLVED] Unable to find values of SQRT(0)
    By big_ears in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-12-2006, 09:00 AM
  4. We have SQRT. But what is the function for other roots - cubed ro.
    By ACC in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-02-2005, 04:06 PM
  5. [SOLVED] how to multiply 29,5 with sqrt of 12
    By Smiley in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-10-2005, 02:06 PM

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