View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike Piazza Mike Piazza is offline
external usenet poster
 
Posts: 9
Default Testing for a cell being dependat on others?

Is it possible to have an if function that test whether the contents of a
formula cell are a reference to another cell? For example, whether a formula
is =55+17(not dependant) or =A7+B23(dependant on other cells??

Thansk for the help!