Hi! I am running a guest house and need to calculate the number of room nights. The check in and check out times are at noon. If some one checks in 1 hr before noon or checks out one hour after noon, each should count as one night extra.
A1 B1 C1
27 May 2015 01:35 29 May 2015 18:20 3
For example if I put above values in cells A1 and B1, then C1 should give me 4 nights (by using the formula ROUND(B1,0)-INT(A1) ). But it is giving 3 nights. How can I modify this formula? Pls help.
Bookmarks