I'm having trouble when calculating the nightly hotel occupancy using the arrival date and last night stayed.
Column A: Calendar dates (12/31/16. 1/1/17, etc)
Column B: Blank, no data
Column C: Arrival
Column D: Last night
The formula I was given is below, but the results are always 0 (zero). What am I doing wrong?
=COUNTIF($C$3:$C$9999,"<="&$A3)-COUNTIF($D$3:$D$9999,"<="&$A3)
Column A: Calendar dates (12/31/16. 1/1/17, etc)
Column B: Blank, no data
Column C: Arrival
Column D: Last night
The formula I was given is below, but the results are always 0 (zero). What am I doing wrong?
=COUNTIF($C$3:$C$9999,"<="&$A3)-COUNTIF($D$3:$D$9999,"<="&$A3)