Zeph
2008-07-18 09:16:27 UTC
Lets say that I have three columns
'T' 'U' 'V'
There is data in some cells of T but not in all of them. The data is date in the cells of 'T'.
What I want the macros to do is
If 'T' has a cell with date (the data) in it then the Macros Puts an "X" in the Column 'U', if 'T' has a cell without anything in it then the Macros Puts an "X" in the Column 'V'
Can this be possible?
Here is an example:
T2 = No Data....Hence, the Macros Places a "X" in 'V2'
T5 = 07/26/2008....Hence, the Macros Places a "X" in 'U5'
T6 = No Data....Hence, the Macros Places a "X" in 'V6'
T7 = No Data....Hence, the Macros Places a "X" in 'V7'
T8 = No Data....Hence, the Macros Places a "X" in 'V8'
T9 = No Data....Hence, the Macros Places a "X" in 'V9'
T10 = 02/10/2006....Hence, the Macros Places a "X" in 'U10'
That is basically what I want it to do...