+ Reply to Thread
Results 1 to 5 of 5

Fill series (I think) query

  1. #1
    Registered User
    Join Date
    12-17-2009
    Location
    Kirkcaldy, Scotland
    MS-Off Ver
    Microsoft® Excel® for Microsoft 365 MSO (Version 2201) 64-bit
    Posts
    81

    Fill series (I think) query

    I want to run a series of cells but can't figure out how to do it.
    eg
    Cell A1 to contain the data 2A
    the next cell (A2) to read 2B
    the next 2C etc etc

    I've tried just dragging the cells down but it just duplicates 2A, 2B, 2C whereas I want it to fill the next cells as 2D, 2E etc
    and I've tried using the fill series option but neither seems to be working (presumably due to the letter) - anyone know a quick and easy solution? Seems like it is an obvious one but can't remember how.

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,655

    Re: Fill series (I think) query

    Try in A1:
    =2&MID(ADDRESS(1,ROW()),2,1)
    drag down
    Quang PT

  3. #3
    Registered User
    Join Date
    12-17-2009
    Location
    Kirkcaldy, Scotland
    MS-Off Ver
    Microsoft® Excel® for Microsoft 365 MSO (Version 2201) 64-bit
    Posts
    81

    Re: Fill series (I think) query

    Thanks - that works. I also need it follow a pattern going across the row too, so it looks like below:
    2A 3A 4A 5A
    2B 3B 4B 4C
    2C 3C 4C 5C
    Is there an easy way to do this - without having to keep typing in things?

  4. #4
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,655

    Re: Fill series (I think) query

    Seem it do:
    =COLUMNS($A:B)&MID(ADDRESS(1,ROW()),2,1)

  5. #5
    Registered User
    Join Date
    12-17-2009
    Location
    Kirkcaldy, Scotland
    MS-Off Ver
    Microsoft® Excel® for Microsoft 365 MSO (Version 2201) 64-bit
    Posts
    81

    Re: Fill series (I think) query

    Perfect thanks

+ 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. need to fill series. three different series adjacent to each other
    By ajainwa in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-07-2013, 04:48 PM
  2. [SOLVED] Fill Series
    By chandan12 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-28-2008, 03:40 AM
  3. how to fill a different series?
    By Jared in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-27-2006, 12:05 AM
  4. [SOLVED] Edit Fill Series - How do I fill using minute increments
    By IUnknown in forum Excel General
    Replies: 1
    Last Post: 01-29-2006, 08:55 AM
  5. Filling in a Date Series using the Fill | Series menu command
    By Bob C in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-01-2005, 08:06 PM

Tags for this Thread

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