+ Reply to Thread
Results 1 to 9 of 9

Filling Blank Rows w/ Values

Hybrid View

XtremeSki2001 Filling Blank Rows w/ Values 10-13-2009, 08:24 AM
NBVC Re: Formula Question :... 10-13-2009, 08:35 AM
XtremeSki2001 Re: Formula Question :... 10-13-2009, 09:19 AM
NBVC Re: Filling Blank Rows w/... 10-13-2009, 09:24 AM
Parham Re: Filling Blank Rows w/... 06-12-2016, 10:22 PM
Parham Re: Filling Blank Rows w/... 06-12-2016, 10:14 PM
FDibbins Re: Filling Blank Rows w/... 06-13-2016, 12:00 AM
Parham Re: Filling Blank Rows w/... 06-13-2016, 07:05 AM
FDibbins Re: Filling Blank Rows w/... 06-14-2016, 12:16 AM
  1. #1
    Registered User
    Join Date
    10-13-2009
    Location
    Philly
    MS-Off Ver
    Excel 2007
    Posts
    2

    Filling Blank Rows w/ Values

    Hi All! Great forum you have here and the resources available here via search are great. I haven't found what I'm looking for - so I'm hoping you all can assist with something I think is quite simple .. but I keep hitting a wall.

    I have a situation in Excel that currently looks like this:

    Column A
    a
    <blank>
    <blank>
    b
    <blank>
    <blank>
    <blank>
    <blank>
    c
    <blank>
    <blank>
    <blank>
    <blank>
    <blank>
    <blank>
    d
    (^^ each line represents a row ^^)

    This goes on for several thousand lines - sometimes there are no blanks, sometimes 1 and sometimes 30 or more.

    What I'd like to do is find a formula I can use on the column to the left (or right) of the data above to create a consistent list without blanks as seen here:

    Column A
    a
    a
    a
    b
    b
    b
    b
    b
    c
    c
    c
    c
    c
    c
    c
    d
    (^^ each line represents a row ^^)

    Essentially, I want to fill in the blanks after each value with the value from above - when I reach a new value I want to fill in the blanks after the new value with the data from the new value.

    I hope I've explained this well enough. Thank you in advance for your help!

    -E

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Formula Question : Filling Blank Rows w/ Values

    Select column A and then hold the CTRL key and select A1.

    Then go to Edit|Go To and click Special....select Blanks and click Ok.

    enter an = sign and hit the up arrow key.

    Hold the CTRL key again and hit ENTER.

    You may have to fix whatever was in A1.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    10-13-2009
    Location
    Philly
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Formula Question : Filling Blank Rows w/ Values

    Quote Originally Posted by NBVC View Post
    Select column A and then hold the CTRL key and select A1.

    Then go to Edit|Go To and click Special....select Blanks and click Ok.

    enter an = sign and hit the up arrow key.

    Hold the CTRL key again and hit ENTER.

    You may have to fix whatever was in A1.
    Awesome! You da man. Thank you.

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Filling Blank Rows w/ Values

    If you are satisfied with the solution provided, please mark your thread as Solved.

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save

  5. #5
    Registered User
    Join Date
    06-12-2016
    Location
    Tehran,Iran
    MS-Off Ver
    2010
    Posts
    3

    Re: Filling Blank Rows w/ Values

    Hi,
    I want to insert a list of values from column (A) to just blank cells of column (B), respectively. because of so many row and cells, filling blank cells is so difficult, manually. please help me.
    Here is a short example of data:
    Untitled.png
    Thanks
    Last edited by Parham; 06-12-2016 at 10:37 PM. Reason: attaching the data sample

  6. #6
    Registered User
    Join Date
    06-12-2016
    Location
    Tehran,Iran
    MS-Off Ver
    2010
    Posts
    3

    Re: Filling Blank Rows w/ Values

    Hi,
    I want to insert a list of values from column (A) to just blank cells of column (B), respectively. because of so many row and cells, filling blank cells is so difficult, manually. please help me.
    Here is a short example of data:
    Untitled.png

    Thanks,
    Last edited by Parham; 06-12-2016 at 10:36 PM. Reason: formating the columns

  7. #7
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Filling Blank Rows w/ Values

    Parham welcome to the forum

    Unfortunately your post does not comply with Rule 2 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

    Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  8. #8
    Registered User
    Join Date
    06-12-2016
    Location
    Tehran,Iran
    MS-Off Ver
    2010
    Posts
    3

    Re: Filling Blank Rows w/ Values

    [VBA]
    Hi,
    I'm having difficulty in creating a VBA code that will make, insert a list of values from column (A) to just blank cells of column (B), respectively. Because of so many row and cells, filling blank cells is so difficult, manually. Please help me.
    Thanks in advance
    Here is a sample of data:
    sample.png
    [/VBA]

  9. #9
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Filling Blank Rows w/ Values

    Parham welcome to the forum

    Unfortunately your post does not comply with Rule 2 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

    Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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