It just doesn't add up... Please help the beginner

Hi all of you who are experts in Appleworks. I am a graphic artist and Mac user since '89. I do a lot with iMovie and iPhoto and Indesign but you think I can figure out the simplest thing in Appleworks!? I've read over the AppleHelp and try what it says and can't make it work. All I want is in a simple data base I made for my business, I have about 6 columns that I set up to be numeric and dollars with 2 decimals so I can enter monthly amounts. I want the column to ADD automatically and I know this is probably Appleworks "101" Why can't I make it work. I have a horizontal row with "Total" and along that row, under each column, I want the total of what I put in each cell above it to ADD! I know you enter a formula. I go to the box and type the = sign, then SUM, then you put in parenthesis A1,A,2 etc. right? I always gives me the alert that I entered the wrong formula.. or sometimes it says it can't complete something circular..or something like that. I think I set the field to "summary" too not "calculate" Why won't it work? I know it should! I did it in an old Microsoft works program. I ONLY use this type of software to keep a chart of my business expenses and my monthly earnings and then make a data base of my friends/family addresses, so I really don't need to know lots of complicated formulas... just ADD a column! Any tips from any of you? I read the instructions and do it step by step and it won't work! Please help! Give me the steps. THANKS so much for your time!!!
iMac GHZ PowerPC G$   Mac OS X (10.3.6)  

Hi Rollie,
Like the others who have posted here, I think the task you've set is more easily accomplished in the Spreadsheet.
You'll probably want a label for each column (and possiblly for each row) in the first cell, so your data will begin in B2.
For an example, I'm going to assume a data block of six rows (2..7) by six columns (B..G), with totals in row 8, and a grand total in H8.
In cell B8, enter: =SUM(B2..B7)
Select cells B8..G8, then go to the Calculate menu and choose Fill Right. This copies the formula into each of the selected cells, changing the cell references in the formula to match the correct column.
If you also want a Grand Total, in cell H8, enter: =SUM(B8..G8)
As for the database of Friends and Family addresses, there are two easy solutions:
1. Use the "Address List" Assistant found in the Assistants tab of Starting Points to create a Personal Address List database.
2. Use the Address Book application that is included with the OS X software you are running. You should find the Address Book icon (a brown 'book' with the @ symbol on the cover) on your Dock. Unless you are going to print mailing labels, you'll probably find Address Book sufficient to your needs.
Regards,
Barry

Similar Messages

  • Array to grid works but need some help. Please help the beginner...

    Hi,
    I'm very green at this...
    I've been trying to display a two-dimmensional array on a dataGrid and finally found some code that I was able to modify to my needs.
    However couple things I don't understand.
    1. Do I need the <s:itemRenderer>...</s:itemRenderer> section to display the data? Can this be simplified?
       I don't need to change the default look of the columns etc. However it looks like the grid will not populate without that prepare() function.
       Why isn't this sufficient to populate the grid? -> dataGrid.dataProvider = new ArrayCollection(dataArray);
    2. The number of columns is hardcoded (3) and their headings are as well (N1, N2, N3).
       Can I show/hide columns at runtime based on number of columns in my array?
       Can I rename the column's headings at runtime?
    Thanks,
    Tom
    here's the code:
    <?xml version="1.0" encoding="utf-8"?>
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
      xmlns:mx="library://ns.adobe.com/flex/mx"
      xmlns:s="library://ns.adobe.com/flex/spark" title="HomeView">
        <fx:Script>
            <![CDATA[
                import mx.collections.ArrayCollection;
                import spark.components.gridClasses.CellPosition;
                import spark.components.gridClasses.CellRegion;
                // Create a dataProvider whose items are arrays of 6 random numbers. 
                // The DataGrid's item renderer will display item[columnIndex].
                private function initializeDataProvider():void
                    const nRows:int = 10;
                    const nCols:int = 3;
                    const dataArray:Array = new Array(nRows);
                    for (var row:int = 0; row < dataArray.length; row++)
                        var values:Array = new Array(nCols);
                        for (var col:int = 0; col < values.length; col++)
                            values[col] = Math.round(Math.random() * 10);
                        dataArray[row] = values;
                    dataGrid.dataProvider = new ArrayCollection(dataArray);
            ]]>
        </fx:Script>
        <s:DataGrid id="dataGrid" selectionMode="singleRow" initialize="initializeDataProvider()">
            <s:itemRenderer>
                <fx:Component>
                    <s:DefaultGridItemRenderer>
                        <fx:Script>
                            <![CDATA[
                                   override public function prepare(hasBeenRecycled:Boolean):void
                                   label = data[columnIndex];
                            ]]>
                        </fx:Script>
                    </s:DefaultGridItemRenderer>
                </fx:Component>
            </s:itemRenderer>
            <s:columns>
                <s:ArrayList>
                    <s:GridColumn headerText="N1" width="50"/>
                    <s:GridColumn headerText="N2" width="50"/>   
                    <s:GridColumn headerText="N3" width="50"/>   
                </s:ArrayList>
            </s:columns>
        </s:DataGrid>
        <s:Button id="cmd" x="128" y="502" width="122" label="Button" click="initializeDataProvider()"/>
    </s:View>

    Hi fouriron,
    Does this help?
    Formula in E2 (and Fill Down)
    =IF(D2<10,10, D2)
    If a value in column D is less than 10, then insert 10, else insert the value from column D
    The "correct" value (SUM) is in  column D
    The "required" Answer is in column E
    Regards,
    Ian.

  • Please, help the beginner with navigation

    Hello to everyone!
    I have found similar questions from other users, but they were not answered. May be, the question is very stupid? However, there's nobody else who I can ask.
    So, user Wojo had almost the same trouble:
    "I have a hyperlink that has an action attached, say hyperlink_action. I have set target="_blank" for this hyperlink because I want the page to be pulled up in a different window. When I click on the hyperlink, the event handler (hyperlink_action) is called and the navigation.xml tells the right page to display in a new window! Everything is good so far. However, when I go back to the parent window and click on any other button or link (ANY ONE), then the hyperlink_action handler is called first followed by the event handler for the button or link I clicked on. This only happens the first time I click on the parent page again. ..."
    Please, explain why "hyperlink_action()" is executed twice?
    Thanks.

    So, the problem's been solved. It's required to modify the current theme.
    (in "formElements.js" file)
    We remove the form attribute "target" from initial form, if it isn't null, and hidden fields, created before.
    function hyperlink_submit(hyperlink, formId, params) {
    //params are name value pairs but all one big string array
    //so params[0] and params[1] form the name and value of the first param
    var theForm = document.getElementById(formId);
    if (params != null) {
    for (var i=0; i<params.length; i++) {
    common_insertHiddenField(params, params[i+1], theForm);
    i++;
    common_insertHiddenField(hyperlink.id + "_submittedField", hyperlink.id, theForm);
    var formTargetOrig = theForm.target;
    if (hyperlink.target != null) {
    theForm.target = hyperlink.target;
    theForm.submit();
    theForm.target = formTargetOrig;
    if (hyperlink.target != null && hyperlink.target == "_blank") {
    if (params != null) {
    for(var i=0; i<params.length; i+=2) {
    var childElem = document.getElementById(params[i]);
    theForm.removeChild(childElem);
    var childElem = document.getElementById(hyperlink.id + "_submittedField");
    theForm.removeChild(childElem);
    return false;

  • I don't know my rescue email and security password.i just added an alternative email address but it doesn't send there....also I just added 25$ on iTunes.please help!

    I don't know my rescue email and security password.i just added an alternative email address but it doesn't send there....also I just added 25$ on iTunes.please help!

    The reset link will only send reset info to your rescue email address, an alternate email address is not used for account security. If you don't know what your rescue email address is (you won't be able to view/change it until you can answer your questions) then you will need to contact iTunes Support / Apple in your country to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset you can then use the steps half-way down this page to view and/or change your rescue email address for potential future use : http://support.apple.com/kb/HT5312

  • [Acrobat X Standard] The tool box doesn't work. Please help!

    [Acrobat X Standard] The tool box doesn't work. Please help!
    I have a Acrobat X Standard.
    When I open the documents, I can't click the tool box. but when I don't open the documents, I can use the tool box.
    To solve the problem,
    1. reinstall the menu.
    2. reboot the computer.
    But, It still didn't work.
    Plz help!!

    Was it AA X Std that you had these options in (sorry, I only have Pro)? If it was the trial (that is Pro), it may be that Std does not have to feature. Under XI at the Adobe site, there is a comparison of features between Std and Pro that might give you a hint.
    There is also an option to turn on or hide many tools. For me there is a small icon just above the tools...comment titles. If you select that it give a list of tools you can display. Often, several are not displayed by default. How you lost them is another things, but it is getting them that is the basic question.

  • Try as I may, Safari just doesn't add up to the speed and perfromance of Firefox on my 2010 Summer iMac.  Is it just me or do others see the "lag" on Safari?

    Try as I may, Safari just doesn't add up to the speed and perfromance of Firefox on my 2010 Summer iMac.  Is it just me or do others see the "lag" on Safari?  I'd love to use Safari as my main browser--simply because over the last four years I have migrated from everything PC to everything Mac--however, Safari to me just doesn't cut it compared to Firefox on my iMax ( IE is worse).  Anybody else feel the same?

    Extensions:
    Safari Preferences pull-down menu (upper left) > Preferences > Extensions
    That will show you what you have.
    Plug-ins:
    Help > Installed Plugins

  • Im having major problems syncing my iphone 4 to itunes, this problem started after upgrading to ios 5. I have upgraded my itunes, turned sync by wifi on and off but still nothing. Everytime I try to sync my iphone it just says sync cancelled. Please help!

    Im having major problems syncing my iphone 4 to itunes, this problem started after upgrading to ios 5. I have upgraded my itunes, turned sync by wifi on and off but still nothing. Everytime I try to sync my iphone it just says sync cancelled. Please help.....

    I'm having the same problem ! Each time the sync starts it suddenly stops and says finished syncing

  • HT5824 My iPad has been stolen. I need the serial number to report it to the authorities. I dont have the box it came in or the receipt and its not on my itunes on the computer because I didnt use it or music, just pictures. Can someone please help???

    My iPad has been stolen. Someone broke into my house on Tuesday. I have already tried locking it through icloud.  I have reported this to the authorities but they cannot do much unless I give them the serial number to the iPad. With the serial number they can put it into a database and send that inormation to pawn shops, so i the theie tries to pawn it, the pawn shop employeee can convscate the iPad and hand it over to the authorites. I need the serial number to report it to the authorities. I dont have the box it came in or the receipt and its not on my itunes on the computer because I didnt use it or music, just pictures. Can someone please help??? btw, some words are misspelled becasue the letter that comes ater the letter E, doesnt work on my keybord.
    Thanks

    Serial Number
    http://support.apple.com/kb/HT4061
    Sign in to My Support Profile
    https://supportprofile.apple.com/

  • I restored my ipod and now the Nike app is crashing on me.  I've tried turning it off and back on but it doesn't work. Please help.

    I restored my ipod and now the Nike app is crashing on me.  I've tried turning it off and on again, but it still doesn't work.  Please help.

    Hi,
    Have you tried a Reset...
    Press and Hold the Sleep/Wake Button and the Home Button at the Same Time...
    The Apple logo will Appear and then Disappear...
    Usually takes about 15 - 20 Seconds...
    Release the Buttons...

  • My iphone 6 battery duration is just 4 hour or less, please help me

    my iphone 6 battery duration is too low, just 4 hour or less, please help me with this?

    setting - general - battery usage - see what app is draining your battery.

  • I am trying to sync my songs in iTunes to my iphone4S, its running on IOS 7.3( the recent update) it just does not sync. I can see the songs in my library but they just don't transfer. Please help!

    I am trying to sync my songs in iTunes to my iphone4S, its running on IOS 7.3( the recent update) it just does not sync. I can see the songs in my library but they just don't transfer. Please help!
    I have Macbook Pro running latest Mavericks with latest version of itunes as well.
    I have tried coiple of options which were posted here in discussion forum but none of them worked out for me.
    Any help would be appreciated.

    connect device and open itunes navugate to music and click the box that says all music library and click sync or apply bottom right corner

  • HT201210 cont contact apple server error please help with ipad touch 4. im just fed up with apple please help me because why is it only apple with these kind of problems?

    cont contact apple server error please help with ipad touch 4. im just fed up with apple please help me because why is it only apple with these kind of problems?

    If you mean updae server
    Update Server
    Try:
    - Powering off and then back on your router.
    - iTunes for Windows: iTunes cannot contact the iPhone, iPad, or iPod software update server
    - Change the DNS to either Google's or Open DNS servers
    Public DNS — Google Developers
    OpenDNS IP Addresses
    - For one user uninstalling/reinstalling iTunes resolved the problem
    - Try on another computer/network
    - Wait if it is an Apple problem
    Otherwise what server are you talking about

  • Am unable to transfer/sync my "Notes" data from iPhone 6 to my MacAir and MacMini PC. Just doesn't work. Please advise.

    Am unable to transfer/sync my "Notes" data from iPhone 6 to my MacAir and MacMini PC. Just doesn't work. Please advise.
    regards / krishnakumar
    Cochin/India

    There may be other ways, but the best way I've found is:
    Set up an iCloud email account so that you can use the Notes part of this service.  Note that I said "iCloud email" not "iCloud" ... you need to enable the email service of iCloud in order to get the iCloud Notes feature.  Otherwise, the "Notes" app on your device will only store notes on your device, or maybe sync them with some other email account (e.g. Gmail, Yahoo ... but does so poorly IMO).
    On your Macs, set up the same iCloud account as on your iPhone.  Now that you've set up the email part of iCloud, you can enable the Notes feature of iCloud on your Macs.
    Be sure to set iCloud as the default account to store your notes, in case you have other email services with a Notes feature.
    New notes that you create on any device will sync to each other.
    Notes that you created before doing all this cannot sync to your Macs, since the notes were not in iCloud.  Just turning on iCloud Notes does not cause them to enter iCloud and sync -- you'd have to copy and paste them into a new note, after ensuring that iCloud is the default account for any new notes.

  • HT1277 I cannot open the new email icon for 10.6.8 and the latest secrtoy update. My old "Stamp" icon email won't let me in either indicating that the new OS version doesn't work. Please help

    I cannot open the new email icon for 10.6.8 including the latest security update. My old "Stamp" icon email won't let me in either indicating that the new OS version doesn't work. Please help. I have spend over 4 hours installing and reinstalling updates, etc. and I don't know where to go from here.....

    Mac OS X v10.6: Mail.app won’t open, or "You can't use this version of Mail…" alert after installing Security Update 2012-004:
    http://support.apple.com/kb/TS4424?viewlocale=en_US&locale=en_US
    Fellow user Grant Bennet-Alder offers this solution:
    Some users have reported this problem if the Mail Application has been moved out of the top-level /Applications folder, or duplicated in another location.
    When the Security Update is done, the old version of Mail is disabled.
    The solution has been to:
    1) make certain Mail is in the /Applications folder
    2) There is no other copy anywhere else.
    3) Once steps 1 and 2 have been done, Manually download and re-apply the Security Update (2012-004) by hand.
    Security Update 2012-004 (Snow Leopard)
    If the Mail.app has been LOST, it can be re-installed by applying the 10.6.8 version 1.1 combo update. But this update is quite large and it is usually not necessary:
    Mac OS X 10.6.8 Update Combo v1.1

  • HT201304 I updated my ipad mini to ios7 and after that the restrictions have been turned on automatically. It was off before the update and I din do after either. I tried 1234 but it doesn't work. Please help me.

    I updated my ipad mini to ios7 and after that the restrictions have been turned on automatically. It was off before the update and I din do after either. I tried 1234 but it doesn't work. Please help me.

    1. It is never a good idea to include personal info like your email address or Apple ID in a post on an open forum.
    2. The email you received DOES NOT say your Apple ID cannot be used to unlock this iPad. The email informs you that your Apple ID was used to unlock an iPad. Fortunately the iPad is yours. The message confirms that. If your Apple ID was used to unlock an iPad that was not yours your would then know to change your password. Since the iPad is yours you do not need to change your password.
    Is your iPad working?

Maybe you are looking for

  • Headphone sound only when changing level or balance

    Hi, I have a weird problem with my Logitech B530 USB headset. I have configured it as the main input and output device in system settings, but I only hear sounds when changing sound level or balance. So if I e.g. start some music in iTunes I hear not

  • How to transfer songs from pc to Ipod?

    We finally got the pc to recognize the ipod after restarting the service and it will let us sync but it's puttting the songs she has on her ipod to my computer.  We just want to add one simple song ..why is this so difficult?  It took me an hour to g

  • Activation Required

    Later this afternoon my phone suddenly turned off and when I turned it back on it said that activation was required. It asked for my apple ID and password and after attempting to sign in it says that there is problems with the activation and that I s

  • New operator in static context - how to make it work

    pdftest.java:57: non-static variable this cannot be referenced from a static context PageNumberer pn = new PageNumberer(); Is it basically that I can't use the new operator in my main function because main functions have to be static in java? What's

  • Delegated task not listing in the BPEL Portlet when logged in as that user

    Hi All, A task delegated to say a user JCOOPER (which is picked from OID) is not listing in the BPEL Portlet when logged in as user jcooper... Is there any workaround to solve this issue?The issue persists in PROD environment..Somebdy pls suggest.. T