+ Reply to Thread
Results 1 to 4 of 4

Excel Complex Calculations to alter some row numbers

Hybrid View

  1. #1
    Registered User
    Join Date
    06-02-2010
    Location
    Hometown, Texas
    MS-Off Ver
    Excel 2003
    Posts
    23

    Excel Complex Calculations to alter some row numbers

    Hey All,

    I have an Excel spreadsheet, in which resides a very complex set of polynomials we use to calculate engineering values from data we receive from our equipment. These calculations utilize many different cells, and also some coefficient data which resides in an array/table within another worksheet in the same book. The spreadsheets works like this: a technician enters the data from our equipment into one cell, and the output from the calculation is spawned in another, but what I am attempting to do is have a column of data converted. I cannot seem to find a way to enter the first cell of data into the calculation and have the calculation produce the results in another cell, but through the range of the entire column. Basically what I need is cell A1 on Sheet1 to be entered into Cell D1 on the calculation sheet, and have the calculation sheet return the results to cell B1 in Sheet1...............easy enough, but how do I make it so Cells A2, A3, A4, etc, are entered into Cell D1on the calculation sheet with the calculation returning their respective outputs into cells B2, B3, B4, etc...........

    Another way around this, that I suppose could work, would be for me to move the calculations into sheet1, and copy the calculation so that each row has it's own, but I have to point the calculations to the correct coefficient value (which will be the same for all rows) and when I do this and try to copy/paste special, Excel sequentially changes the numbers; can I prevent this in any way? An example:

    I have this formula in A6:
    ='COE' !D47+J5*('COE' !D48+J5*('COE' !D49+J5*('COE' !D50)))
    When I try to copy/paste special to the next row, I get this:
    ='COE' !D48+J5*('COE' !D49+J5*('COE' !D50+J5*('COE' !D51)))
    I need this:
    ='COE' !D47+J6*('COE' !D48+J6*('COE' !D49+J6*('COE' !D50)))

    So, I need the function to get the data from the same cells on the COE sheet, but sequentially alter the row cell from J5 to J6, J7, J8, etc............


    I know this is a mouthful, and there are probably more efficient means to achieving then end results, so I appreciate any input you all may have to offer.

    ST
    Last edited by Screamtruth; 06-02-2010 at 04:44 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Excel Complex Calculations

    Put a $ sign before any row you want to "freeze" (make absolute)...

    e.g

    ='COE' !D$47+J5*('COE' !D$48+J5*('COE' !D$49+J5*('COE' !D$50)))

    and copy down, by clicking, holding and dragging the little black square at bottom right corner of the cell with the formula in it.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    06-02-2010
    Location
    Hometown, Texas
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: Excel Complex Calculations

    You are brilliant.


    Thanks.
    Last edited by NBVC; 06-02-2010 at 04:32 PM. Reason: deleted quote

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Excel Complex Calculations to alter some row numbers

    You are welcome,

    Please mark your thread as Solved.

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save

+ 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