View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RedBeard RedBeard is offline
external usenet poster
 
Posts: 15
Default Show cell contents depending on other cells information

Hello, here is my problem.

I have two cells (B5) and (C5).

If (B5) has any other value than 40 or if (C5) contains text, I want
to display the contents of cell (D5).
Otherwise the contents of (D5) are to remain invisible.

Is this doable?

Thanks.