wkirkcrawford
Board Regular
- Joined
- Dec 7, 2013
- Messages
- 72
Thisis the code that I was using. Note:ISBLANK. IF(ISBLANK(R121"",IF(U121=0,"",MOD(R121-I121,1)))
I changed it toIF(R121<>"",IF(U121=0,"",MOD(R121-I121,1)))
And now I get"FALSE" in cells that are not used yet.
Please note, ifthere is no 'Reading', then the row is blank. But if there is a'Reading' and the number of units is "0", then the 'Time between thelast shot' should be blank.
If you need to see the file, I have a shorten version.
W. Kirk Crawford
Tularosa, New Mexico
I changed it toIF(R121<>"",IF(U121=0,"",MOD(R121-I121,1)))
And now I get"FALSE" in cells that are not used yet.
Please note, ifthere is no 'Reading', then the row is blank. But if there is a'Reading' and the number of units is "0", then the 'Time between thelast shot' should be blank.
If you need to see the file, I have a shorten version.
W. Kirk Crawford
Tularosa, New Mexico