Thread: Excel Formula
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
krc547 krc547 is offline
external usenet poster
 
Posts: 28
Default Excel Formula

I am having a brain fade, How do I get an if statement to look at a cell and
if there is anything in that cell, then that cell otherwise a different cell?
Below is what I have
=IF('Input Form'!C32=" ",'Input Form'!C32,'Input Form'!H17)