+ Reply to Thread
Results 1 to 5 of 5

Calculation Issues.

  1. #1
    Registered User
    Join Date
    01-19-2012
    Location
    Manchester, United Kingdom
    MS-Off Ver
    Excel 2003 (WORK), Excel 2010 (Home)
    Posts
    24

    Calculation Issues.

    Hi All,

    I am currently working on a workbook that populates various sheets inside the workbook, however i cant get my head round why something wont calculate.

    Sheets
    Front
    Middle
    Back
    etc etc

    So

    Middle

    (CELL A2)=MID(front!E16,8,5) (Which belongs to (AQ000)0.658"L") so the cell has been told to grab 0.685, in which it has and put into A2, A2 is formated as Number however the =MID(front!E16,8,5) is formated as text

    (CELL A3)=3750*A2 which results in 0, when follow the formula in Evaluate Formula, it shows 3750*A2 when i step down it then shows, 3750*"0.685"

    Is there anyway to calculate the 0.685 without the "" but keeping formula in A2?

    Thanks in advance
    Last edited by AV1D; 01-20-2012 at 05:00 PM.

  2. #2
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: Calculation Issues.

    AV1D,

    Put -- in front of the MID formula in 'Middle'!A2, so that it looks like this:
    =--MID(front!E16,8,5)
    Hope that helps,
    ~tigeravatar

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    01-19-2012
    Location
    Manchester, United Kingdom
    MS-Off Ver
    Excel 2003 (WORK), Excel 2010 (Home)
    Posts
    24

    Re: Calculation Issues.

    Quote Originally Posted by tigeravatar View Post
    AV1D,

    Put -- in front of the MID formula in 'Middle'!A2, so that it looks like this:
    =--MID(front!E16,8,5)
    When i do that, the cell populates 0.0 insted of the 0.685

  4. #4
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: Calculation Issues.

    AV1D,

    Couldn't tell you why. Here's an example workbook based on the criteria described and using the earlier solution provided and it works just fine...
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    01-19-2012
    Location
    Manchester, United Kingdom
    MS-Off Ver
    Excel 2003 (WORK), Excel 2010 (Home)
    Posts
    24

    Re: Calculation Issues.

    I managed to get it working, must be some sort of issue floating around between sheets.

    Aslong as i can get them to link how i want them and the calulations do there jobs ill be alright.

    Thanks for your help mate

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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