Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
gaftalik
 
Posts: n/a
Default Any way to filter cells with formulas ?


Hi,
I need to filter cells with formulas and not to select them , is that
possible by a simple or advanced filter ?
Thank you .


--
gaftalik
------------------------------------------------------------------------
gaftalik's Profile: http://www.excelforum.com/member.php...fo&userid=6450
View this thread: http://www.excelforum.com/showthread...hreadid=488232

  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Any way to filter cells with formulas ?

Maybe....

But I think you'll have to expand on what you really want...

gaftalik wrote:

Hi,
I need to filter cells with formulas and not to select them , is that
possible by a simple or advanced filter ?
Thank you .

--
gaftalik
------------------------------------------------------------------------
gaftalik's Profile: http://www.excelforum.com/member.php...fo&userid=6450
View this thread: http://www.excelforum.com/showthread...hreadid=488232


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
gaftalik
 
Posts: n/a
Default Any way to filter cells with formulas ?


In a range of cells which contains constant values and formulas , i need
to add a filter or a macro to filter all cells that contain only
formulas in a way to hide the rows in which there is a constant value
cell ! is that possible ?

Thank you much .


--
gaftalik
------------------------------------------------------------------------
gaftalik's Profile: http://www.excelforum.com/member.php...fo&userid=6450
View this thread: http://www.excelforum.com/showthread...hreadid=488232

  #4   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Any way to filter cells with formulas ?

You could use a UserDefined Function that returns true/false depending on if
there's a formula in that cell:

Option Explicit
Function HasFormula(rng as range) as boolean
set rng = rng.cells(1) 'only one cell
HasFormula=rng.hasformula
end function

Then you could add a column of helper cells that contain formulas:

=hasformula(a1)
(and drag down)
and filter on that.

If you're new to macros, you may want to read David McRitchie's intro at:
http://www.mvps.org/dmcritchie/excel/getstarted.htm

gaftalik wrote:

In a range of cells which contains constant values and formulas , i need
to add a filter or a macro to filter all cells that contain only
formulas in a way to hide the rows in which there is a constant value
cell ! is that possible ?

Thank you much .

--
gaftalik
------------------------------------------------------------------------
gaftalik's Profile: http://www.excelforum.com/member.php...fo&userid=6450
View this thread: http://www.excelforum.com/showthread...hreadid=488232


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
gaftalik
 
Posts: n/a
Default Any way to filter cells with formulas ?


Thank you much . It worked well .


--
gaftalik
------------------------------------------------------------------------
gaftalik's Profile: http://www.excelforum.com/member.php...fo&userid=6450
View this thread: http://www.excelforum.com/showthread...hreadid=488232

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
Adding cells that already have formulas critter Excel Discussion (Misc queries) 2 September 28th 05 06:46 AM
How to link cells in diff't workbooks that don't contain formulas Gustin512 Excel Discussion (Misc queries) 2 September 21st 05 11:26 AM
formula's in cells are not calculating peto Excel Worksheet Functions 2 September 8th 05 04:33 AM
adding cells that contain formulas that have returned error messag Daniel R Excel Worksheet Functions 3 February 21st 05 07:14 PM
How do you show formulas in certain cells only (not the whole she. andy Excel Worksheet Functions 2 February 16th 05 07:05 PM


All times are GMT +1. The time now is 10:18 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"