Cell A1= Target Date - 1/1/13
Cell B1= Completion Date - 1/15/13
Cell C1= Returns "Closed within 30 days"
列 C1 のセルが空の場合、If ステートメントを使用して「空白」という単語を返そうとしています。
これが私がこれまでに持っているものです。
=IF(B1>A1+30,"",Closed within 30 days")
ありがとうございました