+ Reply to Thread
Results 1 to 3 of 3

Mathematical tool input/output design

Hybrid View

  1. #1
    Registered User
    Join Date
    03-09-2015
    Location
    bangalore, india
    MS-Off Ver
    2007
    Posts
    4

    Post Mathematical tool input/output design

    Hello friends,

    I have designed an excel mathematical tool for automotive application. The tool needs 5 inputs ( 1 data set ) and it returns 4 outputs. The problem is that i have 20000 data sets( each data set having 5 inputs) and i need to calculate the outputs( 4 outputs for each data set) for 20000 data sets. It would be really grateful if u guys can try helping me out. I would really appreciate if someone could explain me step by step wat has to be done. Due to my work policy i wont be able to upload my the original file. I have made two mock excel files ( Tool and Data) which kinda represents the original files. The mathematical excel tool cannot be modified (Client Requisites) . The data sheet has around 50 data sets and i need the output on the same data sheet. Comprehensively speaking the mathematical tool has to get the input data from the data sheet and publish the output on the same data sheet.

    PS: - Moderator could please move this query to appropriate thread.

    Regards
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    10-09-2012
    Location
    Dallas, Texas
    MS-Off Ver
    MO 2010 & 2013
    Posts
    3,049

    Re: Mathematical tool input/output design

    I don't see where the output is or how that is related to the TOOL workbook.

    Calculating what you have done in the TOOL workbook into the DATA workbook is rather simple

    J4:
    =A4*B4*C4
    K4:
    =B4*C4*D4
    L4:
    =C4*D4*E4
    M4:
    =SUM(J4:L4)
    Please ensure you mark your thread as Solved once it is. Click here to see how.
    If a post helps, please don't forget to add to our reputation by clicking the star icon in the bottom left-hand corner of a post.

  3. #3
    Registered User
    Join Date
    03-09-2015
    Location
    bangalore, india
    MS-Off Ver
    2007
    Posts
    4

    Re: Mathematical tool input/output design

    Quote Originally Posted by mikeTRON View Post
    I don't see where the output is or how that is related to the TOOL workbook.

    Calculating what you have done in the TOOL workbook into the DATA workbook is rather simple

    J4:
    =A4*B4*C4
    K4:
    =B4*C4*D4
    L4:
    =C4*D4*E4
    M4:
    =SUM(J4:L4)
    hi miketron,

    Thank you for the reply. Actually the tool uploaded is simple, the actual tool is really complicated. Its a cluster of many results. so it would be difficult for me to put in the formula in the data work book. i would like the a,b,c,d and e values to be imported from the data workbook to the tool workbook, the tool workbook does the calculation and it exports the outputs( output1, output2 , output 3 and output 4) back to the data work sheet.

+ 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] Regression Output without Analyst Tool Pack
    By dinesh_ltjd in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-08-2014, 08:38 AM
  2. [SOLVED] Transferring of input from input cell to output cells
    By bebongtheshark in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-09-2014, 01:28 AM
  3. [SOLVED] input dob / input certain age / output date at certain age
    By Alastair77 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-12-2014, 09:36 AM
  4. Replies: 0
    Last Post: 08-14-2009, 11:13 AM
  5. [SOLVED] how do i design/ implement a spread sheet to input live data
    By plimpler in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-06-2005, 04:05 PM

Tags for this Thread

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