Hey everyone,
I have a sheet of data, and collum ("C:C") contains its in mm/dd/yy format. I have this code that looks at collumn ("C:C") and checks if the date is set to some time in january. Here it is.
Please Login or Register  to view this content.
I know this code is very inefficient, but lets not focus on that right now
Okay so if a cell contains "/01/" (saying it is january), it moves that cell to another collumn. This works fine. But i need to add something to this code that says "If the cell contains january, AND if the same cell number in Collumn 1 contains "call", then...

anny suggestions? :S