Microsoft
Software
Hardware
Network
Question : Excel Formula help
Hi need a formula for...
Excel 2010
if cell A2 has a date 5/31/2010, I need a formula in cell B2 that will give me the last date of the previous month (date value).
no matter what the date value in A2...B2 should give the last date of the previous month
If A2 = 5/31/2010 ... B2 = 4/30/2010
If A2 = 6/17/2010 ... B2 = 5/31/2010
Answer : Excel Formula help
=A2-Day(A2)
Kevin
Random Solutions
get textarea line count.. full and correct line count.. in FF to IE to safari
Adding URL Parameter
Print Management Export issue srv 2008
Disabling software restriction policy
Select statement with Datepart failing
Shadowing/Overriding in C#
"File Helper" reporting - Your system may have upopenable files - Why?
SSH console: go to specified folder after login
Access VBA to stop all macros
What's the purpose of "MAKEFILE" macro in a makefile?