+ Reply to Thread
Results 1 to 2 of 2

Simple calculation doesn't auto-calculate HELP!

  1. #1
    Registered User
    Join Date
    12-07-2019
    Location
    USA
    MS-Off Ver
    2013
    Posts
    1

    Simple calculation doesn't auto-calculate HELP!

    I have a simple excel sheet to calculate the adjacent dimensions from an angle and the hypotenuse. Then I what to divide the hypotenuse by the adjacent to get a simple ratio, but it only works if I delete both inputs and reenter them. This is probably a simple problem that I just can't see, thanks for any help.
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,426

    Re: Simple calculation doesn't auto-calculate HELP!

    You have this formula in B3:

    =B1*COS(RADIANS(B2))

    and this one in B4:

    =B1/B3

    which is effectively the same as:

    =B1/(B1*COS(RADIANS(B2)))

    or:

    =1/COS(RADIANS(B2))

    So, the ratio in B4 does not depend on what you have entered in B1 - it only depends on the value you enter into B2.

    Hope this helps.

    Pete

+ 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] Simple difference calculation from time stamp does not calculate?
    By Cedric Wyckmans in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-17-2018, 05:31 AM
  2. [SOLVED] How to froce a calculation when calculate doesn't work
    By dflak in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-16-2017, 01:05 PM
  3. Replies: 0
    Last Post: 05-17-2014, 10:18 PM
  4. [SOLVED] Excel 2007: Unable To Auto-Calculate (automatic calculation enabled)
    By Brand012 in forum Excel General
    Replies: 4
    Last Post: 05-09-2014, 08:37 PM
  5. manual calculation for one worksheet by F9 and auto calculation for other sheet
    By rayshimadri in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-22-2013, 06:16 AM
  6. I'm sure this is simple...but doesn't work
    By tralala in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-29-2006, 09:51 PM
  7. Simple formula doesn't quite add up
    By circeo in forum Excel General
    Replies: 3
    Last Post: 01-17-2005, 06: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