+ Reply to Thread
Results 1 to 21 of 21

Identifying Cells with formulas

  1. #1
    Registered User
    Join Date
    08-12-2004
    Posts
    14

    Question 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

  2. #2
    Gary's Student
    Guest

    RE: Identifying Cells with formulas

    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. #3
    Forum Contributor
    Join Date
    02-19-2005
    Location
    Gurgaon,India
    MS-Off Ver
    2007,2010,2013
    Posts
    180
    Hi,

    See this

    HTH
    Kris

  4. #4
    Gary's Student
    Guest

    RE: Identifying Cells with formulas

    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
    >
    >


  5. #5
    Gary's Student
    Guest

    RE: Identifying Cells with formulas

    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
    >
    >


  6. #6
    Gary's Student
    Guest

    RE: Identifying Cells with formulas

    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
    >
    >


  7. #7
    Gary's Student
    Guest

    RE: Identifying Cells with formulas

    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
    >
    >


  8. #8
    Gary's Student
    Guest

    RE: Identifying Cells with formulas

    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
    >
    >


  9. #9
    Gary's Student
    Guest

    RE: Identifying Cells with formulas

    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
    >
    >


  10. #10
    Gary's Student
    Guest

    RE: Identifying Cells with formulas

    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
    >
    >


  11. #11
    Gary's Student
    Guest

    RE: Identifying Cells with formulas

    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
    >
    >


  12. #12
    Gary's Student
    Guest

    RE: Identifying Cells with formulas

    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
    >
    >


  13. #13
    Gary's Student
    Guest

    RE: Identifying Cells with formulas

    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
    >
    >


  14. #14
    Gary's Student
    Guest

    RE: Identifying Cells with formulas

    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
    >
    >


  15. #15
    Gary's Student
    Guest

    RE: Identifying Cells with formulas

    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
    >
    >


  16. #16
    Gary's Student
    Guest

    RE: Identifying Cells with formulas

    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
    >
    >


  17. #17
    Gary's Student
    Guest

    RE: Identifying Cells with formulas

    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
    >
    >


  18. #18
    Gary's Student
    Guest

    RE: Identifying Cells with formulas

    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
    >
    >


  19. #19
    Gary's Student
    Guest

    RE: Identifying Cells with formulas

    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
    >
    >


  20. #20
    Gary's Student
    Guest

    RE: Identifying Cells with formulas

    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
    >
    >


  21. #21
    Gary's Student
    Guest

    RE: Identifying Cells with formulas

    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
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1