View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default Copy down missing data

Shouldn't they have copied the formula at some point???

Select Cell A3
Select the columns A:C
F5 - Special... | Blanks
(all blank cells should now be highlighted)
Type = <up arrow
Ctrl + Enter
Copy PasteSpecial Value
--
HTH...

Jim Thomlinson


"Jacob Skaria" wrote:

Enter the formula in say J2
=J1

Select column A.
Press F5. Click Special
From GoTo window select Blanks.
Right clickPaste SpecialFormulas..

If this post helps click Yes
---------------
Jacob Skaria


"Dave Shultz" wrote:

I want to write a macro to copy down €śHoliday€ť in column A until the row
where €śVacation€ť appears. And then copy down €śVacation€ť in the subsequent
rows. And the in column B, I want to copy down €śTeam A€ť until the next team
is mentioned. However, I dont want the macro applied to the columns where I
have the # of hours listed.

Suggestions?

Type Team Name Jan Feb Mar Apr
Holiday Team A Tom 16 8
Dick 16 8
Harry 16 8 12
Team B Sue 16
Kim 16 8
Sam 16 8
Team C George 16 8
John 16 8
Jim 8
Vacation Team A Tom 8
Dick 8
Harry
Team B Sue 8
Kim
Sam 8
Team C George 8
John 8
Jim