Beginner question: Can I apply one formula to all cells in a column?

Hi,
I'm new to spreadsheets, so apologies for asking what is probably a very simple question.
I want to apply a formula that divides the values in one column (W) by values in another (AX) for a table containing 3000 rows, and outputs the result for each row into the appropriate cell in the new column I've created.
Numbers 09 'help' hasn't helped to this point.
Thanks in advance for any assistance.

GeoBrett wrote:
Numbers 09 'help' hasn't helped to this point.
Besides Numbers '09 Help there are two other useful resources available in the Help menu: the Numbers '09 User Guide and iWork Formulas and Functions Help.
For "Beginner questions," my first choice would be the User Guide. For the specific question you asked, a quick scan of the chapter on "Using Formulas and Functions" (pp 83-96) will provide some useful information. Start in the neighborhood of page 93.
Regards,
Barry

Similar Messages

  • Apply one formula to multiple cells without duplicating?

    I'm looking for a way to enter a formula and apply it to multiple cells.  I do NOT want to copy the forumla to all rows as I want the ability to easily change it.  I'd like one formula that can modify all my pricing.  I could easily have hundreds of values to compute and many tables....
    Does anyone have any ideas?
    Thanks!
    Joe
    Example:
    price item a
    price item b
    price item c
    price item d
    price option 1
    price option 2
    price option 3
    price option 4
    function:
    (((roundup (quantity / items-per-page,0) * price item [a,b,c or d]) * discount) + price option 1 + (quantity * price option 2) + price option 3) * markup
    quantity
    discount
    items-per-page
    item a
    item b
    item c
    item d
    25
    1.00
    4
    (function)
    (function)
    (function)
    (function)
    50
    0.90
    4
    (function)
    (function)
    (function)
    (function)
    100
    0.85
    4
    (function)
    (function)
    (function)
    (function)
    5000
    0.65
    4
    (function)
    (function)
    (function)
    (function)
    quantity
    discount
    items-per-page
    item a
    item b
    item c
    item d
    25
    1.00
    2
    (function)
    (function)
    (function)
    (function)
    50
    0.90
    2
    (function)
    (function)
    (function)
    (function)
    100
    0.85
    2
    (function)
    (function)
    (function)
    (function)
    5000
    0.65
    2
    (function)
    (function)
    (function)
    (function)
    etc..

    jdr,
    I think I understand part of the request:
    I suggest you make two tables for the Items and Option prices.
    Then make separate tables by option (I do not understand the options based on what you provided).  I also do not understand the markup
    In the table "Option 1"
    rows 1 and two in the table are header rows
    D3=IFERROR($B3×($A3÷$C3)×VLOOKUP(D$2, Item Price List::$A:$B, 2), "")
    this is shorthand for... select cell D3, then type (or copy and paste from here) the formula:
    =IFERROR($B3×($A3÷$C3)×VLOOKUP(D$2, Item Price List::$A:$B, 2), "")
    select cell D3, copy
    select cells, D3 thru D7, paste
    the formula I am providing addresses the bolded portion of the formula you provided:
    function:
    (((roundup (quantity / items-per-page,0) * price item [a,b,c or d]) * discount) + price option 1 + (quantity * price option 2) + price option 3) * markup
    I think looking at what I have provided will assists you in forming the solution on you own or help you provide additional details to assist in understanding your request

  • Can I apply one .css stylesheet to all of my linked word documents inside my RoboHelp8 HTML project?

    Hello all,
    I am on my fourthRoboHelp8 HTML project, after the other three crashed. I am a technical writer constructing my companies Policy and Procedures Guide. I am only 142 (word documents) and 9 (RoboHelp topics) into my project and there will be plenty more to come. I recently took Kevin Siegel's RoboHelp8 class where I determined that it would be best if I link all of my word documents inside of the Project Manager becuase I will be constantly updating these documents. I've searched around the Adobe Forums, talked to Kevin, and talked to my IT Department, but I cannot seem to find an answer for my problem.
    I have linked all of 142 word documents inside of the Project Manager, and all 142 word documents have their own .css stylesheet. I have assigned the default.css stylesheet (which I have assigned all of the proper formatting to headings 1-4 to match headings 1-4 inside of my Microsoft Word 2007 documents) under Project Settings under the Import tab. I also assigned this default.css stylesheet under WebHelp Pro. My understanding with applying the default.css stylesheet to these two places is that all of my word documents and topics should have this stylesheet applied to them.
    However, when I look at each individual linked word document the default stylesheet has not been assigned and the word document is still being dictated by its own stylesheet i.e. Credit.css. On my third project, before it crashed, I manually went through all 142 word documents in the Project Manager and assigned the default.css stylesheet to them. I did this by right clicking on the topic, under Appearance, I changed the stylesheet i.e. Credit.css to default.css and clicked apply. I was immediately prompted with the two options: "Preserve modifications to this file" or "Don't show me this message again." I tried both options. The first applied the default.css stylesheet and removed the Credit.css stylesheet, but when I made a change inside of my word document and updated it inside of the Project Manager none of my changes appeared. The second did not apply the default.css stylesheet and kept my Credit.css stylesheet applied to my word document. When I made a change inside of my word document and updated it inside of the Project Manager the change appeared.
    I talked about this to Kevin and he said that the individual stylesheet applied to each linked word document did not mean anything, essentially that by making the default.css stylesheet the dominant stylesheet under Project Settings under Import that the stylesheet would be applied to all of my linked word documents/topics. He also suggested that I make a change to the stylesheet like change the color of Heading 1 and link a new word document to see if it applied the changes. I tried doing this inside of my third project, but nothing changed.
    I would like to know if I can assign one stylesheet to all of my linked word documents before I get too far into the fourth project and have that project crash on me too. One of RoboHelp's appealing features is to apply one stylesheet to multiple topics, or in my case 142 word documents and 9 topics. I hope that I can apply one stylesheet to all of these linked word documents because having 142 individual stylesheets is unmanageable.
    Any help or suggestions would be greatly appreciated.
    Thank you,
    Roxxanne

    When a word document is imported into RoboHelp project, RoboHelp generates a separate stylesheet for each word document as each word document may have its own formatting styles. In a generic scenario, word documents may be brought from different sources and may have different styling. Hence, RoboHelp allows users to preserve different styling through sepearate stylesheets.
    However, for a different scenario like yours, RoboHelp allows users to override all the CSS and apply a single CSS to all the topics at the generation of output. As you have already mentioned that you have applied default.css in the WebHelp Pro SSL dialog, that should suffice and should meet your requirement of applying a single CSS to all the topics. You can verify the same at your end by linking few word files and generating the output with a single CSS applied in the SSL settings.
    Mayank

  • Macbook pro numbers applying a formula to all rows

    macbook pro, numbers: applying a formula to all rows...
    I am trying to apply the same formula to successive row in a spreadsheet that I am using...how do I go about this?

    Apologies for not replying immediately! I have now managed to organise my entire stock list for my business; I just had a major brain blockage as to how to copy and paste formulae in columns, added to which I've never had any formal training in IT.  I'm not too old to try and have a can do attitude and so far I managed ok. Now I've started my own business I'm putting what I've taught myself in to practice and I'm pleasantly surprising myself with the results.
    Thank you again for your help,
    Regards....charlie.

  • Have iPad, iPod Touch and iPhone 4s. Can I use one charger for all

    I have and iPad, iPhone 4S and iPod 4. Can I use one charger for all 3 and if so, which one. TZ all

    You can use the iPad charger for all.

  • How can i apply different color for each cell in jlist component?

    hi guys i need your help and sorry if my english is very bad..guys how can i apply different colors for each cell in jlist component? for example for the first cell i want to apply color blue, for the second cell i want red, etc... i need your answer guys tnx..
    Edited by: ryrene on Mar 21, 2010 12:13 AM

    ryrene wrote:
    hi guys i need your help and sorry if my english is very bad.
    ..guys how can i apply different colors for each cell in jlist component? for example for the first cell i want to apply color blue, for the second cell i want red, etc... i need your answer guys tnx..I'll see your tnx, and raise you dve bmbrs & nplm.

  • How can I make one list of all events I have in over 30 libraries I made

    How can I make one list of all events I have in over 30 libraries I made?

    The only way I know of is to take a screenshot of the Photo mode with the View ➙ Show Event Titles selected.  That will give you a list of sorts.  Might take more than one screenshot per library.
                   Click to view full sized
    OT

  • Can we apply one off or any patch in the OWB Home

    Hi,
    I have OWB and Oracle DB installed in same server.
    OWB Version - 10.2.0.3.0
    DB Version    -  10.2.0.5.0
    I need to know that, can we apply CPU/PSU/Oneoff patches to the OWB Home. Is there any patches like that specifically for OWB.
    As I am new bee on OWB please provide your inputs on this.
    Thanks
    V

    I get the same issue. I thought that it's a problem in a security - the catalog pane is clear in a union report. But saved filters work in 11g. I migrated catalog from 10g to 11g and I see saved filters in the conditions. But you may add saved filters directly into xml. Go on Tab Advanced and edit Analysis XML. You have to add code like this
    <sawx:expr xsi:type="sawx:savedFilter" path="/shared/FOLDER/_filters/FOLDER/FILTER_NAME" name="FILTER_NAME"/> in a right place.

  • Why is iPhoto applying one keyword to all photos?

    I have been meticulously adding keywords to a very large group of photos to help organize them. A few times now, a keyword I applied to a selection of photos - maybe 100 out of thousands - ends up applied to my entire photo collection. Anyone know what I did, if anything, to make this happen? It's a real drag, considering the only way to fix the issue is to remove the offending keyword from all of my photos in one fell swoop and then go back and re-do the ones that I DID want tagged. So frustrating!
    The last time it happened, I had checked after applying one keyword to a few hundred photos, and they grouped together perfectly when I ran a search. Twenty minutes later after working on some other keywords, suddenly all of my photos had the keyword that had just previously worked fine.
    Love to hear your suggestions and ideas.
    Thanks,
    D

    Ziggar
    Welcome to the Apple Discussions.
    That does seem extraordinary. I can see how that might take an hour or so, but nothing like that long.
    Here’s a test. Grab a folder full of those images and drag it to the desktop. See how long that takes.
    Then try import the same folder and compare the time. (It will take a little longer with indexing etc)
    This will tell us if the issue is in iPhoto on more general.
    Regards
    TD

  • I have two identical Mail accounts. How can I delete one without losing all the mail in both accounts?

    I have two identical Mail accounts.  Don't know how that happened -- the second one just showed up one day. If I try to delete one account, I get a warning that all mail in the accounts will be permanently lost.  How can I delete one of the duplicate accounts without losing messages in both accounts?

    Download the yahoo email app, if you already deleted and reinstalled the email account and still have issue.
    This is a known issue with Yahoo email account.

  • HT3345 how can i view the formula in a cell

    Hi I am new to Apple products etc & I have imported an Excel doc to Numbers & I dont seem to be able to view the formula in a cell.
    Can anyone help?

    View (menu) > Show Formulas List
    OR
    Press option-command-F
    will show a list of all formulas and their locations.
    Clicking any item in the list will select that cell, bring it into view, and show the formula in the entry bar above the working area of the window.
    Regards,
    Barry

  • Can I get the formula in a cell of the embedded spreadsheet?

    Hello,
    With the Xcelsius SDK, is it possible to retrieve the actual formula in a cell of the embedded spreadsheet at design time?
    We've tried several IPropertySheetProxy functions, with no luck:
    proxy.getBindingAddresses(id) gives [Sheet1!R1C1]
    proxy.getBindingDisplayName(id) gives 'Sheet1!$A$1'
    proxy.getBindingValues(id) gives the result of the evaluated formula
    proxy.hasFormula(id) returns true
    Is there a way  to retrieve the formula itself, as a String, e.g. "=B1-A1" ??
    Thanks,
    Sam

    View (menu) > Show Formulas List
    OR
    Press option-command-F
    will show a list of all formulas and their locations.
    Clicking any item in the list will select that cell, bring it into view, and show the formula in the entry bar above the working area of the window.
    Regards,
    Barry

  • Report Painter: Separate formula in each cell of a column

    Hi,
    I'm creating a report painter report using GRR1. My 1st column is particulars (which includes revenue & costs) and 2nd column is % to sales. I need a separate formula in each cell of column2 to divide the contents of the respective cell in column1 by sales (the figure in 1 cell) & then multiply it by 100. Is this possible? If yes, then how?
    Regards,
    Sangeeta

    Any suggestions guys????
    Regards,
    Sangeeta

  • Partition Question:  Can I Make One HD Intel & PPC Bootable?

    Hello,
    I bought an OWC FireWire external drive to use as a bootable repair drive. My plan was to partition it in half and then make the first partition bootable on an Intel and then make the second partition bootable on PPC Macs.
    So, when I try to do this (via Disk Utility), I discover that I can't choose a partition scheme for each individual partition. Instead I have to choose one scheme for both partitions. GUID apparently boots Intel Macs and Apple Partition Map boots PPC Macs. Is there a way to do what I want to do, and if so, then how? Many thanks!

    Some confusion here. "I kept all of the drives as one partition" doesn't make any sense. You have partitions on a drive - not the other way round.
    •  Each partition of a drive is a separate volume with its own icon on the desktop.
    •  Every drive has partitions, even if only one! Another way of saying that is to say that no partitions means one partition.
    In Disk Utility if you select the drive, and not an indented volume beneath it, you will see the 'Partition' tab appear and in that tab you will see the "Options…" button which gives you the choice of partition scheme. That applies whether the drive has one partition (aka "no partitions"!) or multiple partitions.
    =-=-=-=-
    Your drives do not need to be re-zeroed. What you should do with all drives is occasionally (interpret that according to degree of carefulness /anxiety /paranoia)) run a 'surface scan' to check that no additional bad blocks have appeared, which is a warning to immediately get rid of that drive.

  • Beginner question - Can't read nor write a file using NetBean...

    Hi ,
    I'm a beginner java programmer, I got trouble when it comes to read or write a file program..
    I tried 3 programs and all of them can't read the file I want to read, eventhought I have put the txt file in the same folder with my source code.
    here is the source code I got from some site
    import java.io.*;
    class FileReadTest {
    public static void main (String[] args) {
         FileReadTest f = new FileReadTest();
    f.readMyFile();
    void readMyFile() {
    DataInputStream dis = null;
    String record = null;
    int recCount = 0;
    try {
    File f = new File("mydata.txt");
    FileInputStream fis = new FileInputStream(f);
    BufferedInputStream bis = new BufferedInputStream(fis);
    dis = new DataInputStream(bis);
    while ( (record=dis.readLine()) != null ) {
    recCount++;
    System.out.println(recCount + ": " + record);
    } catch (IOException e) {
    // catch io errors from FileInputStream or readLine()
    System.out.println("Uh oh, got an IOException error! " + e.getMessage());
    } finally {
    // if the file opened okay, make sure we close it
    if (dis != null) {
         try {
    dis.close();
         } catch (IOException ioe) {
    I also have tried another from book , both of them give the same result, can't read the file...
    Please help me with this...
    Thank you very much

    To start with use the full path to the file
    i.e. File f = new File("c:\\the\\full\\path\\to\\your\\file\\mydata.txt"); // Assumes a Windows platform using the C drive
    Then check to make sure you fiel exists e.g. System.out.println("File exists = " + f.exists());
    You can even test to see if the file is readable but since you created the file this porbably is not required.

Maybe you are looking for