#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default Link Filter

Hello All,

I am linking data to a worksheet that has some values equating to 0 because
the source cell is empty. Search and Replace for a 0 doesn't work because it
finds the formula which is not a 0.
Any help on how I can replace the 0 with a NULL via a macro in a selection
from A1 thru R110? I'm using Excel 2002.

--
Ray Tweedale

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default Link Filter

Ok. I see what that does and do frequently use the IF(Undesired value, Then
do NULL, ELSE Desired Value) and it's a cute trick using the GOTO SPECIAL
feature to rid them but how can I easily change all 1980 of the formulas
(links)?

--
Ray Tweedale


"Tom Ogilvy" wrote:

change your formula to

=if(Z20="",na(),Z20)

then select all the cells and do Edit=goto=special, select formulas and
errors. Do edit=delete

--
Regards,
Tom Ogilvy


"Tweedy" wrote:

Hello All,

I am linking data to a worksheet that has some values equating to 0 because
the source cell is empty. Search and Replace for a 0 doesn't work because it
finds the formula which is not a 0.
Any help on how I can replace the 0 with a NULL via a macro in a selection
from A1 thru R110? I'm using Excel 2002.

--
Ray Tweedale

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
Link Pivot Tables on one filter steplawn Excel Discussion (Misc queries) 2 May 12th 10 09:33 AM
Filter by a Date that link to a cell Ken Excel Discussion (Misc queries) 1 August 10th 07 08:38 PM
Filter by a Date that link to a cell Ken Excel Discussion (Misc queries) 1 August 10th 07 08:34 PM
Filter macro doesn't like link dzelnio Excel Discussion (Misc queries) 0 June 14th 07 07:08 PM
link and filter two w/s beginner ton de w Excel Programming 0 May 7th 07 09:34 PM


All times are GMT +1. The time now is 09:32 AM.

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

About Us

"It's about Microsoft Excel"