Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How does one filter on blanks and populate with a series?
I'm trying to replace all blanks in a column with TA1..TA2..TA3..etc. When in filter mode, excel doesn't let you copy just to the filtered rows. I've tried a few things from google, but I can't get anything to work. Thanks Dwight |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It lets you copy just the filtered rows, but it sound like you want to paste
to just the filtered rows. As far as I know, you will have to loop through all the rows (or use specialcells to loop through just the visible rows) and update each cell as appropriate. -- Regards, Tom Ogilvy "Dwight Trumbower" wrote in message ... How does one filter on blanks and populate with a series? I'm trying to replace all blanks in a column with TA1..TA2..TA3..etc. When in filter mode, excel doesn't let you copy just to the filtered rows. I've tried a few things from google, but I can't get anything to work. Thanks Dwight |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
filter non-blanks before closing | Excel Discussion (Misc queries) | |||
Not showing blanks for 1 out of 2 series in a chart | Charts and Charting in Excel | |||
Blanks non blanks in filter | Excel Discussion (Misc queries) | |||
Blanks non blanks in filter | Excel Discussion (Misc queries) | |||
Populate a series of values | Excel Programming |