Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am currently using an if iserror statement to loop through and delete rows
that have returned a #n/a error as a result of a pivot table. I am looking for a more efficient way to perform this operation. I am working with over 20k rows of data and looping through one cell at a time is really slow. Any help would be appreciated. Thanks in advance, Devin |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Filter that column on #N/A and delete all visible rows. You can record the
code to do it. -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "dmoney" wrote in message ... I am currently using an if iserror statement to loop through and delete rows that have returned a #n/a error as a result of a pivot table. I am looking for a more efficient way to perform this operation. I am working with over 20k rows of data and looping through one cell at a time is really slow. Any help would be appreciated. Thanks in advance, Devin |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Or sort your data by this column. All the #n/a's will be together and you can
delete them in one fell swoop. Or maybe... Select the column with the errors Edit|goto|special|Formulas or Constants|Errors Edit|Delete|Entire row If you have errors that you want to keep (#ref/div0, ...), then don't use this. dmoney wrote: I am currently using an if iserror statement to loop through and delete rows that have returned a #n/a error as a result of a pivot table. I am looking for a more efficient way to perform this operation. I am working with over 20k rows of data and looping through one cell at a time is really slow. Any help would be appreciated. Thanks in advance, Devin -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Number / Pound sign problem | Excel Programming | |||
pound signs | Excel Discussion (Misc queries) | |||
Problem extracting Euro and Pound symbol | Excel Discussion (Misc queries) | |||
Pound Signs...Yikes! | Excel Discussion (Misc queries) | |||
UK Pound Sign | Excel Discussion (Misc queries) |