View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
daddylonglegs daddylonglegs is offline
external usenet poster
 
Posts: 174
Default Force date cell to show [blank] if end of month

You could try this formula

=IF(A1="","",IF(DAY(A1+1)=1,"",A1+1))

"lisa110rry" wrote:

Hello,

My monthly employee timesheet spreadsheet is quite simple - a field where
the employee enters the first date in the month, eg 01/02/07 and a column
which automatically enters DDD/DD/MMM in a column on the left. All fine
there. However, I don't know how to stop the calculation (cellref above)+1
where the month is shorter than 31 days. Can anyone help with this? Is
there no alternative to linking a calendar table, as I would do if making an
Access object? This spreadsheet is used by all the company employees in
various stand-alone locations, who have various levels of Excel ability and I
must make this as simple as possible.

Many thanks