Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Say cell A1 the date is '01/09/2006' and i want to know how many days there
are to 30/09/2006. i try '=30/09/2006-A1' but it not working. pls help with the correct formula. thanks friends |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi
Either use =DATE(2006,9,30)-A1 or =--"30/09/2006"-A1 the double unary minus -- forces the text value to be a date value. -- Regards Roger Govier "ShamsulZ" wrote in message ... Say cell A1 the date is '01/09/2006' and i want to know how many days there are to 30/09/2006. i try '=30/09/2006-A1' but it not working. pls help with the correct formula. thanks friends |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi,
Put 30/09/2006 in Cell A2. Put the formula =A2-A1+1 in Cell A3 and format the cell as number. Regards, Jaleel "ShamsulZ" wrote: Say cell A1 the date is '01/09/2006' and i want to know how many days there are to 30/09/2006. i try '=30/09/2006-A1' but it not working. pls help with the correct formula. thanks friends |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
=DATEDIF(A1,DATE(2006,10,30),"d")
Regards, Stefi €˛ShamsulZ€¯ ezt Ć*rta: Say cell A1 the date is '01/09/2006' and i want to know how many days there are to 30/09/2006. i try '=30/09/2006-A1' but it not working. pls help with the correct formula. thanks friends |
#5
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
One way ..
Assuming A1 houses a real date, Try it in B1 as: = --"30/09/2006"-A1 Format B1 as general or number -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "ShamsulZ" wrote: Say cell A1 the date is '01/09/2006' and i want to know how many days there are to 30/09/2006. i try '=30/09/2006-A1' but it not working. pls help with the correct formula. thanks friends |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
insert date | Excel Worksheet Functions | |||
Date format issue | New Users to Excel | |||
Another Date issue. | Excel Worksheet Functions | |||
NETWORKDAYS - Multiple Date Selection | Excel Discussion (Misc queries) | |||
Date issue between Windows and Macintosh version | Excel Discussion (Misc queries) |