"fill down" from dell containing letter X results in succeeding letters

If I use the letter X as a placeholder in a cell and want to fill cells in successive rows with the same letter, I get y in the next cell, z in the next, etc. How can I tell Numbers to duplicate X in the succeeding rows?

It's explained in the Help, chapter Autofilling Table Cells
select cell A1 and cell A2, both containing X
then drag the circular handle to the bottom.
Yvan KOENIG (from FRANCE mardi 17 juin 2008 20:57:00)

Similar Messages

  • Fill down from D1 to active cell in excel ??

    Hi all. I am trying to write a script to take the values from column A and subtract the value of A$1 from the rest of column A. To do this manually I set D1 = A1-A$1 and then fill down in column D to the last used row in column A. Then copy-special paste values from column D to column A. Below is what I have written so far, but the "select (ranges "D1" thru active cell)" selects cells D1 and the active cell ($D$5) not from cell D1 down to the active cell.
    Any ideas for a newbie?
    tell application "Microsoft Excel"
    set formula of cell "D1" to "=A1-A$1"
    select (get end range "A:A" direction toward the bottom)
    set theEnd to (get first row index of active cell)
    select cell 4 of row theEnd
    select (ranges "D1" thru active cell)
    fill down (ranges "D1" thru active cell)
    end tell

    I figured out a way to do what I was after, but I would think there is a more direct way of doing it.
    If anyone has a way to slim down or clean-up this script, please let me know.
    Here is the script I have now.
    tell application "Microsoft Excel"
    set formula of cell "D1" to "=A1-A$1"
    select (get end range "A:A" direction toward the bottom)
    set theEnd to (get first row index of active cell)
    select column 4 of row theEnd
    set lastRow to "D" & theEnd as string
    set range1 to "D1:" & lastRow
    fill down range (range1)
    end tell

  • 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.

  • How to fill cells from a maximum to minimum

    Hi very simply if I have a column of twenty cells and in cell 1 I put the number 1 and in cell 20 I put the number 20 is there a way numbers can automatically fill the cells 2-19 with the appropriate increments?  I know you can drag a corner of two cells and it will continue the pattern but I have two values in mind an upper and a lower and want to fill the gap between the two.
    Thanks

    "I wanted to award the top mark of 20 points and slowest time or more of 1 point and just spread the gap evenly across points 2-19."
    How does a participant get a time that is "more" than the "slowest time"? (see NOTE appended)
    Using the described method of assigning points, here's an example.
    For two races, each with three competitors, the points awarded could be (rounded or truncated from) the calculated values below:
    Note that the 'best' times and the 'second best' times in both races are the same. Only the time of the slowest runner (and the consequent score of the 'second best') are different.
    If the (huge) difference in score for an identical performance when compared with the winning time is acceptable, here's a solution that will calculate those results directly from the list of times (in seconds, expressed as a decimal number).
    Notes:
    Columns C, D and E are independent calculations, each using the in column B. C shows the raw point value; D shows the same calculation with the result truncated to show only the integer part, E shows the same calculation with the result rounded to the nearer integer value. See the scores for Runners 4, 7, 9 (and others) for differences when reducing the point values to whole number values.
    For test and demonstration purposes, I entered the fastest and slowest times in the first two cells of column B, and generated the rest using the RANDBETWEEN function. The entered scores can be in any order. Runners who did not participate, or did not finish should have their column B cell left empty.
    Formulas: The three formulas are identical except for truncating or rounding parts (shown in bold). Pick the one that best suits your needs. They're placed in the top row containing race times, and filled down from there.
    C2: =IF(LEN(B)>0,1+19*(MAX(B)-B)/(MAX(B)-MIN(B)),"")
    D2: =IF(LEN(B)>0,INT(1+19*(MAX(B)-B)/(MAX(B)-MIN(B))),"")
    E2: =IF(LEN(B)>0,ROUND(1+19*(MAX(B)-B)/(MAX(B)-MIN(B)),0),"")
    Regards,
    Barry
    NOTE: Your mention of 'the slowest time or more' might offer a way around the score variation noted above. The organization governing F1 racing introduced a new rule recently restricting qualifying times to those less than seven per cent slower than the fastest time in the qualifying rounds. A similar rule, defining a floor value at and below which finishers will be awarded a single point would also make points above that floor dependent only on the runner's performance relative to the race winner.
    Here's an example, using the same three-runner races shown above, but with the 'floor' set at 50% more than the winning time.
    Formula (in row 2, then filled down)
    B2: =IF(LEN(A)>0,IF(A>1.5*MIN(A),1,1+(19)*(1.5*MIN(A)-A)/(1.5*MIN(A)-MIN(A))),"")
    Copied to column D, the A references are replaced with D.
    Conversion to integer values would use the same modifications as shown above.
    The results seem a fairer reflection of the second and third place times wrt the winning times in the two races.
    B.

  • Fill down - how?

    I can find no way in Numbers of using fill down from the keyboard (ctrl+D in Excel). I know you can select a cell edge and drag down but there appears to be no keyboard shortcut (which is much faster and accurate).

    Welcome to Apple Discussions
    I agree, I also miss ⌘ D from AppleWorks. Still another thing to leave feedback to the Numbers team about.

  • Passing data from a container to another

    Hi,
    Let's say I have two containers (Container1=application , Container2).  Container1 gets some data from user, perform some database lookup and displays Container2 with the results from database lookup.
    Container1 --(call and display)--> Container2
    Below shows  how I am using a bindable variable in Container1 to pass the data from Container1 to Container2.  Also shows how I display Container2 from Container1.
    <!-- Container1 -->
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
       [Bindable] public var foo:String = "bar";
       private function loginHandler(event:LoginEvent):void
          mycontainer2 = new Container2();
          mycontainer2.name = "mycontainer2";
          this.addChild(mycontainer2);
    </mx:Application>
    I am accessing the data in Container2 as follow:
    <!-- Container2 -->
    {mx.core.Application.application.foo}
    Q1) Is there a better way to pass data from one container to another and access the data?
    Q2) Is this the only way to call and display Container2 from Container1?
    Q3) How can I move back to Container1 from Container2, i.e. Container2 call and display Container1
           Container2 --(back to)--> Container1

    Best practices call for using custom events to share data between components. Here is my Flex 3 Cookbook post on the topic:
    http://cookbooks.adobe.com/index.cfm?event=showdetails&postId=15466
    To switch easily between containers 1 & 2 use a ViewStack, the gold standard for such interaction, and manipulate the selectedIndex or selectedChild property:
    http://livedocs.adobe.com/flex/3/html/help.html?content=navigators_3.html
    If this post answered your question or helped, please mark it as such.

  • Three Numbers questions:how do you change the auto default background or fill color from white to another color to use in multiple succeeding operations?  what is the formula to express the ratio of two numbers as a percent?

    Numbers questioons:
    -how do I change the automatic default background fill color so it stays a non white color?
    -what is the formula to express the ratio of two numbers as a percentage?
    -how do I create a signal formula to be sue against an entire column of data (for example, if I wanted to multiply the each cell in the column by the number 10)?
    -I have created a spreadsheet in Numbers with header and rows labelled and it contains formulas as well.  I now want to create a new 'blank' of this template with same header and row names and formulas, but without the cell entries from my earlier exerciser so I can use again in the future. How do I do this?

    Hi Matt,
    For short columns, the easiest method is to select the cell containing the formula, then grab the fill handle (small circle at the botom right of the selected cell) and drag down.
    For long columns, use either Jerry's suggestion (copy/paste) or Insert > Fill > Fill Down.
    Copy/Paste:
    Select the cell containing the formula. Copy
    Select from the cell containing teh formula to the end of the column. Paste.
    Fill Down:
    After entering the formula, and pressing enter...
    Click on the column reference tab to select the whole column.
    Command click on each cell above the one containing the formula to remove it from the selection.
    When cell with the formula is the top cell in the selection, go Insert > Fill > Fill Down.
    Pick whichever is easiest.
    Regards,
    Barry

  • How to send message from multiline container to same webservice or bus. sys

    Hi All,
    I want to send message from multiline container to a syn web service sequentially.
    I am getting that multiline container after a transformations step (1: n mapping).
    where i dont known what will be the value for n (number of message in multiline container). This will vary; depend upon input message to BPM.
    Scenario is like this.
    1. Receive step
    2. Transfromation to 1: n
    3. Want to send message from multiline container to a web service (business service),default loop and block step doesn’t give desirable result.
    any help will be appreciable
    Regards,
    Adish

    Adish Jain wrote:>
    > where as, if I will use block, it will send the same message to multiple receivers which are present in multiline receiver container. So need to think in different manner.
    Not necessarily.
    When you use block step in ForEach mode, you can select the container variable from:
    - a receiver container;
    - an interface container;
    The line element can then be either a receiver or an interface.
    The problem is that for this to work, the interfaces need to be async (since they are to be used as containers) and hence you won't be able to make your scenario work.
    But again, explain why your scenario with loop step didn't work.
    The only gap here is how to determine the number of loops (defining the counter variable value). But that can be easily solved if you include a new message with occurrence 1 as a target message of your mapping and as a container in your bpm.
    This new message needs only 1 single field, that should be filled with the number of messages you've created in the mapping (you could use count standard function, f.ex.).
    In your bpm, make sure to pass this fields value into the counter container right after your transformation step.
    Regards,
    Henrique.

  • Passing values from multiline container

    Hello Gurus,
    I am new to workflow and I have a requirement wherein I have a multiline container element (DiscDocStatus of type EDISCDOC-STATUS) filled with the status values.
    If all the values in container DiscDocStatus are 10 or 11, then I need to execute certain steps (step A and step B) and if any other value than 10 or 11, then I have to wait for 10 days and then do step A and step B.
    Could you please how to do it?
    P.S. I know...I am asking tooo silly thing...but do not have any option but to ask...apologies....
    Thanks

    Hi..
    In that case you can try as below & i checked the same. it works for me..
    1. Create a block step in your workflow... In local container tab of block step create a single value container element which has
    data type as line type of your multiline container...
    Say for eg: your multiline container has datatype as (char10) with multiline checkbox enabled then create this container element in
    local container tab with datatype as (char10) without multiline checkbox (ideally you can compare multiline container as internal table
    and this single line container as workarea)..
    2. In control tab of block step do the binding from multiline container to single line container. Leave the Block type dropdown in control tab as standard.
    3. Put a condition step within block with condition as single line container NE 10 and NE 11. (So in case the multiline element has even a single value which is not 10 or 11 then workflow control will enter this condition). Place a container step in outcome True of condition step to set a flag variable as X (Note: Create this flag variable in workflow container)
    4. Now outside the block again put a condition step which checks whether this flag variable is set as 'X' (if it has value X then it means that multiline container has atleast 1 value other than 10 & 11. If not it means all values are either 10 or 11). So If flag is X you have to wait for 10 days and then do step A and step B. If not you can execute steps A & B. For waiting for 10 days you can go for requested start deadline which will send the workitem to the inbox of approver only if the mentioned time period/deadline (in your case - 10 days) expires.
    Let me know in case of any issues.
    Regards,
    Bharath

  • Can't drag down a cell containing formula

    I've created a simple balance sheet (incoming outgoing) as I've done many times before.
    I can't drag down a cell containing the formula which creates the total balance, which I normally do by clicking on the cell, hovering over the bottom right hand corner until the + appears and then drag that down to cells below, which usually continues the formula.
    Here's the thing - I used to be able to do this in this document and I still can in another group of cells within the same document. It appears that this cell has become locked.
    I've tried deleting the entire column and starting from the top, but again, it won't drag down.
    Any ideas?
    Thanks in anticipation.
    Phil

    Hello
    Having the sheet in front of me gives the soluce.
    You merged cells from column F and cells from column G.
    When this is done we can't use the fill down feature.
    Use Split into Columns to separate cells F from cells G and you will get the original behaviour
    Yvan KOENIG (from FRANCE vendredi 18 avril 2008 16:47:49)

  • RDM migration from Dell Compellent SAN

    Hello,
    I have to do a filer migration from server 2003 to server 2008 R2.
    But the problem is there are few RDMs are presented to the VM (Physical mode) from Dell Compellent SAN(6.3.5.7).So I am wondering how do I get this RDM migrated to the new server(2008 R2) without any issues.
    I have heard that you can use storage replies to re-create the same RDM volumes,if its possible someone tell me how I can get the latest changes from the LIVE server to Test VM which is on the DR site.
    We are doing an asynchronous replication of everything from Live Storage Center to the DR Storage Center.
    any help would be appreciated.
    thanks
    Joh

    These steps are based off of the vSphere client, not the web client (don't use that often enough to know the exact steps off my head, though they'll be similar).
    - Shut down the original VM (2003)
    - Right click the VM and go to edit settings
    - identify the disk(s) that are the RDMs (probably not "hard disk 1")
    - select the disk and click remove towards the top
    - confirm by clicking OK
    - edit settings on the new VM (2008 R2)
    - click ADD along the top
    - select to add a hard disk
    - select the Raw Device Map option
    - select the correct Compellent disk
    - confirm with OK
    - if the 2008 R2 VM isn't already (still) powered up, power it up now
    - if the 2008 R2 VM is already/still running, go to disk management, select action and rescan
    - assign/change the drive letter on the new disk to meet your needs

  • Select from table containing clob

    If i try to select from table containing clob column in SQL PLus it gives error.
    Tab1 contains 3 clob columns and 1 blob column
    select * from tab 1;
    SP2-0678: Column or attribute type can not be displayed by SQL*Plus
    The same statement works in SQL Developer and I am able to see the result.
    Actually i am writing the queries and they will be used by Java developers in their JSP page.
    So what happens here? Can Java use these select statements or will it throw error like SQL Plus?

    BLOB column content can't be displayed in SQL*Plus:
    SQL> create table t_blob (b blob);
    Table created.
    SQL> edit
    Wrote file afiedt.buf
      1* insert into t_blob values('01')
    SQL> /
    1 row created.
    SQL> commit;
    Commit complete.
    SQL> select * from t_blob;
    SP2-0678: Column or attribute type can not be displayed by SQL*PlusBlob and clob columns content can be processed using DBMS_LOB
    package procedures and functions or using client's language (like Java)
    methods. See JDBC specification.
    Rgds.

  • I purchased adobe photoshop elements 13 from dell to download on my Mac OS   Which has been updated to maverick. When i download the link it goes into the download bucket and tells me to choose an app to open and I can't figure out which app to choose??

    How to download elements 13 to Mac OS computer. It's telling me to choose an app to open file. I can not figure out which

    if you have a serial number, and if you follow all 7 steps you can directly download a trial here:  Adobe Photoshop Elements 13 Direct Download Links, Premiere too | ProDesignTools
    and activate with your serial number.
    if you have a problem starting the download, you didn't follow all 7 steps, or your browser does not accept cookies. 
    the most common problem is caused by failing to meticulously follow steps 1,2 and/or 3 (which adds a cookie to your system enabling you to download the correct version from adobe.com). 
    failure to obtain that cookie results in an error page being displayed after clicking a link on prodesigntools.com or initiates the download of an incorrect (eg, current) version.
    or you can dl from dell,  https://smartsource.dell.com/

  • Fill down in Numbers is grayed out.  Why?

    Fill down in Numbers is grayed out.  Why?

    You did not hit an incorrect button
    Go to Settings>Safari>Clear History, Cookies and Cache (or clear Data in iOS 5). Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Or ....
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    Or.....
    Quit Safari - Go to the home screen first by tapping the home button. Quit/close open apps by double tapping the home button and the task bar will appear with all of you recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner to close the apps. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.

  • Just got an imac and am trying to transfer itunes library from Dell pc via home share method. All goes well but directions say to click the import button.  I don't see an import button anywhere. If I close itunes on pc it also disappears from imac.

    Just got an imac and am trying to transfer itunes library from dell pc using home share method.  All goes well until the end when directions say to click import button.  I don't see one anywhere.  If I shut down itunes in the pc the library also disappears from the imac.  Am I doing something wrong?

    ronaldfromoaklyn wrote:
    All goes well until the end when directions say to click import button.  I don't see one anywhere.
    check the lower right corner of the iTunes window
    if you don't see this while the homeshared library is loaded, home sharing hasn't been set up properly.
    If I shut down itunes in the pc the library also disappears from the imac.  Am I doing something wrong?
    no.
    that's expected behavior.

Maybe you are looking for

  • Trouble with findig printer with Bonjour (HP all in one printer)

    Hi, I have a problem with connecting to my HP Printer. When the printer and the iMac is booted freshly I can connect to the printer without any problems, also I can find the printer trought the printer browser via Bonjour. But after a while the conne

  • Uploading a File with AppleScript via JavaScript

    Hi everybody, being new to AppleScripting and JavaScripting I'm faced with the following problem: Is it possible to make AppleScript to input the path for a file to be uploaded via JavaScript? If yes, what should be the correct Path Format and how to

  • Why won't CS6 load brush shape dynamics from brush presets?

    I have a bunch of saved brush presets that I use on multiple computers and photoshop versions. In CS6 suddenly my brush presets won't load correctly when I pick a brush. When I pick a brush I'll get all the correct brush settings EXCEPT for the Shape

  • Time sheet Display through CAT3

    Hi, We are using Cross application time sheets and expense sheet entry in SAP. We have the following issue, can someone please help out to sort it. When we go to the Expense sheet (PR05) through the CAT 2 transaction code (Aeroplane Sign) we see the

  • Q10 Device Wont Recognize Contacts

    hello am having issues with this new blackberry Q10 and this is one of the issues blackberry wont recognize my contacts  get in coming calls and i do out going calls i dont see the names of the contacts when i receive a call and i dont see the name o