Hello All,
I have a field in which a user must manually enter a date. The date field is used to caluclate a number of different cells which have IF Commands in them.
The problem occurs when that field has not been entered it displays the value "0-Jan-00" (likely because I have that column formatted as date). That causes problems with two of my fields which I am not sure how to fix. Specifically it causes the first field (L3) to display On-Time, even though the PO has no date in the field associated with the caluclation, hence this field should state, "Late". The second field (M3) displays the variance in days between the two dates I am measuring, and when there is no second date, it gives a number in the thousands.
What I need to happen is that when an IF command runs into a field it is pulling with no value (aka, 0-Jan-00 when formatted according to date), it will ignores that value. Here are the two columns I am having trouble with:
Column L "Late or Ontime": =IF(K4<=J4,"On-Time","Late")
Thank you!!
I have a field in which a user must manually enter a date. The date field is used to caluclate a number of different cells which have IF Commands in them.
The problem occurs when that field has not been entered it displays the value "0-Jan-00" (likely because I have that column formatted as date). That causes problems with two of my fields which I am not sure how to fix. Specifically it causes the first field (L3) to display On-Time, even though the PO has no date in the field associated with the caluclation, hence this field should state, "Late". The second field (M3) displays the variance in days between the two dates I am measuring, and when there is no second date, it gives a number in the thousands.
What I need to happen is that when an IF command runs into a field it is pulling with no value (aka, 0-Jan-00 when formatted according to date), it will ignores that value. Here are the two columns I am having trouble with:
Column L "Late or Ontime": =IF(K4<=J4,"On-Time","Late")
- For the Late/On-time Field, I need a zero value to default to "Late" without affecting the original calculation should that field be enetered in at a later date.
- For the Variance field I need a zero value to be ignored if it is found and the formula to instead calculate the difference between Today's date and the Creation Date (call it I4).
Thank you!!