View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
SteveG
 
Posts: n/a
Default How do i have a check display with any data entry in a cell


Sorry, that formula excludes inserting the check mark if the teacher
types in a 0. Use this if that is a concern.

=IF(ISBLANK(F31),"",$J$31)

Steve


--
SteveG
------------------------------------------------------------------------
SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571
View this thread: http://www.excelforum.com/showthread...hreadid=486297