Monthly Archives: January 2015
Excel – Calculate the number of days in a month
Use below formula to extract the number of days for a specific month
=DAY(DATE(theyear,themonth+1,1)-1)
For Example; suppose you require to display number of days for the month of Feb 2014
=DAY(DATE(2014,2+1,1)-1)
This equals 28
Advertisements
How to find your computer Motherboard details
Locate the Motherboard Model using DOS command
From command prompt; run the below command
wmic baseboard get product,manufacturer,version,serialnumber