thundardog
New Member
- Joined
- May 18, 2011
- Messages
- 19
I have been using the IF statement below to time an date stamp a field when a value is entered in the adjacent field
=IF(C4="","",IF(B4="",NOW(),B4))
I now get a circular reference error when I open the file, which I never got before and now it does not complete the NOW() statement.
any thoughts???
=IF(C4="","",IF(B4="",NOW(),B4))
I now get a circular reference error when I open the file, which I never got before and now it does not complete the NOW() statement.
any thoughts???