View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Counting calendar days

Hi,

I'm not sure I agree with your reasoning but if that's what you want then
you'll have to do the subtraction and add 1 back

=B2-A2+1

Mike


"musha-bsuha" wrote:

When I count calendar days, using =VALUE(B2-A2) or even just =(B2-A2), it
always omits one day. For instance 28/09/2009 to 30/09/2009 the formula
counts it as 2 days, while actually it's 3 days (28-29-30). How can I correct
this?