Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]() 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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]() 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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can cells containing linked formulas be identified? | Excel Discussion (Misc queries) | |||
how do i add cells in checkbook register template with formulas? | Excel Worksheet Functions | |||
Min Formulas in #VALUE! Cells | Excel Worksheet Functions | |||
I want Excel to allow cells with formulas and unrelated text | Excel Discussion (Misc queries) | |||
adding cells that contain formulas that have returned error messag | Excel Worksheet Functions |