Copy and Paste Formula from One Cell to Multiple (How?)

I am aware of the "autofill" function by dragging the bottom-right corner of a cell containing a formula.
However, I cannot possibly do this if I want to copy the formula and paste it into 10,000 cells.
If I specify a range of cells to paste the copied formula - only the first cell gets it. I have seen this problem in previous iWork for a long time but am surprised Apple has not improved it (or made it obvious enough for me to get it at first sight).
Thanks!

Hello
It's really boring to read several times the same comments: +When I use Autofill on formulae to copy them into empty rows I end up with little red triangles saying it isn't a valid formula. In Excel and Lotus 123 I can just use Ctrl-C and Ctrl-V to copy and paste into as many cells as I want, why not Numbers?+
Here we are not Apple employees so you are loosing your time and also the time of all of us reading your posts.
Of course we may let them unread. But as old helpers, we always assume that when someone post something, it's to ask a question to which one of us may give a answer.
Your flames are perfectly useless.
If you wish that Apple take care of your opinion, go to "Provide Numbers Feedback" in the "Numbers" menu and describe your wishes.
Happily, one poster make me laugh when he wrote that "this anomaly is a long time one in iWork".
I really don't understand how an application which is in version 1.0 or 1.0.1 may contain a "long time" anomaly !!!!
And the only responce I may give to all of you is: *if you can't live with this feature, stay with E…l.*
*We will not miss you !!*
Yvan KOENIG (from FRANCE samedi 20 octobre 2007 19:47:45)

Similar Messages

  • I am having problems copying and pasting clips from one project timeline to another. When I do this they often alter in length. Sometimes by two frames. Other times they lose a chunk off the end of the last clip in the sequence. Has anyone else found

    I am having problems copying and pasting clips from one project timeline to another. When I do this they often alter in length. Sometimes by two frames. Other times they lose a chunk off the end of the last clip in the sequence. Has anyone else found this?

    You need to give a lot more information about the media specifications and the project properties you're using in the different projects.

  • How to copy and paste text from one photo book page to another.

    hello,i downloaded this software 2days ago,and i've been having so much fun with it. pls i need help on how to copy and paste text from one photo book page to another. Secondly how to copy my completed photo book pages project to another laptop for printing. thanks
    This question was solved.
    View Solution.

    Hi DG.
    The easiest way to copy an HP Photo Creations project to another computer is to click the Share button. That will upload the project to the Web and give you a link you can paste into an email. Clicking the link on the other computer allows you to download the project and personalize it. This quick video shows the process. (The screen looks slightly different now, but the concept is the same.)
    Another way to share a project is copy the project folder to a thumb drive. Look in Documents/HP Photo Creations/My Things to find your saved projects.
    Our customer support team would be happy to walk you through the process. Contact them at [email protected]
    Hope this helps,
    RocketLife 
    RocketLife, developer of HP Photo Creations
    » Visit the HP Photo Creations Facebook page — news, tips, and inspiration
    » See the HP Photo Creations video tours — cool tips in under 2 minutes
    » Contact Customer Support — get answers from the experts

  • Can I Copy and Paste text from one Contact to Another on iPhone 3G?

    Can I Copy and Paste text from one Contact to Another on iPhone 3G?
    Or even better while the iPhone is connected to my PC can I view the address book on the iPhone and make changes using my PC keyboard?
    I had a challenge importing from my outlook as it created dual entries for people I had with multiple email addresses or telephone numbers so I need to copy and paste contact info from one to antoher.
    Can anyone help?

    MCWEB wrote:
    Can I Copy and Paste text from one Contact to Another on iPhone 3G?
    You will be able to do copy & paste when 3.0 comes out this summer.
    Or even better while the iPhone is connected to my PC can I view the address book on the iPhone and make changes using my PC keyboard?
    No. You would make changes to the address book on your PC and then sync via iTunes.

  • How do I copy and paste pics from one event to another in iPhoto?

    I'm trying to copy and paste in iPhoto, but every time I get to the paste part nothing happens.  The word "paste" even appears on the screen, but it's grayed out. Any suggestions?

    Hi Mel,
    From the picture in your post, it seems that you are using SharePoint 2010 workflow platform.
    If that is the case, I recommend to use Copy List Item action to copy the current item to other lists instead.
    If you still want to use Create List Item action, could you please provide more details about the two steps in your workflow:
    I am not sure why you need to set the workflow variable to get the ID in the Checklist2.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Can I copy and past iPhoto from one computer to another?

    I just bought a used Mac Mini to give to my in-laws. I used the original boot disks to reinstall the software. I then upgraded to Leopard. When all was said and done, everything was wonderful except that iPhoto was nowhere to be found. Going back to the original install disks in Tiger I tried to install via the 'bundled software' but got a 'failed install' because disk 2 apparently is faulty.
    Can I copy my iPhoto application from my iMac Intel Core 2 to the MacMini? I have tried several other strategies involving install disks, etc. It's iPhoto 6.06. I'm stymied.

    Thanks, Terence. I thought probably that was the case. I guess my only choice is to go back to the beginning with the Tiger install and see if it comes out right.

  • Copy and paste clips from one project to another

    i have made highlight film of my kids playing sports over the months. i would like to make one that had bits and pieces of all the previous. how do i see all the frames like you can in the events section?

    Hi
    NO ! - and when iMovie moved from the 1 to HD6 series (in last versions this worked greatly) - to iMovie'08 or 09 or 11
    This basic and very vital function was lost (among lot's of Important functions)
    There is a cumbersome way around (most probably more than one way to do it - this is mine)
    • Duplicate the project with needed clips (ctrl-click on its title in Project Library list)
    • In Copy - Delete what You don't need
    • Share it as a full Quality QuickTime .mov
    • Import this into Your New Project
    Cons: Effects and texts and so on can not be further edited as the clip-movie is flatted to one piece - If You need to do this I suggest You to re-build from scratch.
    Yours Bengt W

  • Copy and past files from one place to another

    HI i am trying to back up few files from java program plz some one help me out. i am new to programming field.
    can i have a sample code so i can do my work easyli
    thanx yokivo.

    run this code and see:
    import javax.swing.*;
    import java.awt.event.*;
    import java.awt.*;
    import java.io.*;
    public class CopyPasteFiles extends JFileChooser {
    boolean directoryOnly = false;
    public CopyPasteFiles(String who) {
    if (who == "directoryOnly")
    directoryOnly = true;
    else
    directoryOnly = false;
    try {
    jbInit();
    catch(Exception e) {
    e.printStackTrace();
    private void jbInit() throws Exception {
    this.setBounds(new Rectangle(8, 8, 583, 482));
    this.setDialogTitle("Select a file");
    if (directoryOnly == false) {
    this.setFileSelectionMode(JFileChooser.FILES_ONLY);
    this.setApproveButtonText("Backup it!");
    else {
    this.setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY);
    this.setApproveButtonText("Select it!");
    public boolean implementBackup(File origin, File destination) {
    boolean backup = false;
    if (origin != null && destination != null) {
    String path = origin.getPath();
    try {
    FileInputStream origin1 = new FileInputStream(origin);
    File back1 = new File(destination.getPath() + File.separator + path.substring(path.lastIndexOf(File.separator)+1));
    back1.createNewFile();
    FileOutputStream back2 = new FileOutputStream(back1);
    byte[] bytes = new byte[origin1.available()];
    origin1.read(bytes);
    back2.write(bytes);
    origin1.close();
    back2.close();
    back1 = null;
    catch (Exception err) {
    System.out.println("File Error: " + err.getMessage());
    backup = true;
    return backup;
    public static void main(String[] args) {
    try {
    UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
    catch(Exception err) {
    System.out.println("General Error: " + err.getMessage());
    err.printStackTrace();
    CopyPasteFiles copyPasteFiles1 = new CopyPasteFiles("fileOnly");
    int returnValue1 = copyPasteFiles1.showOpenDialog(copyPasteFiles1);
    File directorySelected = null;
    File fileSelected = null;
    if (returnValue1 == JFileChooser.APPROVE_OPTION) {
    fileSelected = copyPasteFiles1.getSelectedFile();
    boolean isDirectory = false;
    while (isDirectory == false) {
    CopyPasteFiles copyPasteFiles2 = new CopyPasteFiles("directoryOnly");
    int returnValue2 = copyPasteFiles2.showOpenDialog(copyPasteFiles2);
    if (returnValue2 == JFileChooser.APPROVE_OPTION) {
    directorySelected = copyPasteFiles2.getSelectedFile();
    if (directorySelected.isDirectory())
    isDirectory = true;
    else
    isDirectory = true;
    boolean isBackup = copyPasteFiles1.implementBackup(fileSelected, directorySelected);
    int messagebox = 0;
    if (isBackup == true)
    messagebox = JOptionPane.showConfirmDialog(null, "Backup: YES.", "Caution!", JOptionPane.OK_CANCEL_OPTION, JOptionPane.WARNING_MESSAGE);
    else
    messagebox = JOptionPane.showConfirmDialog(null, "Backup: NO.", "Caution!", JOptionPane.OK_CANCEL_OPTION, JOptionPane.WARNING_MESSAGE);
    System.exit(0);

  • Why cant I copy and paste text from my book thats in the library?

    Why cant I copy and paste text from my book thats in the library?

    MCWEB wrote:
    Can I Copy and Paste text from one Contact to Another on iPhone 3G?
    You will be able to do copy & paste when 3.0 comes out this summer.
    Or even better while the iPhone is connected to my PC can I view the address book on the iPhone and make changes using my PC keyboard?
    No. You would make changes to the address book on your PC and then sync via iTunes.

  • I'm not able to copy and paste files from my mac to hard disk and usb. I have tried dragging the items to those devices but it won't work. I also have tried copying and pasting those files onto those devices but that doesn't work too. Can any one help?

    I'm not able to copy and paste files from my mac to hard disk and usb. I have tried dragging the items I want to copy to those devices but it won't work. I also have tried copying and pasting those files onto those devices too but that doesn't work too. Can any one help?

    Hi BobRz
    Thanks for you suggestion but it didn't work - are there other ways for solving this problem? Or is it because my files that I want to copy and paste onto my hard disk etc are too big? (However there is space on my hard disk and it works on a PC)

  • How to copy and paste formulas between documents in numbers 3.0?

    I am unable to copy and paste formulas between 2 documents in numbers 3.0?

    Hi Hans,
    I can get a reference error here if the destination table does not have that range available while the source table does. 
    Are you sure your desination table has exactly the same structure and dimensions as your source table?
    If it does, copy/paste via the Formula Editor should work. It works reliably here.
    Also the formula in your latest post looks as if it might be corrupted-- lots of extra spaces (it seems).  Did your orginal formula have those?
    To sort this out, suggest turning off 'Use header names as labels' in Preferences.
    If you end up with a formula in a cell as just Text (as Ian describes that's what happens when you copy from Numbers 2) you can convert that text to a formula by double-clicking the cell, clicking just before the text so that the insertion point appears in front of it and typing =. That activates the Formula Editor with the formula in it, which you can accept by clicking the green checkmark or hitting return.
    SG

  • Preview - Cannot copy and paste text from pdf

    Hi there ...
    I usually have no problem copying and pasting text from a pdf using Preview ...
    However .. I recently received a pdf ... and there is no way it will highlight the text to copy ...
    The older pdf's are not affected ...
    I did a get info on the pdf ... it's not locked ... and it was made by Adobe In Design CS2
    I tried opening it with Adobe Reader 9 ...... but still no luck
    IN my search .. I noticed one other person had the same problem ... but he didn't get any responses..
    Thanks for any info ....

    If it's behind something else then you can open it in Illustrator and select the specific object you want. If it's rasterized then no.
    If this is a document you can share with the world then I'm sure we could tell you what specifically is going on if you posted it here.

  • I have an iPhone 4s, and I cannot copy and paste text from facebook.

    I have an iPhone 4s, and I cannot copy and paste text from facebook. I opened Safari and tapped/held the text I wanted to copy, but nothing happened. I have tried everything, and I am getting frustrated.

    Are the use the correct email address for the contact? Those are listed in Settings>Messages>Send and Receive. When Messaging somene the iOS devices used the email address (or phone number if applicable) listed in the Contact app for that person.
    Thus, it appears the you Contact apps only has that one email address listed for the person you are trying to Message.
    If he can send you a Messages can you reply to it? If so save the sender to your Contact app.

  • Copy and paste Values from Numbers to Pages

    When I do simple copy and paste content from Numbers to Pages, I get a formula error message. All I want to copy and paste the values only, not the formulas, but on pages I cannot find a way to paste values only. When it tries to paste formula, it errors because some of the formulas references to other sheets on Numbers. What is the easy way to get values from Numbers tables to pages without passing formulas.
    Or better yet! Is there a way to link tables to pages like charts with refresh capabilities so I don't have to copy and paste values to pages document every time Numbers table values changes?

    J,
    There is no Paste Special in OSX, anywhere. You can Paste Values from the Edit menu in Numbers when that would be necessary.
    In such cases where you would use Paste Values in Numbers, you can use Paste and Match Style in Pages for the same result.
    Sometimes it's so obvious to Pages what should be done that it will give you what you need automatically, but sometimes you need to use Paste and Match Style to get the values rather than an error triangle.
    Jerry

  • HT201301 How do I "Select All" in a Pages document? I would like to copy and past more than one paragraph at a time.

    How do I "Select All" in a Pages document. I would like to copy and paste more than one paragraph at a time.

    I just tab and hold untill the loop shows then let go and I get the menu with select all in it

Maybe you are looking for

  • My iPod will NOT charge anymore while it's turned on

    My iPod will NOT charge anymore while it's turned on, I have to plug it in then shut it off for it to charge. And when I connect it to the computer [Or any computer] It Says it cannot recognize the device..I've tried EVERYTHING to fix this...and I do

  • How to dynamically populate a listbox with the values in the database

    Hi, How do dynamically populate the list box with the values in the oracle database. I want to load the list box at run time.Plz anybody help me out to find a solution for this problem. Thanks in advance... Regards, Shiva.

  • 6602 Multiple Counter Output

    Hi I would like to output a counter signal on all eight of my outputs on the PCI6602.  These outputs have to be able to be stopped individually.  How do I do this in labview 8.

  • Future Support of the G5's.

    Greetings to all! I'm considering to replace my three PC's (a Dual Opteron, a Dual Xeon, and a P4) with a single Quad G5. I don't doubt that these are wicked machines, but I've got a simple question about the future of the G5's. With the switch to In

  • Is adobe flash player compatible with ios7?

    I have heard that adobe is not compatible with ios7 and therefore one cannot open ecards on an ipad or iphone. Is this true and if so how does one get around this problem?