Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 32
Default IF Statement Help

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?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default IF Statement Help


Maybe this........

=IF(C1<"",C1+91,B1+91)

Vaya con Dios,
Chuck, CABGx3




"Jcraig713" wrote:

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?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 32
Default IF Statement Help

Thanks is works beautifully!

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

What does the < that the doesn't?

"CLR" wrote:


Maybe this........

=IF(C1<"",C1+91,B1+91)

Vaya con Dios,
Chuck, CABGx3




"Jcraig713" wrote:

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?

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default IF Statement Help

You're welcome, thanks for the feedback.........

< means "does not equal"
means "Greater than"


Vaya con Dios,
Chuck, CABGx3

"Jcraig713" wrote:

Thanks is works beautifully!

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

What does the < that the doesn't?

"CLR" wrote:


Maybe this........

=IF(C1<"",C1+91,B1+91)

Vaya con Dios,
Chuck, CABGx3




"Jcraig713" wrote:

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?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can an If statement answer an If statement? M.A.Tyler Excel Discussion (Misc queries) 2 June 24th 07 04:14 AM
how do i use contains in an if statement Pondering Excel Worksheet Functions 4 May 10th 07 06:25 PM
appending and IF statement to an existing IF statement spence Excel Worksheet Functions 1 February 28th 06 11:00 PM
If statement and Isblank statement Rodney C. Excel Worksheet Functions 0 January 18th 05 08:39 PM
Help please, IF statement/SUMIF statement Brad_A Excel Worksheet Functions 23 January 11th 05 02:24 PM


All times are GMT +1. The time now is 11:17 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"