Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
S. H. Drew
 
Posts: n/a
Default filter for non-formulas

I have a list of data. Is there a way I can filter a column of rows to
extract only those cells that do not contain formulas?
  #2   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
you could use a helper column together with a UDF. Put the following
code in one of your modules:
public function is_formula(rng as range)
is_formula=rng.hasformula
end function

and use this in your helper column:
=IS_FORMULA(A1)

--
Regards
Frank Kabel
Frankfurt, Germany

"S. H. Drew" schrieb im Newsbeitrag
...
I have a list of data. Is there a way I can filter a column of rows

to
extract only those cells that do not contain formulas?


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
Excel 2003 Filter Problem bkbrueggemann Excel Discussion (Misc queries) 3 February 1st 05 11:49 PM
advanced filter won't allow me to filter on bracketed text (-456.2 LucianoG Excel Discussion (Misc queries) 1 December 6th 04 08:38 PM
Filter changes upon reopening file! b1 Excel Discussion (Misc queries) 1 December 3rd 04 03:20 AM
filter and count rexmann Excel Discussion (Misc queries) 2 November 30th 04 02:11 PM
How do I sort a column of formulas in Excel? Gordon Excel Discussion (Misc queries) 2 November 27th 04 01:55 AM


All times are GMT +1. The time now is 09:04 PM.

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"