G
Guest
What formula do I use to give me the begining of the present month.
If you have the Analysis ToolPak add-in installed:
try this:
=EOMONTH(TODAY(),-1)+1
If you don't....try this:
=TODAY()-DAY(TODAY())+1
Does that help?
--------------------------
Regards,
Ron (XL2003, Win XP)
Microsoft MVP (Excel)
EOM can be stated as day zero of the following month:EOMONTH question
BOM can be stated as day one of the current month:What formula do I use to give me the begining of the present month.