How to create a table of values from a calculation sheet ?

Forgive me if this has been asked and answered already, I have searched and gone through the functions manual, but I cannot find what I am looking for.
I currently have a sheet containing multiple tables.
The tables all perform various sorts of calculations, based on the input of a few cells.
The tables are ultimately summed to give me a value.
What I am practically doing is calculating a price of a product, based on it's area (width x height).
Inside the calculation are several sub-products, all calculated differently inside the different tables.
All these tables contain my suppliers pricings and my margins, and all summed they give me the end-user price for a certain product which I produce.
What I would like to do now is create a new sheet that is layed out as a table and that I can send to my clients as a pricelist, like this
width height price
50cm 50cm 50$
60cm 60cm 60$
I cannot use any kind of lookup between the sheets, as the first sheet needs my dimensions to start off the calculations.
I have been trying to pass variables, but I cannot get my head around this.
Can anybody point me in the right direction please ?

viskwal wrote:
The top table calculates the price of 1 item by the user-input values width and height.
There are many tables underneath that come into play, but the bottom line is the top table only calculates one price.
Make a copy of the top table.
Double click on B7 to open the Formula entry box.
Click on the white triangle on each cell reference referring to a cell in another table in turn and set each to Fixed Column and Row. References to cells B1, B2, B4 and B5 (on the same table) should be Fixed row, relative column.
Extend the table by as many rows to the right as you need, then Select B1:B7 and fill the selection right by dragging the round control at the bottom right of the selection.
Revise the length and width values in each column to fit your needs.
If there is a formula in the Labour cell (B6), that will need similar revision.
That still leaves the problem of transferring the calculated data from the extended (horizontal) table to the (vertical) below.
Might be easier to construct the new table as follows:
Copy the formula (NOTE: not 'copy the cell') from B7.
Paste the formula into C2 of the Price List table(where it now shows 50.00)
Change the cell references B1 and B2 (in the original) to A2 and B2 respectively.
Change the cell reference B4 (number) to 1 (The table will calculate costs for one item)
Change the cell reference B5 (labour) to 60 (assumes the minimum labour charge regardless of size of item)
Fix all references to cells on other tables (as described above)
Select B2 (price list table) and fill down as many rows as you'll need (as described above).
Regards,
Barry

Similar Messages

  • How to Create a Table of Contents From an Imported PDF File?

    I have imported a 150 page PDF file into inDesign 5. I want to create a Table of Contents for my document, but there are no paragraph or heading styles in the document. If I built the document in inDesign, I would have labeled each chapter "Heading 1" and then instructed inDesign to collect up all the Heading 1s and make a TOC automatically.
    But I didn't create this PDF, it has no formatting at all. Its just been placed in the inDesign document space.
    Anyone have any tips of how I can pick out all the Chapter headings.....they are in a distinctive format (14 point bold) from the rest of the document text.
    Anyone?

    InDesign cannot read *anything* out of a PDF file.
    Open in Acrobat, copy heading, paste in InDesign. Repeat until done.

  • How to create Text Tables and Value Tables ?

    Hi all,
    How we can create the Text Table ? Step by Step
    How we can create the Value Table ? Step by Step
    Note : I am not asking about the creation of simple transparant table ...
    Thanks In advance.
    How to use Text tables ?
    With Example Please..
    Thanks in advance.
    Regards.
    Raj

    Hi Raj,
    Table A is a text table of table B if the key of A comprises the key of B and an additional language key field (field of data type LANG). Table A may therefore contain explanatory text in several languages for each key entry of B.
    To link the key entries with the text, text table A must be linked with table B using a foreign key. Key fields of a text table must be selected here for the type of foreign key fields
    If table B is the check table of a field, the existing key entries of table B are displayed as possible input values when the input help (F4) is pressed. The explanatory text (contents of the first character-like non-key-field of text table A) is also displayed in the user's logon language for each key value in table B.
    Only one text table can be created for table B! The system checks this when you attempt to activate a table with text foreign keys for B.
    Regards
    Aneesh.

  • How to create Oracle Table in DWB from Oracle external table

    Dear all,
    I have create Oracle External Table by using DWB. Kindly tell me steps that how could i able to import this external oracle table into internal oracle table now.
    When I deploye this External table message arise "Name is using by an existing object.
    any help would be ppreciated.
    Thanks

    In your database is there a table already existing with the same name as your external table? If there is then you can try and rename your external table in OWB and then deploy it again.
    Then you can create a mapping with your source as the External Table Operator and the target as a Table Operator. When you run the mapping the data from the external table will be imported into the oracle table.
    I hope this helps.
    Regards
    GB

  • How to update this table with values from another table ?

    Hi
    I have a table "regies". I want to replace the values of the column "regies.agent" by the value of the column "regies_personnes.id"
    As you see the tables have a common values column. ie regies.agent = regies_personnes.nom
    Table "regies" :
    Insert into "regies" (AGENT) values ('Humberdot Alain');
    Insert into "regies" (AGENT) values ('Danard Patrick');
    Table "regies_personnes" :
    Insert into REGIES_PERSONNES (NOM,ID) values ('Humberdot Alain',1);
    Insert into REGIES_PERSONNES (NOM,ID) values ('Danard Patrick',2);
    Before we have this
    sql>select agent from regies ;
    Humberdot Alain
    Danard Patrick
    After the update, the result should be
    sql>select agent from regies ;
    1
    2
    Thank you for your kind answer.

    You will face error if you have duplicates
    ORA-01427 Single row subquery returns Multiple rows.Try this way
    create table regies(agent varchar2(30));
    create table regies_personnes( nom varchar2(30),id number);
    Insert into regies (AGENT) values ('Humberdot Alain');
    Insert into regies (AGENT) values ('Danard Patrick');
    Insert into REGIES_PERSONNES (NOM,ID) values ('Humberdot Alain',1);
    Insert into REGIES_PERSONNES (NOM,ID) values ('Danard Patrick',2);
    Insert into regies (AGENT) values ('Humberdot Alain');
    Insert into regies (AGENT) values ('Danard Patrick');
    Insert into REGIES_PERSONNES (NOM,ID) values ('Humberdot Alain',1);
    Insert into REGIES_PERSONNES (NOM,ID) values ('Danard Patrick',2);
    commit;
    update regies r set agent = (select id from regies_personnes p where r.agent = p.nom
    and rownum=1)
      where exists (select id from regies_personnes p where r.agent = p.nom
    commit

  • How to create a table with values to be selected?

    is there a class in java that display a table a table of parameters and allow the user to select the parameter, and process the value associated with this parameter field?
    thx!

    Yep,
    JTable and MouseListener

  • How to create a table which will appear on each sheet

    I would like to have one table with some information in the corner of each sheet, but I would like the tables update automatically. Soo.. if I update one of them, rest of them update accordingly.
    I thought I would be able to put a table in the header but it didn't work.
    Thanks in advance.

    Conferenceorg wrote:
    I would like to have one table with some information in the corner of each sheet, but I would like the tables update automatically. Soo.. if I update one of them, rest of them update accordingly.
    I thought I would be able to put a table in the header but it didn't work.
    Thanks in advance.
    CO,
    Program your master sheet with representative data in the cells that you would like to have repeated in the slave sheets.
    Prepare a typical slave sheet, with a table programmed to reference the key cells in the master sheet.
    Name the slave sheet "Template", or other distinctive name that you will recognize and keep otherwise empty and as a template for new sheets.
    When you need a new sheet, Click on the Sheet icon of Template sheet. Then Command-C, Command-V, and rename "Template-1" to identify it as a working sheet.
    Regards,
    Jerry

  • How to Create adf table from java bean

    Hi,
    How to Create adf table from java class (Not from ADF BC).
    Thanks
    Satya

    @vlsn -- you have to follow what shay said.
    Do the following in Model layer ::
    create a table property java class with your columns setters and getters like :
    *public class gridProps {*
    private int sno;
    private String orderNum;
    *public void setSno(int sno) {*
    this.sno = sno;
    *public int getSno() {*
    return sno;
    *public void setOrderNum(String orderNum) {*
    this.orderNum = orderNum;
    *public String getOrderNum() {*
    return orderNum;
    Create another table java class which will populate the values to your column values and return the collection :
    *public class gridPopulate {*
    private  List<gridProps> gridValues ;
    *public List<gridProps> setToGrid(ArrayList<ArrayList> valuesToSet) {*
    *if (valuesToSet == null) {*
    return gridValues;
    gridValues = new ArrayList<gridProps>();
    if(btnValue.equals("completeBtn"))
    return gridValues;
    for(ArrayList<String> tempArr:valuesToSet)
    gridProps gp = new gridProps();
    gp.setSno(Integer.valueOf(tempArr.get(0)));
    gp.setOrderNum(tempArr.get(1));
    return gridValues;
    Right click gridPopulate class and create this as data control.This class will be seen in Data control list.Under this data control,Drag the grid property collection(created earlier) to your page.Then execute your binding(gridPopulate) according to your logic.
    Thanks.(My jdev version 11.1.1.5.0)

  • How do i create a table of contents from bookmarks?

    How do I create a Table of Contents from the list of bookmarks?  How do I format a Table of Contents?

    Hi Brent!613,
    I think you may have landed in the wrong forum. Are you using Acrobat? If so, this thread from the AcrobatUsers.com may be useful: https://answers.acrobatusers.com/Create-Table-Contents-pdf-Bookmarks-q192651.aspx
    Best,
    Sara

  • How to create a table with editable column values.

    Hi everyone,
    I think this is very simple but i'm not able to find how to do this. This is my requirement. I need to create a table with n columns and 1 row initially. user should be able to enter data into this table and click of a button should insert data into the data base table. Also there should be a button at the bottom of the table to add 1 row to the table.
    I know how to do the insert to database, but can anyone please let me know how to create a table that allows user to enter data and how to create a add 1 row button?
    Thanks in Advance!

    Raghu,
    Go through the ToolBox tutorial Create Page & Advanced table section of OAF Guide.
    Step 1 - You require to create EO & a VO based on this EO. This EO will be of DataBase table where you want to insert the data.
    Step 2 - Create a Advanced table region. (Refer this Adavanced table section for more on this)
    Step 3 - Attach this VO in the BC4J component of Adavanced Table region.
    Regards,
    Gyan

  • How to create a table with events in smartforms?

    How to create a table with events view in smartforms?
    It doesn't like general table with header, main area and footer.
    for example:
    in smartforms: LE_SHP_DELNOTE
    table name is TABLEITEM(Delivery items table)

    Vel wrote:
    I am creating XML file using DBMS_XMLGEN package. This XML file will contain data from two different database tables. So I am creating temporary table in the PL/SQL procedure to have the data from these different tables in a single temporary table.
    Please find the below Dynamic SQL statements that i'm using for create the temp table and inserting the data into it.
    Before insert the V_NAME filed, i will be appending a VARCHAR field to the original data.
    EXECUTE IMMEDIATE 'CREATE TABLE TEMP_TABLE (UNIQUE_KEY NUMBER , FILE_NAME VARCHAR2(1000), LAST_DATE DATE)';
    EXECUTE IMMEDIATE 'INSERT INTO TEMP_TABLE values (SEQUENCE.nextval,:1,:2)' USING V_NAME,vLastDate;What exactly i need is to eliminate the INSERT portion of it,Since i have to insert more 90,000 rows into it. Is there way to have the temp table created with data in it along with the sequence value as well.
    I'm using Oracle 10.2.0.4 version.
    Edited by: 903948 on Dec 22, 2011 10:58 PMWhat you need to do to eliminate the INSERT statement is to -- as already suggested by others - eliminate the temporary table. You don't need it. It is just necessary overhead. Please explain why you (apparently) believe that the suggestion of a view will not meet your requirements.

  • How to create a table control in Business HTML??

    Hi All,
    I dont have much knowledge about Business HTML. Can anyone tell me how to create a table control. The requirement is to accept two fields from user and then on click of a button get these values populated on a table control. Can u pls help me out on this??
    Also to create the table, I tried using SAPTemplateTableBegin()functions, but using these functions gives me an error. Is the because the standard SAP template files does not exist or what??

    Hi Raja,
    My first approach was the same as u said but the issue is when i try to generate a template i.e. (system generated template), the generated template uses standard TemplateLibraryDHTML.html functions like `SAP_TemplateHeader()`
    `SAP_BodyContentBegin()`
    `SAP_FormBegin()`
    The above all is not supported in our client's ITS and so we have to manually create a table control using the step loop functions in DHTML and correspondingly FIELD-SET in ABAP.
    We could successfully do this but as i mentioned in my previous message, we still have to make the table entries editable and refresh the internal table when the values in the table are changed.
    Pls help!!
    Rgds,
    Swapna.

  • How to create a table using subform if  lifecycle designer 7.1 not availabl

    hi,
    plis tell me how to create a table because i am using adobe lifecycle 6.1 and in the library
    there is no object for table..
    also tell me that if i have adobe lifecycle designer then which is better option and why?
    use table from library directly or create a table using subform...

    Hi Sweta,
    Create the interface attributes of type string and xtring type.
    Create node in the context of type graphics. bind the interface fields to the graphic node context element properties -
    Graphic content, field of xzstring type and mimetype to be string/any char data type of suitable length.
    In  layout drag and drop the image field and bind it to the graphic element.
    In yoour report programme-
    do the code as berlow to pass the graphic data -
    <i>CALL METHOD cl_ssf_xsf_utilities=>get_bds_graphic_as_bmp
    EXPORTING
    p_object = 'GRAPHICS'
    p_name = '<mime type graphic name>'
    p_id = 'BMAP'
    p_btype = 'BCOL' "BMON if monochrome
    RECEIVING
    p_bmp = w_binary
    EXCEPTIONS
    not_found = 1
    internal_error = 2
    OTHERS = 3.
    IF sy-subrc <> 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.</i>
    in the call <form function module>
    pass the inerface values for
    xstring (graphic field) to be w_binary (import parameter of the previous method)
    and mime type  to be 'image/bmp'.
    This would work.
    Hope fully you may be able to see a tutorial on this soon ;).
    - anto.

  • How to create reference table in se11

    hi experts
    how to create reference table in se11.
    regards
    subhasis.

    You must specify a reference table for fields containing quantities (<b>data type QUAN) or currency amounts (data type CURR).</b>
    This reference table must contain a field with the format for the <b>currency key (data type CUKY) or unit of measure (data type UNIT).</b> This field is called the reference field of the output field. The reference field can also reside in the table itself.
    A field is only assigned to the reference field at program runtime. For example, if a field is filled with currency amounts, the corresponding currency is determined from the assigned reference field, that is the value entered in this field at the moment defines the currency
    <b>example :</b>
    table <b>T1
    FIELD1   FIELD2(CURR)      FIELD3 .</b>
    table  <b>T2
    FEILD4   FIELD5(CUKY)   FIELD6  </b>  ...
    Then 
    <b>T1-FIELD2 (CURR) -> T2-FIELD5(CUKY)</b>
    so  ....<b> T2</b>   table is called  <b>Refference table</b>   and   <b>T2-FIELD5</b>  is called   <b>Reffernce Field</b> .
    T1-<b>FIELD2</b>  = <b> 1,50,0000</b>. 
    T2-<b>FIELD5</b>  = <b>INR</b> .
    the  amount  is  always  depend  on the some type of Currency  ,so  that the  Amount  should  always  <b>reffernce to an amount type</b> .
    reward  points if it is usefull ...
    Girish

  • How To create Taxonomy Tables in MDM

    Hi all,
    I am new to MDM and want to know how to create Taxonomy Tables in MDM data manager for the various available categories and attributes.
    Regards,
    Gavin.

    Hi Gavin,
    Here's a solution.
    1. Create a calculated field of type boolean - you can name it On-Site or something similar.
    2. Enter the following as the calculation expression
    IF(HAS_ANY(COUNTRY_FIELD_NAME, "country 1", "country 2", "country n"), TRUE, FALSE) - where country 1...country n are the countries that are on considered On-Site. 
    All Vendors from countries you have listed in the expression will have the value TRUE for the field On-Site.  All other Vendors will have the value False.  This way you can separate the 2 groups of Vendors by searching on the field On-Site.
    Hope this helps,
    Richard

Maybe you are looking for

  • ICal update And creation of a third calendar that I am now locked into

    I had both a work & home calendar set up and sync'ed via M-ME. All seemed to work fine. Now, they are not syncing properly and are behaving in ways I have never seen before. - Push syncing is no longer working. I have tried resetting the sync data wi

  • I need help using the "GetCursorPos" function in the user32.dll on a machine running Win98.

    I'm able to get the x axis information by setting arg1 to TYPE=Numeric, DATA TYPE=Signed 32-bit Integer, PASS=Pointer to Value. I wired a zero to the input. When I setup arg2 the same, LabView crashes.??? This is the first time I've attempted to acce

  • Seeking a Parallel Element

    Hi all, I'm currently working on a multilingual AlR project with video playback that supports multiple audio tracks. Each flv video file is accompanied by a seperate mp3 audio track for each language that the app supports. I need to sync the playback

  • Safari PDF disable option?

    I'm using a fairly old mac (G4 466Mhz) and it takes waaaay too long to have pdf's open in the browser. Is there a way to disable this pdf viewing in Safari? I know about option clicking files to start downloading them instead, but you don't always ha

  • Calender Control in Developer 9i

    Immediate reply requested please. I want to call the builtin calender control in the date field. How can i use it or from where i get the calender controle builtin is there any option in 9i or not? Please immediate reply