No date entered still pulls a reult '1' through??

  • Thread starter Thread starter Jim
  • Start date Start date
J

Jim

In Excel 2007 i am using the formula =MONTH(P145) all the way down the
column, which if there is not date entry in columns that are not yet in use
the formula still pulls through a '1' which is mucking up all the
corrisponding information that is pulled for the month of Jan. Can anyone
advise me as to what i can do to get no result pulling through if there is
not a date entered into column P?
Thanks.
 
Use your formula like the below:-

=IF(P145="","",MONTH(P145))

Remember to Click Yes, if this post helps!
 
Back
Top