View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jordun
 
Posts: n/a
Default Conditional Expression in cell


Hi
try: =IF(AND(ISBLANK(B33),ISBLANK(B34)),B28=0,B35/728)

here you're nesting IF with AND function and ISBLANK function.


--
jordun


------------------------------------------------------------------------
jordun's Profile: http://www.excelforum.com/member.php...o&userid=33118
View this thread: http://www.excelforum.com/showthread...hreadid=529766