Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I have date in A_col and want minus month of B_col and want get result in C_col A B C 01-JUN-2006 -24 01- APR-2006 Thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
01-JUN-2006 minus 24 month does not equal 01-APR-2006!
-- AP "Tufail" a écrit dans le message de news: ... Hello, I have date in A_col and want minus month of B_col and want get result in C_col A B C 01-JUN-2006 -24 01- APR-2006 Thanks in advance. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=DATE(YEAR(A1);MONTH(A1)+B1;DAY(A1))
"Tufail" skrev: Hello, I have date in A_col and want minus month of B_col and want get result in C_col A B C 01-JUN-2006 -24 01- APR-2006 Thanks in advance. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=DATE(YEAR(A1),MONTH(A1)+B1,DAY(A1))
|
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am really very sorry for typing error, anyway i got reply thanks.
"Ardus Petus" wrote: 01-JUN-2006 minus 24 month does not equal 01-APR-2006! -- AP "Tufail" a écrit dans le message de news: ... Hello, I have date in A_col and want minus month of B_col and want get result in C_col A B C 01-JUN-2006 -24 01- APR-2006 Thanks in advance. |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
really thank you very much for your prompt reply even i typed wronglly.
"excelent" wrote: =DATE(YEAR(A1);MONTH(A1)+B1;DAY(A1)) "Tufail" skrev: Hello, I have date in A_col and want minus month of B_col and want get result in C_col A B C 01-JUN-2006 -24 01- APR-2006 Thanks in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
YTD value minus prev mth value = curent month - Rolling Report | Excel Worksheet Functions | |||
Figuring Vacation Hrs. Earned using Current Date minus Hire Date | Excel Worksheet Functions | |||
Date arithmetic: adding 1 month to prior end of month date | Excel Worksheet Functions | |||
Sort month/date/year data using month and date only | Excel Discussion (Misc queries) | |||
Formula for current month minus one = Quarter number in a macro. | Excel Discussion (Misc queries) |