Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
VETcalc
 
Posts: n/a
Default Identifying Cells with formulas


I am aware of the VBA approach to identifying Cells with formulas. My
question,
is there anyway to use a Excel Function with logic to identifying a
cell that contains
a formula?

In advance, thank you for your help!

Bob


--
VETcalc
------------------------------------------------------------------------
VETcalc's Profile: http://www.excelforum.com/member.php...o&userid=13078
View this thread: http://www.excelforum.com/showthread...hreadid=395346

  #2   Report Post  
Gary's Student
 
Posts: n/a
Default

Please ignore this answer if some one can help you without resorting to UDFs.
Otherwise this tiny UDF:

Function IsFormula(cell As Range) As Boolean
IsFormula = cell.HasFormula
End Function

will tell you TRUE/FALSE if cell has a formula.
--
Gary's Student


"VETcalc" wrote:


I am aware of the VBA approach to identifying Cells with formulas. My
question,
is there anyway to use a Excel Function with logic to identifying a
cell that contains
a formula?

In advance, thank you for your help!

Bob


--
VETcalc
------------------------------------------------------------------------
VETcalc's Profile: http://www.excelforum.com/member.php...o&userid=13078
View this thread: http://www.excelforum.com/showthread...hreadid=395346


  #3   Report Post  
Krishnakumar
 
Posts: n/a
Default


Hi,

See 'this' (http://www.j-walk.com/ss/excel/usertips/tip045.htm)

HTH


--
Krishnakumar


------------------------------------------------------------------------
Krishnakumar's Profile: http://www.excelforum.com/member.php...o&userid=20138
View this thread: http://www.excelforum.com/showthread...hreadid=395346

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
Can cells containing linked formulas be identified? EA Excel Discussion (Misc queries) 1 July 7th 05 01:37 AM
how do i add cells in checkbook register template with formulas? nlc Excel Worksheet Functions 0 June 28th 05 03:57 AM
Min Formulas in #VALUE! Cells Tip Rabbit Rabbit Excel Worksheet Functions 1 March 24th 05 04:47 PM
I want Excel to allow cells with formulas and unrelated text blueboy Excel Discussion (Misc queries) 9 March 4th 05 12:22 AM
adding cells that contain formulas that have returned error messag Daniel R Excel Worksheet Functions 3 February 21st 05 07:14 PM


All times are GMT +1. The time now is 01:33 PM.

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"