Thread: Date issue
View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rick Rothstein Rick Rothstein is offline
external usenet poster
 
Posts: 5,934
Default Date issue

How about this?

=A1-DAY(A1)-DAY(A1-DAY(A1))+1

--
Rick (MVP - Excel)


"Patrick C. Simonds" wrote in message
...
I need to construct a formula which will subtract 1 month from the previous
month and return the first day of the preceding month.

Example:
A1 value is 24 April, I want A2's value to be 1 March