itbeginner
Instructor
Hello!
I've used the following formula to calculate the number of days between 2 dates:
=ROUNDUP((C28-C27)/7,0)
Is this correct? However the result i get is not correct. The date in C27 is 30/03/2004 and that in C28 is 05/04/2004. using the above formula in cell C29, i get 1 which is completely wrong.
Can you please tell me why the formula does not work?
Can you also please tell me how to ensure that a user enters value in a cell and does not leave it blank?
I've used the following formula to calculate the number of days between 2 dates:
=ROUNDUP((C28-C27)/7,0)
Is this correct? However the result i get is not correct. The date in C27 is 30/03/2004 and that in C28 is 05/04/2004. using the above formula in cell C29, i get 1 which is completely wrong.
Can you please tell me why the formula does not work?
Can you also please tell me how to ensure that a user enters value in a cell and does not leave it blank?