Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
subtracting dates in exce;l
Name: remdog99 Date: August 25, 2006 at 12:46:20 Pacific OS: windows xp pro sp2 CPU/Ram: P3/288 Product: ibm
Comment:
When I use the '=A3-A2' to find the # of days between 2 dates, I get a result like '02/01/1900'---what am i doing wrong?
Summary: Actually, for your string you would need to use: =MID(A1,5,2)&"/"&RIGHT(A1,2)&"/"&(LEFT(A1,4)) With your string in A1, click on the cell where you want to see 03/14/2004 and paste in the formula. It c...
Summary: Ok, I have a spreadsheet with 500 rows and the first column has a date in it. The date comes up as 2003. It should be 2001. Is there a way to change all the cells at once from 2003 to 2001? Now ea...