IF Statement Help

J

Jcraig713

I have a maintenance schedule in excel split by quarter (1,2,3,4 etc). Along
the left-most column is worksite, Each quarter has a column, due on or before
and date completed column.

A B C D
E
SITE QTR1 QTR2
1 xxxx Due on/Before Completed Due on/Before Completed

I have a date in Qtr1 "due on/before" column. What I want to do is, I guess
it needs to be an IF statement for the date that goes in Qtr2 Due date such
as:

In D1... If the date in Completed Column(C1) > blank, then C1 +91, else B1+91

Any Suggestions?
 
J

Jcraig713

Thanks is works beautifully!

I was using IF(C1>"",C1+91,B1+91)

What does the <> that the > doesn't?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top