View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Conditional cell

=if(a1="yes","data required","")
or
=if(a1="yes","data required",if(a1="no","","Not Yes and Not No"))





grahammal wrote:

I have a dropdown menu in cell A1 that is either Yes or No.
I want cell C1 to display "Data Required" if A1 = Yes and is left blank
if A1 = No.
How do I program cell C1??

--
grahammal
------------------------------------------------------------------------
grahammal's Profile: http://www.excelforum.com/member.php...o&userid=20336
View this thread: http://www.excelforum.com/showthread...hreadid=538860


--

Dave Peterson