Thread: If Statement
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
krc547 krc547 is offline
external usenet poster
 
Posts: 28
Default If Statement

How do I get a cell to inout what is in that cell unless it is blank, if it
is blank then return what is in another cell, if both are blank then return
nothing.

Example:

=IF('Input Form'!C29=" ",'Input Form'!C29,'Input Form'!H17)