I need a macro that can do this: If column AB5 has a blank cell, then then column A5 will take the value from column U5. if column AB5 is not a blank cell (contains text), then column A5 will take the value from AC5. This will run for all the data at column AB
I tried to use IF function, =IF(ISBLANK(AB5), U5, AC5) but it will reflect the wrong data if the cell contains text where they will still take U5 value.
Ideally is if it can be done using macro, but IF function is also fine too!
Please help thanks!
AB5you are not getting anything inA5? do you have anything inside cellAC5?AC5not fromU5