Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a worksheet in which I have a row with number 1-12 to represent
months. I a column which contains dates of termination in "mm/dd/yy" format. I am trying to create a formula which looks at the month within the date of the termination column and corresponds that with the correct month in the first row with 1-12. I then want it to count number of "0's" between the last payment that was given and when the last payment should have been given. For example if the term date is 06/12/06 then it should correspond with the "6" number in the top row. But if payments only came up to 04/2006 then they owe two payments for two more months. This is what I have so far and I'm not sure if it works. Any input is appreciated. =IF(J:J="",COUNTIF(K2:V2,"0")*58,"AUDIT",IF(J:J="m m/dd/ yy",INDEX(K1:V1,MATCH("mm",J2,0),1))) -Anthony Morano |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I don't understand your formula ...
What is in Column J (dates?) You cannot check a column using J:J="" .. what are you trying to test? and here too ...J:J="mm/dd/ yy" ... what are you trying to test? Perhaps a sample of your data would help. =IF(J:J="",COUNTIF(K2:V2,"0")*58,"AUDIT",IF(J:J="m m/dd/ yy",INDEX(K1:V1,MATCH("mm",J2,0),1))) " wrote: I have a worksheet in which I have a row with number 1-12 to represent months. I a column which contains dates of termination in "mm/dd/yy" format. I am trying to create a formula which looks at the month within the date of the termination column and corresponds that with the correct month in the first row with 1-12. I then want it to count number of "0's" between the last payment that was given and when the last payment should have been given. For example if the term date is 06/12/06 then it should correspond with the "6" number in the top row. But if payments only came up to 04/2006 then they owe two payments for two more months. This is what I have so far and I'm not sure if it works. Any input is appreciated. =IF(J:J="",COUNTIF(K2:V2,"0")*58,"AUDIT",IF(J:J="m m/dd/ yy",INDEX(K1:V1,MATCH("mm",J2,0),1))) -Anthony Morano |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Identifying unique dates in a row of cells containing dates... | Excel Discussion (Misc queries) | |||
Identifying unique dates in a range of cells containing dates... | Excel Discussion (Misc queries) | |||
Identifying unique dates within a range of cells containing dates | Excel Discussion (Misc queries) | |||
Dates in cells | New Users to Excel | |||
Dates in cells | New Users to Excel |