Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
S. Kissing
 
Posts: n/a
Default Filling in blanks.

I have a large spreadsheet, it has names and blanks in column A. I want to
fill in the blanks with the name above the blanks with out having to do it
manually. Any ides???
  #2   Report Post  
peter
 
Posts: n/a
Default

Hi,
If you know how to write and run a macro...
sub filldown()

range("a1:c10").select 'you can either enter the range
'here or leave this line out and highlight the range
'before you run the macro

selection.specialcells(xlcelltypeblanks).select
selection.formulaR1C1="=R[-1]C

end sub

peter

-----Original Message-----
I have a large spreadsheet, it has names and blanks in

column A. I want to
fill in the blanks with the name above the blanks with

out having to do it
manually. Any ides???
.

  #3   Report Post  
Gord Dibben
 
Posts: n/a
Default

Assume A1 has a name.

Select column A.

Hit F5 and SpecialBlanks.

Enter an = sign in the active cell then point to cell above and hit CRTL +
ENTER.

With column A still selected, copy and in place Paste SpecialValuesOKEsc.

Gord Dibben Excel MVP

On Wed, 24 Nov 2004 11:09:07 -0800, "S. Kissing" <S.
wrote:

I have a large spreadsheet, it has names and blanks in column A. I want to
fill in the blanks with the name above the blanks with out having to do it
manually. Any ides???


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
filling a cell gusrox Excel Discussion (Misc queries) 1 January 15th 05 02:13 AM
Trailing blanks SAS Excel Discussion (Misc queries) 2 January 7th 05 09:42 PM
Average the last 5 of a continually filling row. Geo Excel Discussion (Misc queries) 12 January 6th 05 10:41 PM
Zero Filling Excel Discussion (Misc queries) 4 December 17th 04 08:46 PM
filling a series Wazooli Excel Discussion (Misc queries) 1 December 14th 04 06:03 PM


All times are GMT +1. The time now is 08:13 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"