How can I make fill down command NOT increment values?

Hi,
Is there anyway I can get the fill down command to insert the same value in each cell, rather than filling in an increasing series. It works fine for plain numbers (i.e. if I fill down from a cell containing "1", it gives a column with every cell containing "1").
However, for dates and mixtures of text and numbers it always increments the values - example below:
Doing fill down from cells containing:
1 18 Mar 2009 abc100
Gives:
1 18 Mar 2009 abc100
1 19 Mar 2009 abc101
1 20 Mar 2009 abc102
1 21 Mar 2009 abc103
1 22 Mar 2009 abc104
1 23 Mar 2009 abc105
etc...
How can I keep the dates and "abc100" the same in the filled cells?
Thanks for any help!
Jo

I have no idea how the designers of Numbers determined when to fill down identical values versus incrementing the values. For instance, "abc100" increments in a fill down while "100" and "abc" do not. I, personally, see nothing special about "abc100" that indicates a pattern.
And you are correct that Fill Down is different than dragging the circle. Fill down takes whatever is in the top cell and fills down (either incrementing or not, depending on whatever the rule is the designers chose) while overwriting whatever was in the lower cells. Dragging the circle of a box that covers 2 or more cells fills down from the bottom of the box and it looks for patterns, not just simple increments.
No problem on the search. It isn't always easy to find what you are looking for. I just happened to remember that thread.

Similar Messages

  • How can I make my imap email not take the emails off the server?

    How can I make my imap email not take the emails off the server when I delete them on my iPad?
    Can anyone help me whith this?
    I tried to use the pop account in gmail settings but that was downloading all my emails sice 2008 ( more than 300 deleted emails tha can only be found in the deleted email box), when I just have 5 or 6 email in the inbox .
    How can I solve this????
    Thank u all...

    I have the same problem. For years I have been able to delete emails from my ipad and have them remain on the server so I can deal with them on the desktop. Now they get deleted from the server when deleted from the ipad, which makes the ipad unless for reading mail.
    You answered to delete the email account on the ipad and set up a new one as a pop. I have made many attempts to do that in the  incomping mail server "Host Name" field but it always errors out even when the host name is equal to what my desk top has. So I can see no way to change away from IMAP. I started with an ipad 1 and now have an ipad 2.
    Rachael

  • I have had Firefox for years and in the last 2 weeks, I am getting all of these stupid Pop ups about credit reports and some Epic Play thing. How can I make sure I do not get them and why all of a sudden?

    I have had Firefox for years and in the last 2 weeks, I am getting all of these stupid Pop ups about credit reports and some Epic Play thing. How can I make sure I do not get them and why all of a sudden?

    Identify and remove adware/malware
    http://www.thesafemac.com/arg/

  • After I make a note in the notes icon that came with the ipad, it immediately is emailed to my email address and disappears from notes. How can I make it stay on notes?

    After I write a note in the notes icon that came with the ipad, it immediately emails it to my email account and erases it from the note pad. How do I make it stay on the notepad? I don't particularly want it emailed to me.

    I have a test with some questions (multiple choice, FIB, matching, etc). I have just one button to submit all the answers, and after submiting the student can see his score and review the test to know where he failed. He can't answer again. However, he can change the answer multiple times before submiting.
    "if i turn on success/failure captions the student will see them while answering" - before submitting
    "if i turn them off he wont know what's the right answer" - after submitting
    My results page is the default. I didn't use any variable. When i go to the results page after reviewing the test all the entry boxes are "wrong".

  • How can I make the jsp pages not displayed by using the navigation class?

    I'm right now implementing a function on my program GUI . It's like whenever I click "STOP THE SERVER" button on the main page, I need those jsp pages relates to the server running to be not displayed, even by directly type in the URL(that's just stay in the main page), How can I do that? I heard that a navigation class might do it, but I'm not sure how. It might be great if some experts could help me!! Thanx a million !!
    Shannon

    See:
    * [[Removing the Search Helper Extension and Bing Bar]]
    You can use one of these extensions to adjust the default font size and page zoom on web pages:
    * Default FullZoom Level - https://addons.mozilla.org/firefox/addon/6965
    * NoSquint - https://addons.mozilla.org/firefox/addon/2592

  • How can I make a dropdown box populate with values from other fields?

    I am trying to create a NCAA bracket where they select teams from a dropdown menu. For example, they choose which teams win in game 1 and 2 through a dropdown box. The winner of games 1 and 2 then play each other, so how can I populate the dropbox with their selections for game 1 and 2?
    Game 1 winner --
         (game 9)        |--- Game 9 winner
    Game 2 winner --
    Game 9 winner needs to populate with their selections from game 1 winner and game 2 winner.

    I would look at using the setItems Acrobat JavaScript method.
    Have you considered using  a Mouse Up action for "Game 1" and "Game 2" to fill "Game 9"

  • How can I make my bookmarks menu (NOT the toolbar) into two columns?

    I have to scroll up and down because I have a lot of bookmarks which can be annoying. It would be nice if I could make them into multiple vertical columns. Thanks guys.

    Multicolumn Bookmarks extension <br />
    https://addons.mozilla.org/en-US/firefox/addon/74381/

  • I am trying to download the latest version of Adobe and when I go to the Downloads place on my PC, it's not there. How can I make sure Firefox is not blocking

    I know I have the latest version of the browser (because it told me so). When I hit the Download now button for the Adobe and indicate that I want to save it, it seems to take, but when I go to the Downloads on my Computer, it isn't there. I don't know where else to look or what else to check. I think I have successfully done this in the past, but it's been a while.

    Do you have the "Green Arrow" icon on one of your toolbars? That usually will list your most recent downloads with a button to open the folder where they are saved.
    If you don't have that, you can open the full download list using either:
    * Ctrl+j
    * Tools > Downloads
    * History > Show All History, then click Downloads in the left column
    Can you find the download listed there and click the "Open Containing Folder" button?
    Are you downloading Flash or Acrobat/Reader?
    For Flash try: http://get.adobe.com/flashplayer/
    For Acrobat/Reader, you may not need an update.
    Firefox's plugin check site only recognizes the Adobe XI (11) series as current, but if you have checked for updates in your Adobe Reader X or Adobe Acrobat X product (Help > Check for Updates) then you do not need to update the plugin. For this older Reader/Acrobat version, please rely on Adobe for information on available updates and not the plugin check site.

  • How can I make it with jaxb note?

    <customer>
    <name id="123">Bill</name>
    <age>10</age>
    </customer>
    How to map <name id="123">Bill</name> to java object with note?

    public class Customer {
    Name name;
    String age;
    @XmlAccessorType(XmlAccessType.FIELD)
    public class Name {
    @XmlAttribute
    private String id;
         @XmlValue
         private String value = "";
         public String getId() {
              return id;
         public void setId(String id) {
              this.id = id;
         public String getValue() {
              return value;
         public void setValue(String value) {
              this.value = value;
    }

  • It all was say please contact iTunes support to complete this transaction how can I make this I did not anderstand any thing

    Hi please help me I can't buy any thing please help me !!!!!!!,,!!!!!!! Please

    You can contact iTunes support here : http://www.apple.com/support/itunes/contact/

  • Hi, i would like to change my account security questions , how can i make iy online?

    hi, i would like to change my account security questions , how can i make iy online?

    Note:
    You can only set up and/or change a Rescue Email Before you forget the questions/answers.
    If you have Forgotten the Security Questions / Answers...
    See Here > Apple ID: Contacting Apple for help with Apple ID account security
              Ask to speak with the Account Security Team...
    Or Email Here  >  Apple  Support  iTunes Store  Contact
    More Info >  Apple ID: All about Apple ID security questions

  • MacBook Pro (OS X 10.9.1) calendar continues to "connect to server" and will not allow shut down or restart. Force quit worked. How can I make this calendar "behave"?

    MacBook Pro (OS X 10.9.1) calendar continues to "connect to server" and will not allow shut down or restart. Force quit worked. How can I make this calendar usable? The problem began after I updated to Maverick.

    babowa, it seems like it is using Fuse & NTFS, so I don't think it's the classic WD + 10.9 mess, but extra WD tools & drivers can still break things MtTran.
    MrTran, if you must use unsupported disk formats on your Mac you must also consider actually paying the developers that made the trial software.
    It's probably a good idea to follow the developers removal instructions, reboot & then install one tool at a time.
    MacFuse, FuseOSX, NTFS-3G are all likley to confict if you run older versions so you need to be sure you are using the latest version. I can't remeber which one depends on the other, so you will need to read the manuals.
    When the disk is readable copy the data to another disk. You could probably do this from a Linux distro or Windows if OS X won't do it.
    If you insist on only using the trial versions you will need to reinstall Mac OS, copy data off this disk & reformat it.
    Is there any good reason for not using the Mac HFS extended format?

  • TS1702 I am trying to install an app, I'm asked to enter my password, but my keyboard won't pop up, only the option to paste, but when I choose paste, nothing fills in (which makes sense as I have not copied anything). How can I make my keyboard appear?

    I am trying to install an app, I'm asked to enter my password, but my keyboard won't pop up, only the option to paste, but when I choose paste, nothing fills in (which makes sense as I have not copied anything). How can I make my keyboard appear?

    Are you tapping on the field you want to enter data into? That opens the soft keyboard. If you touch the field and hold it, the paste option will appear.
    Barry

  • When I send an email notification that the form has been sent I want the receiver to get a copy of the actual filled out form not a ling to the data, how can I make this happen?

    When I send an email notification that the form has been sent I want the receiver to get a copy of the actual filled out form not a ling to the data, how can I make this happen?

    Hi,
    you can find documentation for Designer under this website
    http://help.adobe.com/en_US/livecycle/10.0/documentation.html#task=4,5&module=2
    In Designer you can use the JavaScript API of Acrobat.
    So the Devnet for Acrobat is also a good source.
    http://www.adobe.com/devnet/acrobat.html
    http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/js_api_reference.pdf

  • How can I make a pull down menu in I web

    how can I make a pull down menu in I web?

    You can't do this directly in iWeb itself and it is quite complex - you need to use third party software and it is a matter of pasting code into the html snippet in iWeb and then uploading certain things to your host/server and then connecting them.  It can get quite fiddly if you don't really know what you are doing and it only takes you to upload the wrong thing and get some code wrong and your menu will not show up.
    Why not ditch iWeb in favour of newer software - try EverWeb at http://www.everwebapp.com and in EverWeb you can create drop down menus from within the app and it is very easy to do.
    I would change now as iWeb has not been supported by Apple or sold for the last 2 years, so now might be a good time to look elsewhere and ditch iWeb for good.
    I already have and purchased EverWeb and re-built one of my sites using this app and have moved my other site to Drupal so that I can do more with it and make it a members site - this can be done more easily if you use a Content Management System like Drupal.

Maybe you are looking for

  • Premiere Pro CC won't launch after the splash screen on my new laptop

    Got a new laptop from ASUS recently. It has the Geforce GTX 860M, which I know is not offically supported yet, but I've never had problems running Premiere with unsupported cards before and I've read about other people who've made it work. I've tried

  • Does it makes sense to create an index on a column used for partitioning

    I am new to using partitions along with index. Can someone help me with the situation below? I have a table defined like below CREATE TABLE FACT_MASTER PERIODCODE NUMBER(8) NOT NULL, PRODUCT_CD NUMBER(10) NOT NULL, DPT_CD NUMBER(3), FACT_VALUE1 NUMBE

  • Solution manager can be used as repository DB with out-of-box integration?

    Solution manager can be used as repository DB with out-of-box integration? Hi , In Our Global SAP Environment, We are looking to use solution manager as a CMDB ( Config management DB) , which is kind of repository DB where it needs to keep track of i

  • Import powerpoint 2007 animation to Captivate 3

    I've created a single-slide presentation in powerpoint 2007 that has an animated smart art that flys on to the screen. I saved my powerpoint 2007 file as a ppt not pptx. I imported the file to Captivate 3 as animation. but when I preview the project,

  • Help with animation

    hello guys, i need help on creating a animation. a have a curved image and i want to display it growing. i tried with mask but it didn't worked...how can i do it