PC Review


Reply
Thread Tools Rate Thread

Corresponding Cells With Dates

 
 
antmorano@gmail.com
Guest
Posts: n/a
 
      20th Aug 2007
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="mm/dd/
yy",INDEX(K1:V1,MATCH("mm",J2,0),1)))

-Anthony Morano

 
Reply With Quote
 
 
 
 
=?Utf-8?B?VG9wcGVycw==?=
Guest
Posts: n/a
 
      20th Aug 2007
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="mm/dd/
yy",INDEX(K1:V1,MATCH("mm",J2,0),1)))


"(E-Mail Removed)" 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="mm/dd/
> yy",INDEX(K1:V1,MATCH("mm",J2,0),1)))
>
> -Anthony Morano
>
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Identifying unique dates in a row of cells containing dates... =?Utf-8?B?Y2Rhdmlkc29u?= Microsoft Excel Misc 9 13th Oct 2006 08:43 PM
Identifying unique dates in a range of cells containing dates... =?Utf-8?B?Y2Rhdmlkc29u?= Microsoft Excel Misc 4 13th Oct 2006 03:30 PM
Identifying unique dates within a range of cells containing dates =?Utf-8?B?Y2Rhdmlkc29u?= Microsoft Excel Misc 0 12th Oct 2006 08:19 PM
Excel: counting cells which have dates between specified dates Jacqueline Microsoft Excel Misc 2 11th Aug 2004 12:15 PM
A calculation to count all cells ='D' where the offset cells in range have dates <= todays date AlanN Microsoft Excel Misc 2 29th Jan 2004 03:57 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:34 PM.