Hail Excel-lent ones. I've used this site often in the past to much success, but I've found a problem I'm not sure how to work around.
I need two independent time stamps to be auto-filled based on the completion of adjacent cells. This part works in generating the stamps, but updates when the stamps when reopened. These are the formulas:
=IF(ISBLANK(C7),"",IF(ISBLANK(C8),"",IF(ISBLANK(E8),"",NOW())))
=IF(ISBLANK(C12),"",IF(ISBLANK(C13),"",IF(ISBLANK(C14),"",IF(ISBLANK(E12),"",IF(ISBLANK(E13),"-",NOW())))))
I know key strokes can be used to generate a time stamp, but this form will be used by people with general familiarity of Excel or less. I've used code from this site before to prevent time stamps from updating, but I'm not certain how to make this happen on a two part form. I know a macro button could work too, but I need to force compliance in this case, (i.e. it won't be stamped complete until all required fields are populated).
Any help on this issue would be appreciated.
Thank you.
I need two independent time stamps to be auto-filled based on the completion of adjacent cells. This part works in generating the stamps, but updates when the stamps when reopened. These are the formulas:
=IF(ISBLANK(C7),"",IF(ISBLANK(C8),"",IF(ISBLANK(E8),"",NOW())))
=IF(ISBLANK(C12),"",IF(ISBLANK(C13),"",IF(ISBLANK(C14),"",IF(ISBLANK(E12),"",IF(ISBLANK(E13),"-",NOW())))))
I know key strokes can be used to generate a time stamp, but this form will be used by people with general familiarity of Excel or less. I've used code from this site before to prevent time stamps from updating, but I'm not certain how to make this happen on a two part form. I know a macro button could work too, but I need to force compliance in this case, (i.e. it won't be stamped complete until all required fields are populated).
Any help on this issue would be appreciated.
Thank you.