View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Lucy Lucy is offline
external usenet poster
 
Posts: 37
Default show Comment using INDEX

Hi there,

A B
1 Apple 44 (with red-arrow comment "fruit")
2 Pine 55
3 Apple 66
4 Orange 77

I've added comment "fruit" on cell B1
After I use INDEX function to locate B1, only the value in the cell shows
but NOT
the comments. Which means, only "44" shows.

How can I show the red-arrow comment "fruit" as well?

Thanks.