+ Reply to Thread
Results 1 to 4 of 4

Multiply a number by a sequence of numbers in a column

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    05-16-2007
    Location
    USA
    MS-Off Ver
    MS Office 2016, Excel 2016
    Posts
    216

    Multiply a number by a sequence of numbers in a column

    I'm trying to figure out how to multiply a number by a sequence of numbers that is auto generated for each cell in a column.

    Example:

    A1: 40 * 1 = 40
    A2: 40 * 2 = 80
    A3: 40 * 3 = 120

    Selecting the first two or three and pasting down just repeats those same numbers.

    Is there an easy way to accomplish this task?

    Thank you
    Mike

  2. #2
    Registered User
    Join Date
    07-07-2016
    Location
    Vancouver, Canada
    MS-Off Ver
    2010
    Posts
    68

    Re: Multiply a number by a sequence of numbers in a column

    The only way I can figure is if you have your base number (40) in a cell by itself n(ie A1)
    Then have your number sequence in another column (ie B)
    Then write a formula where you make cell A1 absolute and drag the formula down.
    Attached Files Attached Files

  3. #3
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Multiply a number by a sequence of numbers in a column

    In A1, enter =CONCATENATE(40," * ",ROW(A1)," = ",40*ROW(A1)) then fill the formula down.

  4. #4
    Forum Contributor
    Join Date
    05-16-2007
    Location
    USA
    MS-Off Ver
    MS Office 2016, Excel 2016
    Posts
    216

    Re: Multiply a number by a sequence of numbers in a column

    Thanks for the suggestions but I found a simpler way that works for what I need.

    Here it is if it helps anyone else down the road:

    In A1:

    =40*row(a1)

    copy down....

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 7
    Last Post: 06-08-2015, 08:39 AM
  2. [SOLVED] UDF to number a sequence of numbers of letters
    By Brawnystaff in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-25-2014, 12:53 AM
  3. [SOLVED] Creating a sequence based on numbers in one column and adding "01,02..." to a new sequence
    By JCR1968 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-05-2013, 08:06 AM
  4. I need numbers in given cells to multiply by a constant number
    By normanluc in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-27-2012, 12:16 AM
  5. How do I find a missing number in a sequence of numbers?
    By Peo Sjoblom in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-06-2005, 07:05 AM
  6. [SOLVED] How do I find a missing number in a sequence of numbers?
    By Nash in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 AM
  7. How do I find a missing number in a sequence of numbers?
    By Nash in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11:05 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1