Using a checkbox to display a value in another cell

I want to use a checkbox in cell A1 to display in cell B1 either 0 or a value that's in cell C1. I've tried the IF function, but I keep getting a syntax error. Any ideas?

How could you do the same thing but using only two cells?
where the check box returns a specific value in the second.
in this instance its for a staff registration sheet where a checkbox in (A) would return a set value in (B)
i know this might sound simple to you guys in the know but i cant figure it out! I have been messing around trying things with the if function but still only shows me the red triangle (syntax error).
A simple solution would be much appreciated.

Similar Messages

  • How do I se a checkbox to change the value of another cell?

    I am trying to create a spreadsheet for a job quote sheet. In column A I am inserting checkboxes, in column W i have the price of that particular option that coincides with that product. What I am trying to accomplish is if I select the checkbox for an option, the cost (from column W) will jump in Column Z. Then Column Z will be totaled up at bottom, giving my client a total of everything selected. Can this be done and if it can HOW?!
    Thanks in Advance!!

    James,
    Another approach that may work for you would be to have a column for quantity, rather than a checkbox.  If the quantity is greater than zero, then enter the extended price and total it at the bottom of the order list.
    In that case, you would write in Z:
    =A*W
    With no quantity, the result would be zero in Z.
    Jerry

  • How to use one variable as a default value for another variable?

    Hi Experts,
    Is it possible to use one variable as a default value for another variable?
    For example:
    Variable 1 = current calendar year month
    Variable 2 = mandatory input ready variable for calendar year month
    I want to use variable 1 as default value for variable 2, but also have the ability to change the month if required.
    Thanks!
    Kathryn

    u can use replacement path variable
    in that case u can replace the values of 1 variable with the another variable...
    but  u cannot do this setting
    u cannot make variable 2 as mandatory
    u cannot enter value for variable 2
    because by default it will take the value of variable 1
    u have to make follow settings
    variable 2
    name , technical name
    processing by = replacement path
    infoobject = ocalmonth
    next tab
    replaced by another variable
    variable name
    offset start , offset lenght
    save and hit okey

  • How to cell register the date/time when you put a value in another cell

    Hello guys!
    How do I get a cell (eg A2) tell the date and time when I put a value in another cell (eg A1) in Numbers?
    For example, I want to register a cell to read my electricity meter.
    I write in cell A1: 45809. When placing this value in A1, I want to appear (on A2) the date and time when I did that record automatically. Is it possible?
    I hope you understood the question!
    Thank you in advance to those who try to help.

    There is not automatic time stamping of on entry of a time.  One suggestion I've seen has a cell that has the current date and time.  Everytime you cahnge any cell that cell will update.  You can then copy that cell and paste the value into your date/time cell adjacent to the meter reading:
    Create a new, plain table:
    Now in cell A1 enter the formula "=now()"  short hand for this is:
    A1=now()
    now resize the table so it is a table that is 1 cell by 1 cell by selecting any cell, then dragging the table size control in the bottom right corrner towards cell A1:
    It should look like this when you have completed this task:
    Now create another new, plain table and enter "Date" for cell A1, and "Meter Reading" for B1:
    Now you can enter a meter reading (I entered "45671").  Now select the CELL that has current date and time from the first table at the very top, and copy:
    Now select the cell in the date column where you want to put the current date and paste values by using the menu item "Edit > Paste Value":

  • Pasteing a value into another cell

    I have a formula from another cell in another page. I want to insert only the value into another cell. Paste Special / Value is what I used to choose from Excel?

    In Numbers,
    Menu > Edit > Paste Values.
    Regards,
    Ian.

  • Can conditional formatting refer to the value in another cell

    Is there a way for conditional formatting refer to the value of another cell instead of entering the value in the conditional format box?

    wwjd is right. no way of doing that.
    WWJD, two wuestions:
    1) do you have the new office 2008 for mac beta (is it out?), how close is it to the new features in Office 2007 for windows, if you do?
    2) why do our pictures keep getting cut off after a day of posting. I posted a pic yesterday and its already not showing on the page the next day. Do they not load them after the question is marked as solved?
    thanks,
    Jason

  • To display a value in particular cell in report

    HI all,
    I have Qty ,added qty and gross qty( key figures) in rows and posting periods in columns.
    Iam getting Qty for all the periods.But for the added qty it should compare period to period and the value should get displayed in the operand period.
    Ex:                               period1 period2 period3
                   Qty                    1           2           3
          Added Qty                              1           1
    here added qty for period 2 is 1 which gets displayed under 2.
    I have taken 2 restricted key figures one with period 1 and Qty and the other with period 2 and qty
    I created one Calculated key figure as  RKF2-RKF1 and taken that CKF into the report hiding the RKF's.
    When I execute the report in the row added qty the both qty values are getting dislayed and the exact value 1 is showing in overall result.
                                               period 1   period 2        overall result
    EX:   Added qty                       1             2                         1
    how to get the exact value 1  in the period 2 column for added qty which showing in overall result?
    Will cell editor workout in this type of situation? if yes then plz explain in detail how to use cell editor in a report ?
    Please answer
    Thanks

    HI Patricia,
    Tell me can we create 2 structures on Key figures?
    Actually I have only one  key figure Qty and  Iam trying to define Added qty.
    Now my keyfigures are in rows and posting periods are in columns.....
    Please explain me in detail as I have tried few times defining the cell definition but its not working for me.
    ("Added Qty" cell 2 = "Qty" cell 2 - "Qty" cell 1
    "Added Qty" cell 3 = "Qty" cell 3 - "Qty" cell 2)
    If this works out then will I get all the values in the same (added Qty) row for all the periods in columns.?
    Please explain
      Thx

  • Displaying ssize_t value in table cell

    Hello,
    I want to display a number of type ssize_t in a numeric table cell. In the UI editor, the cell has been set to intptr_t.
    Running the code in debug64 works fine, in debug I receive the error message:
    FATAL RUN-TIME ERROR:   Invalid argument type: found 'int', expected '__int64'.
    I have to add: in the UI editor I have created the table with one row only, I add more rows programmatically using InsertTableRows (but the cell types should be inherited). The error only shows up when filling the cell of the last row.
    Ideas?
     

    LuisG wrote:
    However, the (5,1) cell that you already have still has int64. This must be because you created that row before you changed the data type for future cells.
    Hi Luis,
    thanks - you are correct (of course )
    But...
    If I change the default values there is a popup that tells me exactly this.... But it also seems to offer applying those changes to the existing cell. However it appears that clicking Yes has no effect...
    I agree that it is my fault, I misunderstood this statement - it does not promise to actually apply the value, it only asks if I would like to... 

  • How do I display an image in Numbers based on the value of another cell?

    Here is the situation. I have a list of names in one table. I then have a table of pictures of corresponding to each name. I then have a drop down list in a cell with each of the names in it. I would like to be able to click the drop down list, select a name, and then have the corresponding picture be displayed in a cell. How would I go about doing this?
    Late 2013 rMBP with fully up to date software.

    not possible.  I have wanted to do this myself.  You can post feedback to Apple using the menu item "Numbers > Provide Numbers Feedback"

  • Update a Checkbox based on the value of another Checkbox

    We have a business rule that needs to following to happen.
    If the "Commit" checkbox is checked then the "Forecast" checkbox needs to be checked.
    We would like to handle this through workflow. Here is what we have done so far
    Workflow Rule Condition: FieldValue('<bCommit_ITAG>') = 'Y'
    Action: Field to Update - Field Name* is set to Forecast
    Value is set to: [<Forecast>]='Y'
    Thanks for the help

    Brian,
    What you have written should work, try Value is set to: <Forecast>=Yes.
    This should also be created in the Administration section as its not web services but workflows, you'll get better responses.
    cheers
    Alex

  • How to search a maximum in range (determined by a value in another cell)?

    I'm trying to find the maximum and minimum in a range of cells.
    I've determined the start cell and end cell in Table 1 for each search range, but I can't get it to fit in a formula.
    TABLE 1
    1 --- 105
    2 --- 75
    3 --- 20
    4 --- 74
    5 --- 124
    6 --- 100
    7 --- 17
    TABLE 2
    Start row (A) --- End row (B) --- MAX (C) --- MIN (D)
    1 --- 3 --- 105 --- 20
    4 --- 7 --- 124 --- 17
    I can get Numbers to display the cell to start in the range,
    =ADDRESS(A2,2,,,"Table 1")
    results in "$A$1"
    but apparently, you can't include that function in a range
    =MAX(ADDRESS(A2,2,,,"Table 1"):(ADDRESS(A3,2,,,"Log"))
    So how do I get my MAX formula to include the range that the ADDRESS formula outlines?

    in column MAX the formula is:
    =MAX(OFFSET(Tableau 1 :: $A$1,$A,1,$B+1-$A))
    in column MIN it is:
    =MIN(OFFSET(Tableau 1 :: $A$1,$A,1,$B+1-$A))
    in both case, OFFSET(Tableau 1 :: $A$1,$A,1,$B+1-$A)
    is a range whose first cell is Tableau 1 :: $A$1+( $A rows) + (1 column) and which contain $B+1-$A cells in the scanned column.
    for the row 2 this means 3+1-1 = 3 cells in the column starting in Tableau 1 :: B2
    for the row 3 this means 7+1-4 = 4 cells in the column starting in Tableau 1 :: B5
    I uses the absolute addressing so that it is easy to relocate the formula from C2 to C3 or even from C2 to D2 (just need to replace MAX by MIN).
    Yvan KOENIG (from FRANCE mardi 8 juillet 2008 14:32:49)

  • Conditional formatting of a cell based on a value in another cell

    I want to change the color of the text in a cell based on the value in a different cell. How can I accomplish this?

    drmjdoyle,
    There Numbers User Guide, http://support.apple.com/en_US/manuals/#iwork, will show you how to do that. Also, doing a search in these forums will provide many hits answering your question.
    Click in the cell you want the color to change: click Format > Create custom cell format, in the first dropdown in that dialog box click Choose Rule, then follow the prompts.
    Cordially,
    RicD

  • Countif formula, how to make it not count a value if another cell is a certain value.

    I have this formula below:
    =IF(A21="","",IF(COUNTIF(G21:G50,">0"),"A","B"))
    I would like to tell it that if a corresponding row in column B has a value of: "Calibration" then to ignore that row and do not add the value to the countif.
    I thank you in advance for any help you can provide!
    Dustin Shepard

    Hopefully, this will do it:
    =IF(A21="","",IF(COUNTIFS(G21:G50,">0",B21:B50,"<>Calibration"),"A","B"))
    Regards, Hans Vogelaar (http://www.eileenslounge.com)

  • Populate one text field on a form based on the value in another

    I am new to APEX and building my first application.
    When a user enters a value in one field, I would like to run a SQL command and then display a value in another field based on the value in the first field. For instance, if a user enters a part number in one field, when they tab off of the field, I would like to display the name of the part in the part name field.
    Thanks

    Thanks. That put me on the right track. I used that link to find the link http://htmldb.oracle.com/pls/otn/f?p=11933:11:2890374750690437 and then using the two was able to put together a solution.
    I am down to one last issue. I am able to return the name back from the process and display it with an alert statement. Unfortunately, I am unable to display the value on the form.
    I am doing the following.
    <script language="JavaScript1.1" type="text/javascript">
    function f_getCustomerName(id)
    var v_id = id;
    var get = new htmldb_Get(null,$v('pFlowId'),'APPLICATION_PROCESS=getCustomerName',$v('pFlowStepId'));
    get.addParam('x01',$v('P2_CUSTOMER_ID'));
    gReturn = get.get();
    get = null;
    gReturn = (!gReturn)?'null':gReturn;
    /* The below do not work
    $s('P2_CUSTOMER_NAME',gReturn);
    document.getElementById('P2_CUSTOMER_NAME').value = gReturn;
    document.getElementById('P2_CUSTOMER_NAME').value = 'TEST';
    alert(document.getElementById('P2_CUSTOMER_NAME').value );
    alert(gReturn);
    //-->
    </script>
    Process: getCustomerName
    declare
    l_customer_id customer.customer_id%type;
    l_customer_name customer.customer_name%type;
    begin
    l_customer_id := to_number(wwv_flow.g_x01);
    select customer_name
    into l_customer_name
    from customer
    where customer_id = l_customer_id;
    htp.p(l_customer_name);
    end;

  • Get the value from another node.

    Hi, expert
    In the component BT131I_SLS , I create a enhanced attribute in the node: BT131I_SLS/Details BTADMINI
    Then i define the GET-V method to create a search help for the attribute.
    Now , i want to pass a BP number to the search help function to filter the data.
    We need to get the BP number as below:
    When create a order, we input the product id ,
    then there will be a popup window , we can choose  a vendor in the window.
    The vendor number is the value which we want to pass to the search help.
    How can i do that ?
    Thanks.
    Oliver.

    Hi , expert
    Can i use the 'get_related_entities' to get the value I need?
    I think maybe i can use the method to get the value from another view which is not in my component.
    Now I write codes in the GET-V method, as below:
    method GET_V_ZZZFLD000011.
      DATA:
        LS_MAP    TYPE IF_BSP_WD_VALUEHELP_F4DESCR=>GTYPE_PARAM_MAPPING,
        LT_INMAP  TYPE IF_BSP_WD_VALUEHELP_F4DESCR=>GTYPE_PARAM_MAPPING_TAB,
        LT_OUTMAP TYPE IF_BSP_WD_VALUEHELP_F4DESCR=>GTYPE_PARAM_MAPPING_TAB.
      DATA: LV_PARTNER_NO TYPE CRMT_PARTNER_NUMBER.
      data: lr_current TYPE REF TO if_bol_bo_property_access,
            lr_entity  TYPE REF TO cl_crm_bol_entity,
            lr_col     TYPE REF TO if_bol_bo_col,
            value      TYPE string.
      lr_entity ?= me->collection_wrapper->get_current( ).
      lr_col = lr_entity->get_related_entities( iv_relation_name = 'Relation_Name' ).
      lr_current = lr_col->get_current( ).
    * value =
      LS_MAP-CONTEXT_ATTR = 'EXT.ZZZFLD000011'.
      LS_MAP-F4_ATTR      = 'LGORT'.
      APPEND LS_MAP TO: LT_OUTMAP.
    *  LS_MAP-CONTEXT_ATTR = 'EXT.ZZZFLD000011'.
    *  LS_MAP-F4_ATTR      = 'LANGU'.
    *  APPEND LS_MAP TO LT_INMAP.
      IF SY-SUBRC  = 0.
      ENDIF.
      CREATE OBJECT RV_VALUEHELP_DESCRIPTOR
        TYPE
          CL_BSP_WD_VALUEHELP_F4DESCR
        EXPORTING
          IV_HELP_ID                  = 'ZHELP_ZSAKCDD'
    *      IV_HELP_ID_KIND             = IF_BSP_WD_VALUEHELP_F4DESCR=>HELP_ID_KIND_COMP
          IV_HELP_ID_KIND             = IF_BSP_WD_VALUEHELP_F4DESCR=>HELP_ID_KIND_NAME
          IV_INPUT_MAPPING            = LT_INMAP
          IV_OUTPUT_MAPPING           = LT_OUTMAP
          iv_trigger_submit           = abap_true
    *      IV_F4TITLE                  = ' '"#    EC NOTEXT
    endmethod.
    But i don't know the Relation_Name which i can get the vender's information.
    Another question : i want to trigger the code 'get_related_entities' when i click the search help,
                                   How can i do that ?
    Thanks.
    Oliver.
    Edited by: oliver.yang on Aug 7, 2009 5:56 AM

Maybe you are looking for

  • Customized Crystal Report execution problem in Win 7

    Hi Experts, I am getting a screen of Server : Database : Userid : Password while attempt to run a customized crystal report from Win 7 based platform. In the screen database selection option is inactive so it is not possible to select the databse. Th

  • How do I know why it says my phone is blocked?

    I am on holidays in Uruguay with my two iPhones. One it has the sim card from Europe working fine. The iPhone 4s, I'd like to put a local sim card and it tells me to contact my server as the phone is blocked. I bought the phone in the beleive it wasn

  • ITunes launched with Error 13005

    Hi, I don't know if anyone has come across this problem before.  I have been using my iTunes library on an external drive so that I can use it between my Mac Pro and my MacBook Pro.  Both macs have Lion 10.7.3 and iTunes 10.5.3. Today my iTunes has b

  • CLFMAS IDoc - Issue in Data Record Population

    Hi Experts, My SAP systems are configured in such a way where CLFMAS Idoc is triggered based on Change Pointers. The field 'Class Type' (KLART) is filled in the IDoc as '022' whereas the actual value is '023'. I debugged through the function module g

  • Multiple Connection attempts required before Actually Connecting to 10g

    We just upgraded from 9i to 10g, and now we're having problems logging into SQL Plus. It takes 4-5 tries in SQL Plus before successfully connecting to the database. Once its connected, the connection is fine, but initially it is very finicky. The err