How do I increase numbers +1 by draging?

In MS Excel, you can just ctrl + drag cells to increase numbers by +1.
How can I do the same thing in Numbers?

Adding to what Jerry said:
Numeric values will increment in steps set by the two seed values.
Single letters, text strings ending with a (single) numeral, times and dates will increment from a single seed, as shown below. Green filled cells are the seed values.
With two seed values, items in the first six columns in the example can also be made to increase (or decrease) in other than single unit steps. Add a third seed value (that breaks the pattern), and you'll get results like those in the last two columns.
This, and other topics about Numbers are covered in the Numbers '09 User Guide. This guide and the iWork Formulas and Functions User Guide are available for download through the Help menu in Numbers.
Regards,
Barry

Similar Messages

  • How to insert increasing numbers in a Pages document?

    Hello and thank you in advance for your time.
    1) Does anyone know if there is a way to insert a unique number (let's say starting at 0001 and increasing by 1 to 2000) into a document in Pages?
    I want to print out tickets (8 or 10 a page) and need a unique identifier on each.
    Is this as easy as it sounds it should be, or not functionality in this software.
    2) Would using Numbers be a wise alternative? I would prefer not to have to duplicate the design 2000 times and click and drag the number all the way down.
    My apologies if there is a really simple solution that is not coming to me at the moment (which I hope is the case)!
    Thanks again, and enjoy your weekend!
    Michael

    Walt K wrote:
    It might work better to make your first number 1001.
    I built the formulas in a spreadsheet but they apply to a Pages's table.
    In column A, the formula is :
    =RIGHT("000"&(-1+ROW()*2),4)
    In column B, it is :
    =RIGHT("000"&ROW()*2,4)
    The results are strings so the leading zeroes will remain here.
    Yvan KOENIG (VALLAURIS, France) dimanche 19 décembre 2010 19:54:46

  • How can I increase the number of saved previously called numbers?

    When I press the call key about 10 in/out called numbers show up. My old phone had like 50 previously called or received numbers. How can I increase the number of saved calls?

    Unfortunately there is no such setting to increase number of saved calls on the device.
    Message Edited by rafo on 15-05-2009 12:53 PM
    if your issue solved set "Solution" mark at the relevant post

  • How we can increase decimal places in Sales Order for Qty

    Hi,
    In Sales Order qty field now its 3 decimal places for MON unit of measure but we want 4. how we can increase decimal places.
    Thanks in advance
    Thanks & Regards,
    PM

    To elaborate better.
    Again, use Tcode CUNI - Unit of measurement : Initial Screen.
    At initial screen, choose TIME from the list (where by default AAAADL- no dimensions is there).
    And click on UNIT OF MEASUREMENT button.
    In that you will find MON - Month.
    There go for details by selecting MON or select MON and press F5 from Key board.
    For MON unit maintain following parameter as per your requirement:
    -Number of decimal places for number display
    Use - This parameter determines the number of decimal places with which this measurement unit is displayed.
    -Base ten exponent for floating-point display
    Use - This exponent determines how the values for this measurement unit are formatted as floating point numbers.
    Examples - If the exponent is 3, the floating point numbers have the format xxx.xxxxE3.
    And deselect commercial meas. unit in application parameters section.
    I would suggest instead of changing standard settings of MON, you create ZMON in TIME dimension.
    Thanks & Regards
    JP

  • When using large text my lines overpal, how can I increase the line spacing?

    When using large text my lines overpal, how can I increase the line spacing?

    Press 'Ctrl + Enter' after the numbered item to insert blank space below it. If you press 'Enter', the next line will start with the next number. As long as you want to type lines without a numbering, press 'Ctrl + Enter' and type the line.

  • How does threading increase efficiency?

    Hello,
    how does multithreading increase a program efficiency? if there is a single processor, and all the threads have their task serially in the program counter,
    then does multithreading at all increases program efficiency , if there isn't any I/O operation block on any of the threads ?
    thanks.

    I suppose somebody has determined some optimal number of threads for different situations, but it really depends on, among other things, number of processors, amount of RAM, number of other processes on the machine, amount and nature of work done by each thread, profile of data fed to "input" threads (bursty or steady stream), limits imposed by the OS.
    AFAIK, there are no hard and fast rules telling you the number of threads to devote to a specific task. That's probably why app servers and such often have number of threads as a runtime config parameter, so you can tweak it to your system, load profile, etc.
    My advice (and this is just a gut call) would be that it's more important to get a proper breakdown of which tasks get their own threads (user input, listening for other input on a socket, "A" type of calculations, "B" calculations, etc.), and then allow the number of threads devoted to each task to be configured at runtime.
    That's the general case. As for your original question, and my first response. I was just putting that up as an example. I guess if you had all your input data available at program start time (as opposed to being fed in while the processing is going on) and all the work you had to do was just to crunch numbers or whatever on that data and you knew that you'd never be on a multi-processor machine, then, no, you probably wouldn't get any benefit from multithreading.
    However, those are big ifs, especially the last one. You can get multi-P machines for under $2000, probably even under $1000. Even if all the other conditions hold, if your process has any possibility of parallelization--e.g. for each of 10 different inputs you do the same processing, independent of the other 9 inputs--then you will get a performance boost from multithreaded code.

  • How to print page numbers in adobe form

    Hi,
    Can anybody tell me how to print page numbers in adobe form.
    Thanks in advance
    Chaitanya

    Hi,
    Yes the field page n of m is used normally for printing page numbers. But it won't display the current page of total pages by itself. You have to set the run time property to n (current page ) and m (Total number of pages). Carefully select the # (current page ) and ## (Total number of pages). Hope this works for you.
    My requirement is to have the user control on current page. For Example:
    Example for a Invoice with 5 PO items (stands on 2 pages) :
    1st  page is the letter : no page number
    2nd page is the 1st page of the 1st copy of the invoice : we should read u201C1 / 2u201D
    3rd page is the 2nd page of the 1st copy of the invoice : we should read u201C2 / 2u201D
    4th page is the 1st page of the 2nd copy of the invoice : we should read u201C1 / 2u201D
    5th page is the 2nd page of the 2nd copy of the invoice : we should read u201C2 / 2u201D
    Presently i cam getting the current page number for page 4th as 3 / 2 and for 5th page 4 / 2. I could able to control the total number of pages from print program. But when i am printing the second copy (4th and 5th pages), I couldn't able to control the current page number. I need to initialize the Current page count (4th page ) as 1.
    I have used the follwing java scripting:
    this.rawValue = wv_pages - xfa.layout.page(this)
    where wv_pages is total no of pages calculated from print program.
    Please help me in this regard with some formcal or java scripting conditions.
    Thank You,
    Regards,
    Naresh.

  • On my HP Touchsmart 310 PC how do I increase the inactivity time on the display?

    On my HP Touchsmart 310 PC how do I increase the inactivity time on the display?   Windows 7, 64-bit

    Hi,
    Please try Control panel > Power options > Change when the computer sleeps
    Hope this helps.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • On 11in Macbook Air (10.10), how do I increase resolution of built-in display to 2560 by 1600 pixels?

    On 11in Macbook Air (10.10), how do I increase resolution of built-in display to 2560 by 1600 pixels?
    It can be accomplished when an external display is connected, so I expect it can be done without an external display.

    You're getting full native resolution 1366 x 768 on your internal display, nothing more.
    http://www.apple.com/macbook-air/specs.html
    April 2014 11" MacBook Air Specs:
    DISPLAY: 11.6-inch (diagonal) LED-backlit glossy widescreen display with support for millions of colors
    Supported resolutions:
    1366 by 768 (native), 1344 by 756, and 1280 by 720 pixels at 16:9 aspect ratio; 1152 by 720 and 1024 by 640 pixels at 16:10 aspect ratio; 1024 by 768 and 800 by 600 pixels at 4:3 aspect ratio
    GRAPHICS & VIDEO SUPPORT:
    Intel HD Graphics 5000
    Dual display and video mirroring: Simultaneously supports full native resolution on the built-in display and up to 2560 by 1600 pixels on an external display, both at millions of colors
    http://www.everymac.com/systems/apple/macbook-air/specs/macbook-air-core-i7-1.7- 11-early-2014-specs.html

  • I use iwires to connect macbook to lg tv to watch netflix.How do I increase screen size on tv.I have tried display options on settings- not working

    I use iwires to connect macbook to lg tv to watch netflix.How do you increase screen size on rv.I have tried display settings ,but not working

    I would guess that the HDMI port on your mac is for output only - no input, and that's what your'e attempting to do when you attach the mac to your xbox. I looked in Mactracker and it lists the HDMI port as video output for both the 13" Retina MacBook Pro and the 15" Retina MacBook Pro (your post didn't say which one you have), so looks like that is the issue..

  • My performance is very slow when I run graphs. How do I increase the speed at which I can do other things while the data is being updated and displayed on the graphs?

    I am doing an an aquisition and displaying the data on graphs. When I run the program it is slow. I think because I have the number of scans to read associated with my scan rate. It takes the number of seconds I want to display on the chart times the scan rate and feeds that into the number of samples to read at a time from the AI read. The problem is that it stalls until the data points are aquired and displayed so I cannot click or change values on the front panel until the updates occur on the graph. What can I do to be able to help this?

    On Fri, 15 Aug 2003 11:55:03 -0500 (CDT), HAL wrote:
    >My performance is very slow when I run graphs. How do I increase the
    >speed at which I can do other things while the data is being updated
    >and displayed on the graphs?
    >
    >I am doing an an aquisition and displaying the data on graphs. When I
    >run the program it is slow. I think because I have the number of
    >scans to read associated with my scan rate. It takes the number of
    >seconds I want to display on the chart times the scan rate and feeds
    >that into the number of samples to read at a time from the AI read.
    >The problem is that it stalls until the data points are aquired and
    >displayed so I cannot click or change values on the front panel until
    >the updates occur on the graph. What can I do to be a
    ble to help
    >this?
    It may also be your graphics card. LabVIEW can max the CPU and you
    screen may not be refreshing very fast.
    --Ray
    "There are very few problems that cannot be solved by
    orders ending with 'or die.' " -Alistair J.R Young

  • In mail, how do you increase font sizes in a reply.  Cannot find things like "underline", "italic" etc either.  Where are they?  Entourage was easier!!

    In mail, how do you increase font sizes in a reply.  Cannot find things like "underline", "italic" etc either.  Where are they?  Entourage was easier!!

    Preferences/Compsing/set to Rich Text (only then you can use bold etc).
    Then Rightclick the toolbar in Mail, and clcik Customize the toolbar.
    Put the icons (with or without text) that you want on your toolbar.

  • How to display page numbers in report

    hi all,
    i would like to know how to display page numbers in this format " 1 of 5" in the report.
    Any help would be much appreciated.
    thanks
    seema

    Hi,
    Check this too...
    Page No. in ALV output
    If you query is solved, kindly close the thread.
    Regards,
    Anjali
    Message was edited by: Anjali Devi Vishwanathan

  • HOW DO I GET NUMBERS TO DO WHAT I WANT?

    HELP PLEASE:
    I  FIND NUMBERS  CONFUSING.  THE OLD WORKS SPREADSHEETS WERE SO MUCH EASIER/SIMPLER.
    I CAN’T SEEM TO GET THE FORMULAS & FUNCTIONS ENTERED CORRECTLY.
    I DON’T KNOW WHAT THEY MEAN “PRESERVE ROW” OR “PRESERVE COLUMN”.. SO DON’T KNOW IF I NEED TO CHECK
    ONE OF THEM OR NOT…AMONG OTHER THINGS.
    I’M TRYING TO MAKE A SPREADSHEET FOR TWO INVESTMENT ACCTS.
    ONE HAS A LARGE NUMBER OF STOCKS IN IT.
    THE SECOND HAS ONLY A FEW STOCKS BUT THEY ARE THE SAME STOCKS WHICH ARE IN THE FIRST ACCT. AS WELL.
    THAT MEANS MOST OF THE CELLS IN COLUMNS F & G (BELOW) WILL BE EMPTY.
    FOR THE PURPOSE OF MY EXAMPLE:
    “A ACCT“  WILL SHOW ONLY 4 STOCKS  & “B ACCT” WILL HAVE ONLY 2 STOCKS. I THINK THAT’S ENOUGH FOR YOU
    TO SEE WHAT I’M ATTEMPTING TO DO.
    LETS SAY THE COLUMN HEADINGS ARE:
      A                 B                          C                D                  E                             F                 G                           H
    SYM       DESCRIPTION       A ACCT#SH     CLOSE    A ACCT TTL VALUE     B ACCT#SH   B ACCT TTL VALUE   ACCTS A&B TTL
    I WANT TO MULTIPLY ACROSS EACH ROW      THE # SH    TIMES    THE CLOSE  — TWICE
    COL C  TIMES D SHOULD EQUAL E
    COL F  TIMES D SHOULD EQUAL  G
    THEN I’D LIKE TO ADD E + G AND HAVE THEIR TOTALS ENTERED IN COL H IN EACH ROW.
    ONCE ALL THAT’S DONE,  I’D LIKE COL. E TOTALED, COLUMN G TOTALED AND COL H TOTALED.
    FOR EXAMPLE:
         A             B                         C                 D                  E                          F                        G                         H
    1. SYM    DESCRIPTION       A ACCT#SH     CLOSE    A ACCT TTL VALUE     B ACCT#SH   B ACCT TTL VALUE    ACCTS A&B TTL
    2. XYZ     XYZ STOCK               200             25.00           $5,000.00              150                  $3,750.00           $8,750.00
    3. STU     STU STOCK               100             10.00           $1,000.00            
    4. PQR     PQR STOCK               500             20.00         $10,000.00             100                   $2,000.00         $12,000.00
    5. MNO    MNO STOCK              100             12.75           $1,275.00            
                                                                                    =SUM (E2:E5)                               =SUM (G2:G5)      =SUM (H2:H5)              
    I THINK I KNOW HOW TO WRITE THE FORMULAS TO TOTAL THE COLUMNS. I CHOOSE  “EDIT FORMULA” UNDER  “FUNCTION” AT
    THE TOP OF THE SPREADSHEET AND WRITE AS I’VE SHOWN ABOVE IN AN EMPTY CELL AT THE BOTTOM OF EACH COLUMN.
    IS THIS  CORRECT?
    WHAT I HAVEN’T FIGURED OUT IS HOW TO GET THE MULTIPLICATION DONE ACROSS THE ROWS OR THE ADDITION FOR COL. H
    I THINK I KNOW WHAT THE FORMULAS SHOULD BE  BUT DON’T KNOW HOW TO GET THEM ENTERED OR WHERE….
    I’M DOING SOMETHING WRONG BECAUSE  I GET ONLY ONE  NUMBER AT THE BOTTOM OF COLUMN E  INSTEAD OF MULTIPLYING
    ACROSS,  THEN TOTALING THE COLUMNS
    I THINK THOSE FORMULAS SHOULD BE:
    COL E  SHOULD BE:   =PRODUCT(C,D)         AND   COLUMN G  SHOULD BE: =PRODUCT(D,F )        AND COL H SHOULD BE: =SUM(E,G)
    CORRECT?  IF NOT PLEASE ADVISE WHAT THEY SHOULD BE.
    IF MY FORMULAS ARE CORRECT, HOW DO I GET NUMBERS TO DO IT?  PLEASE PRETEND YOU’RE SPEAKING TO A 5 YR OLD…..
    I’D SAY 1O YR OLD BUT THEY MAY BE MORE FAMILIAR WITH THE VOCABULARY AND HOW TO DO THIS THAN I AM.
    THANK YOU.

    It's incredibly hard to read a post when it's in ALL CAPS.
    But the answer to your question is copy and paste. When you have a cell that contains a formula, and you copy and paste it into another cell, firstly, the formula gets pasted, not the value, and second, the formula uses relative cell values. What that means is, if your formula in E2 is C2 * D2, and you copy and paste that cell value into E3, it will by default become C3 * D3. (You CAN change a formula to use absolute cell values if it suits your spreadsheet - when you edit the formula, the drop down for each cell number includes a value like $C2 which will not change when you paste it into a lower row.)
    by the way, it's usually faster just to use the equals sign when you enter a formula in a cell. eg, click into E2, press equals to start the formula, click into C2 to make that the first cell in the formula, type "*", then click into D2 and click the green tick to confirm the formula.
    Matt

  • How can I increase the character limit of my text messages for Droid Maxx 4.4?

    How can I increase the character limit of my text messages for Droid Maxx 4.4?

    Send as a MMS.

Maybe you are looking for

  • Fed Up with BT's Complaint Department

    At the end of augest i split from my ex-wife and as the broadband was in my name she had to take out a new contract for the bt infinty, i was told at the time that i would not have to pay the £30 cancelation fee by the advisor "as its not really a ca

  • In AE CS6, the sound does not match with video

    Hi, I would like to ask a question. I have AE CS6, and I recorded a gameplay video with Avermedia Live Gamer HD. The format of this video is .mp4. When I import the .mp4 into the program, the sound does not match. On the original video, when i play w

  • ESS/MSS limit of concurrent users

    Hi, I have to implemantation the ESS/MSS in sap with SOA. I would like to know : How many users will be accessing ESS at the same time? In particular, how many should be the concurrent users ( to do the same activity ) will be accessing ESS , to ensu

  • Ipad blocked in recovery mode

    Mu Ipad 3 is freezed in recovery mode. I can't pass it in DFU mode or get out recovery mode. I tryed TinyUmbrella ... Do you have an idea ? Thanks. EM

  • Pdf files and You Tube videos

    I am unable to veiw pdf files on my Mac even after updating the Adobe reader. Same issue with you tube video. Any suggestions please.