Tick boxes in numbers

Hiya
i have been fighting with this for some night now and i know this is such a silly mis understanding though i just cant fix it.
Basically i want to reference to a table in a separate sheet in the same document.
lets call them sheet 1 & sheet 2
*IF I MAKE IT REFERENCE A NUMBER IT DOES IT FINE JUST IT WONT REFERENCE TEXT!?* GRRR
sheet one has a nice table with a list of names and tick boxes for each event.
sheet two i would like to have a table for each event. If the persons name is ticked for that event in sheet one, i would like it to appear in sheet two.
i though that this would be it...
=SUMIF(Events :: C2,TRUE,Events :: A2)
C2-20 is the tick boxes and A2-20 is the names.
However i just get a '0' appear and this does not change if i tick or un tick the boxes
Very frustrated haha
Thanks in advance
<3

Amberrrose wrote:
Hiya
i have been fighting with this for some night now and i know this is such a silly mis understanding though i just cant fix it.
Basically i want to reference to a table in a separate sheet in the same document.
lets call them sheet 1 & sheet 2
*IF I MAKE IT REFERENCE A NUMBER IT DOES IT FINE JUST IT WONT REFERENCE TEXT!?* GRRR
sheet one has a nice table with a list of names and tick boxes for each event.
sheet two i would like to have a table for each event. If the persons name is ticked for that event in sheet one, i would like it to appear in sheet two.
i though that this would be it...
=SUMIF(Events :: C2,TRUE,Events :: A2)
C2-20 is the tick boxes and A2-20 is the names.
However i just get a '0' appear and this does not change if i tick or un tick the boxes
Very frustrated haha
*_You are the responsible of your frustration!_*
You guessed a syntax which can't achieve what you want.
Your formula is designed to sum the contents of A2 if the checkbox in the cell C2 is checked.
(a) Applying SUM to a single value is ridiculous,
(b) if the cell C2 is checked, the formula try to compute SUM(TRUE) which is zero
if the cell C2 is unchecked, the formula try to compute SUM(Events :: A2) which, as A2 contains a name, is zero.
Taking time to behave logically, you would have download *_iWork Formulas and Functions User Guide_*.
In this one I guess that you would have understand that what was needed is a formula using the function IF
=IF(Events :: C;Events :: A,"")
or
=IF(Events :: C=TRUE;Events :: A,"")
The app wasn't designed by your brain but by engineers ones.
I'm really amazed by the number of users which insert SUM in formulas in which it has no reason to be.
Yesterdays for instance, I saw
=SUM(IF(B2=1,10,20))
which is ridiculous. Why use SUM to apply to a single value, here 10 or 20 ?
The logical formula was
=IF(B2=1,10,20)
Yvan KOENIG (VALLAURIS, France) lundi 7 mars 2011 15:34:07

Similar Messages

  • Formulas that use tick boxes?

    I have a simple spreadsheet that when you tick the tick box (column D) I want it to calculate the amount in the column alongside (column C) and then achieve a total of column C? I am using COUNTIF but I keep getting errors. Please help. (False is obviously the tick box column)
    $8.00
    FALSE
    $8.00
    FALSE
    $4.00
    FALSE
    $4.00
    FALSE
    $

    Hmm - my mistake - when I googled Countif, the only results coming back were Windows related.
    So, since you're using Numbers, here is the appropriate forum:
    https://discussions.apple.com/community/iwork/numbers?view=discussions
    (You are posting in the forum which covers how to use the forums)
    It would also help if you were to mention what software you are using, which version, your Mac model and year, and Mac OS version.

  • Tick Box

    Hi
    I want to be able to show a set of data that can be changed by one factor. The way the tick box works is fine but I need to expand it to be over the whole data set and not just 2 cells.
    I need to see what a whole set of data looks like if I can take a common variable out of the data or keep it in.
    At present I feel like I have to make a tick box for each line item but what I want to do is have the whole set linked to it so checked is one set of numbers and unchecked is another.
    Any suggestions?

    Hi there Dan,
    The conditional IF formula can receive any input for any of its parameters, both String and Number, as well as Cells and Formulas.
    If it's not working, there probably was some error in the setup.
    My data is:
    A1 500
    A2 600
    A3 500
    A4 450
    B1 400
    B2 450
    B3 600
    B4 650
    I have the check box over A1:B1, with the input cell C1. I then have the if formula =if(c1=0,A1,B1) in cell D1 copied down to D4
    I have the graph data to D1:D4. xcelsius only reads static though when I check the box nothing happens?
    What do you mean when you say that you have the Check Box over A1:B1?  If you mean the Source Data is bound to A1:B1, then that would explain the problem.  If Check Box Source Data is A1/B1, then Input Cell C1 is receiving 500/400, not 0/1, and thus your formula cells will never process correctly (meaning they are always evaluating to the "not 0" condition, because the Check Box never inserts 0 to C1) .
    If that is not the cause of the error, then try simplifying the setup to the basics: Have the Check Box insert to A1, then create a formula in B1 such as =IF(A1=0, 500, 400).  Then test against that one cell, B1, with something like a Single Value or Label component.

  • Tick boxes for text formula

    Hello
    could someone please help me
    i have a table with names events and tick boxes and this works perfectly.
    i would like if the tick box is ticked, the name is placed in a second table.
    however,it will not place the names, only numbers
    this formula does numbers fine, just not names instead it leaves a '0'... could someone please help?
    =SUMIF(Events :: D2,TRUE,Events :: C2)
    this one leaves a TRUE or FALSE depending if it is ticket or not
    =IF(Events :: D2,TRUE,Events :: C2)
    Many thanks

    Amber,
    You seem to have posted nearly identical questions in the Mac iWork discussion and the iPad iWork discussion. In both cases, you are proposing a function that is designed to return a numeric value, a count or a sum, and you are wondering why you don't get a text result.
    Take a look at the LOOKUP functions. They will return content such as names, as you are seeking.
    What you are looking for is in the "moderate difficulty" realm of Numbers programming. Not simple, but not terribly difficult either.
    My solution would be to add one column to the main table for each subtable. i would program each of these subtable-specific new columns to display a sequence number whenever the corresponding event checkbox is TRUE for that row. Then in the "Event 1" subtable, in the row where I want the first name for that event to be transferred from the main table, I would use LOOKUP to find the number "1" in the sequence column for Event 1 in the main table. In the next row, I would return the name with the number "2" in the Event 1 column of the main table, etc.
    If this approach sounds like what you are looking for, I'd be happy to work out some formulas for you.
    Jerry

  • Dialogue tick boxes un-hiding all fields, not just the ones where value has changed to true

    I am hoping someone can help me make what I want to happen, happen if certain check boxes are ticked withing the dialogue box
    right now I can see on the console print that the tick box turns the value from false to true but the OK button is also un-hiding all my fields rather than just the ones where the value has turned to true. What am I missing here
    //Create a Dialogue box for staff to state how many of the account owners are in branch in order for the names to show in the signing section
    var Signors =
        result:"cancel",
        DoDialog: function(){return app.execDialog(this);},
        bChk2:false,
        bChk3:false,
        bChk4:false,
        bChk5:false,
        initialize: function(dialog)
            var dlgInit =
                    "Chk2": this.bChk2,
                    "Chk3": this.bChk3,
                    "Chk4": this.bChk4,
            dialog.load(dlgInit);
        commit: function(dialog)
            var oRslt = dialog.store();
            this.bChk2 = oRslt["Chk2"];
            this.bChk3 = oRslt["Chk3"];
            this.bChk4 = oRslt["Chk4"];
        description:
            name: "Signors",
            elements:
                    type: "view",
                    elements:
                            type: "view",
                            char_height: 10,
                            elements:
                                    type: "static_text",
                                    item_id: "stat",
                                    name: "Who is here to sign:",
                                    char_width: 15,
                                    alignment: "align_fill",
                                    font: "dialog",
                                    type: "view",
                                    char_width: 8,
                                    char_height: 8,
                                    align_children: "align_top",
                                    elements:
                                            type: "view",
                                            char_width: 8,
                                            char_height: 8,
                                            elements:
                                                    type: "check_box",
                                                    item_id: "Chk2",
                                                    name: "Primary Applicant",
                                                    type: "check_box",
                                                    item_id: "Chk3",
                                                    name: "Associate 1",
                                                    type: "check_box",
                                                    item_id: "Chk4",
                                                    name: "Associate 2",
                            type: "ok_cancel",
    // did the value change when ticked - lets check
    Signors.bChk2 = false;
    Signors.bChk3 = false;
    Signors.bChk4 = false;
    if("ok" == Signors.DoDialog())
        if (Signors.bChk2 = true)
    getField("Signor1").hidden = false;
    getField("Staff1").hidden = false;
    getField("Date1").hidden = false;
    getField("Date2").hidden = false;
    if (Signors.bChk3 = true)
    getField("Signor2").hidden = false;
    getField("Staff2").hidden = false;
    getField("Date3").hidden = false;
    getField("Date4").hidden = false;
    if (Signors.bChk4 = true)
    getField("Signor3").hidden = false;
    getField("Staff3").hidden = false;
    getField("Date5").hidden = false;
    getField("Date6").hidden = false;
        console.println("Chk2:" + Signors.bChk2);
        console.println("Chk3:" + Signors.bChk3);
        console.println("Chk4:" + Signors.bChk4);
        console.println("Chk5:" + Signors.bChk5);
    //console.println shows if bChk.. is true or false
        console.println("Chk2:" + Signors.bChk2);
        console.println("Chk3:" + Signors.bChk3);
        console.println("Chk4:" + Signors.bChk4);
        console.println("Chk5:" + Signors.bChk5);
    //Yeah, confirmed values have changed, now show fields based on staff input
    //was primary applicant ticked
    doWhatIWant: function(results) {
    if (results [Signors.bChk2] = true)
    getField("Signor1").hidden = false;
    getField("Staff1").hidden = false;
    getField("Date1").hidden = false;
    getField("Date2").hidden = false;
    //was Associate 1 ticked
    if (results [Signors.bChk3] = true)
    getField("Signor2").hidden = false;
    getField("Staff2").hidden = false;
    getField("Date3").hidden = false;
    getField("Date4").hidden = false;
    //was Associate 2 ticked
    if (Signors.bChk4 = true)
    getField("Signor3").hidden = false;
    if (Signors.bChk4 = true)  
    ("Staff3").hidden = false;
    if (Signors.bChk4 = true)
    ("Date5").hidden = false;
    if (Signors.bChk4 = true)
    ("Date6").hidden = false;

    You're missing some curly brackets, using the incorrect equality operator, and using the long deprecated field.hidden property. Try this:
    if ("ok" == Signors.DoDialog()) {
        if (Signors.bChk2) {
            getField("Signor1").display = display.visible;
            getField("Staff1").display = display.visible;
            getField("Date1").display = display.visible;
            getField("Date2").display = display.visible;
        if (Signors.bChk3) {
            getField("Signor2").display = display.visible;
            getField("Staff2").display = display.visible;
            getField("Date3").display = display.visible;
            getField("Date4").display = display.visible;
        if (Signors.bChk4) {
            getField("Signor3").display = display.visible;
            getField("Staff3").display = display.visible;
            getField("Date5").display = display.visible;
            getField("Date6").display = display.visible;
        console.println("Chk2:" + Signors.bChk2);
        console.println("Chk3:" + Signors.bChk3);
        console.println("Chk4:" + Signors.bChk4);
        console.println("Chk5:" + Signors.bChk5);
    I don't know if that will deal with all of the problems, but it's a good start.

  • Is there any way to insert a pop up calender and tick boxes into pages on the ipad? And if not if I do it on a mac will the document work on pages on the ipad?

    Is there any way to insert a pop up calender and tick boxes into pages on the ipad? And if not if I do it on a mac will the document work on pages on the ipad? I'm trying to set up a document with quick check boxes to tick and a date to choose rather than type? I know it possible to do it on pages on a mac but i haven't been able to find anything on the ipad to create such a thing, and I don't know if it will work on the ipad if I create it on the mac

    RGA,
    Unfortunately, I do not believe that it is possible for a DAQ board to generate an AI Start Trigger from an analog trigger, but not be triggered itself until it receives a digital trigger.
    Spencer S.

  • +, - button and inherited tick box is in disabled mode for account assignme

    In the attribute tab of org structure (PPOMA_BBP), we are not getting +, - button and inherited tick box is in disabled mode for account assignment category (attribute is KNT).
    We want to enter two values for the account assignment category with inherited tick box (ticked).
    Please suggest me how to get the +, - and inherited tick box (ticked) for the account assignment.
    Regards.

    Hi Imam,
    Unde attributes
    You will find one Application Toolbar...
    Overview, Select Attribute, Check Entries,Insert line,Delete line..
    So under All values you will find AcctAssigCat, Exculded, Default, Inheried
    Select the row and click on Insert Line, now you should be able to insert the new acct Assignment category
    rg
    sam

  • When i have a ticked box for Java script i'm still not able to acess things on the i player. Why is this?

    I have tried to load Java Script so that i can watch things on the BBC i player. I have followed the instructions for loading Java Script as told on the BBC i player i.e i have a ticked box for Java Script but i still can't watch things on the i player. I seem to be doing something wrong, but not sure what it is!

    What error are you getting when you try ? If you are getting a network timeout then try temporarily turning off your firewall and antivirus software until the download has completed. Or you could downloading the update via a browser : https://discussions.apple.com/message/16436025#16436025

  • My contact list on my iPod has gone. In iTunes the info section for contacts doesn't show anything  like 'family' - just tick box for all contacts. Any ideas on how to correct this? iPod is 3 yrs old...

    My ipod no longer shows any contacts from my address book. iTunes when syncing in the info section - contacts - only shows the all contacts tick box, not categories such as 'family', 'friends' etc.
    Any thoughts on why this is please?
    Am suspecting icloud as a possible culprit.....
    Thanks

    Well start with these articles and see if that gets you anywhere...
    iPod is not recognized properly by computer when USB drivers are not installed properly or are out of date
    http://docs.info.apple.com/article.html?artnum=305136
    iTunes for Windows: iTunes 7 doesn't recognize iPod
    http://docs.info.apple.com/article.html?artnum=304434
    iPod missing in "My Computer" or in iTunes for Windows
    http://docs.info.apple.com/article.html?artnum=61711
    Also you might try forcing the iPod into disk mode first, then connecting it to your computer and see if that makes it show up in iTunes...
    Putting iPod into Disk Mode
    http://docs.info.apple.com/article.html?artnum=93651
    Cheers,
    Patrick

  • Drop box using Numbers

    how do i open &amp; save spreadsheets in drop box using numbers?

    By simply saving them into and opening them from your DropBox folder.
    When using Dropbox, it's recommended that you go to Numbers preferences menu and deselect the option "Save new documents as packages", as it will be more convenient then, to access those files directly from the DropBox website. Else they will be saved as a folder by DropBox, and not as a single file.
    That's for the Mac.
    For iWork on iOS, I found this:
    http://techinch.com/blog/integrate-dropbox-with-pages-keynote-and-numbers-on-ipa d

  • How to automatically populate text boxes from dropdown and tick box options and then sum the results

    Firstly I need to say that I have no knowledge of how to use Javascript.
    I am using the 30 day trial of Adobe Acrobat XP Pro to see if it can be used for a Membership Application Form for the 1st year of membership. This 1st year  has a pro-rata membership fee per month left in the year of application along with a pro-rata postage fee for non-UK members. All of the input will be via basic text boxes with the exception of the application date and overseas postage for which I have created 3 dropdown boxes, one for Day, one for Month and one forYear and for the 2 tick boxes which are there for the applicant to say if they want 2 other options which have a cost attached to them.  I want to populate 2 text boxes from the Month lookup. One of these is for the pro-rata membership fee and the other for the pro-rata overseas postage. The other 2 optional items will be text boxes populated from the tick boxes. Having populated these 4 text boxes I then want to have them automatically summed to give the total to be sent by the applicant.
    I have searched many forums and tried many of the suggested ways of doing it and none of the 4 text boxes are populated.
    Are you able to help me with this?
    Many thanks

    The script solution provided is a "custom calculation JavaScript" not a "simplified field notation".
    The comment at the top of the code:
    // Custom calculate script for text field
    should help clarify the placement location for the code.
    Simplified field notation has a number of specific restrictions. One is that the provided data must be numeric data only.

  • How can I add extra tick-box columns to the Evaluation report template?

    Is there a simple way to add additional tick-box columns to the evaluation report template? I want to have a column for every day of the week.

    Are you part of a class project? We've just had another query on this template.
    +Menu > View > Show Ruler/Invisibles+
    The "columns" are just boxes and text aligned with tabs.
    Select all of them and slide the tabs on the ruler across to tighten up the spacing.
    Add more tabs to the ruler by clicking on the ruler where you want them, then right clicking on the Tab markers to change them to the type you want.
    Copy and paste extra copies of the +tabs plus box+ in each line.
    Peter

  • Config Settings: Commerce : Wish List tick box

    I unticked the Wishlist in the above and expected to see the default red 'Save'  buttons disappear from the WT site but despite re-caching the save buttons are stil there.
    Is this tick box functional in the current release?
    Thanks

    I am not sure about the status on the tickbox functionality, but I normally removed these buttons by using an HTML comment around them in the PartPriceBlock.ascx control in the commerce folder.
    James

  • Adding a tick box on checkout form to let people opt out of email listing

    hey guys ive set up a shopping site and have added an extra tick box at the bottom of the check out page to let people opt out the emailing listings if they choose to.
    Problem is I dont think the result of the tick shows up on my orders invoice inside the admin or email invoice sent to me when an Order is placed, meaning I dont know if I have permission to send out emails to old customers in the future.
    this is the look
    code looks like this
    <div class="checkbox">
    <input type="checkbox" id="EmailOptOut" value="1" name="EmailOptOut" />
    <label for="EmailOptOut">Please tick box if you would NOT like to receive future promotional emails.</label></div>
    <div class="item"><input type="submit" class="cat_button" id="catwebformbutton" value="Submit" /> </div>
    <div class="item"><br />
    </div>
    <div class="item"><br />
    </div>
    </div>
    </div>
    </div>
    </div>
    </div>
    </form>
    Can I add the result to my default email or order results?
    thanks
    Dave

    Thank you for posting.
    You can add {tag_formsummary}to the workflow notification email under system emails. You will then get the complete webform summary in the notification email.
    Regards,
    Aishvarya Raj Rastogi

  • OBY6 - use of tick box "Business Area Fin Statements

    Hello All,
    there is a tick box in transaction code OBY6 "Business Area Fin Statements"
    I have to do testing for this tick box i.e. what if we select this tick box & what if we do not select this tick box.
    Could anyone pleae guide me what should be testing scenario for this. Thanks
    Deepak Garg

    please research this before posting next time.

Maybe you are looking for

  • P45 Platinum - Vista works just fine, but unable to get into BIOS

    This is my first build, so I'm still learning a lot. Be kind! I'm using the P45 Platinum with an Intel Core 2 Duo 3.0ghz Wolfdale cpu, 2 2gb sticks 1066mhz G-Skill ram, a Corsair 750w PSU, EVGA Nvidia 8800GTS video card, a 74gb WD Raptor HDD and a 25

  • My iMessage is saying nobody is registered with iMessage when they have an iPhone, how do i fix that?

    my mac is not letting me imessage anybody... it is saying that they are not registered with imessage but i have tried everyone that has an iphone in my contacts and the same thing pops up, could you help me fix that?

  • BO XI 3.1 Post Installation

    Hi, Is there any Post installation steps apart from making sure all the services are running like CMC, Servers in CMS, Infoview etc.. I have installed XI 3.1 on Windows 2008. CMS on SQL DB on a different host.. I am wondering if there is any JVM Para

  • Urgent:: How to transport customer exit from dev to test system?

    Hi, We have created a Customer exit in our development system in the $tmp package, and we want to transport it to our test system. Can you please tell us how to proceed on this. We are not able to change the package as our package is a development pa

  • Error in TX  SPAM

    Hi all , I was trying to update my SPAM form 26 to 37. it was hang in between and I had restart the transaction. now I am not able to use the TX SPAM again. Now when entry the tx SPAM is throwing an ABAP dump error " Syntax error in program "SAPLOCS_