hi Everyone,
I have an excel file with hunders of data columns, lets name the first is Data 1. Each column has a duplicate column next to it as Data 1 (new) where I am expecting to receive data input by other peers.
I want to apply the logic for all columns that if !IsNull(Data 1 (new)) THEN Data 1 (new) , else Data 1. How can I create a macro that I could apply to all columns? And just to select in advance to which columns i need to apply the above logic?
thanks a lot!
MateK