Thread: Comment insert
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Umlas, Excel MVP Bob Umlas, Excel MVP is offline
external usenet poster
 
Posts: 320
Default Comment insert

=IF(A14,"This is your comment","")

"THILL" wrote:

Is it possible to have a comment inserted into a cell using an if formula.
Something like if(a1, insert comment, 0)?