ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Identifying Cells with formulas (https://www.excelbanter.com/excel-worksheet-functions/40196-identifying-cells-formulas.html)

VETcalc

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


Gary's Student

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



Krishnakumar


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



All times are GMT +1. The time now is 05:18 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com