ID NAME PHONE1 PHONE2
1 KEVIN 911 988
2 TOM 897
3 LISA 485 485
Above is my table, I would like to write a vba script to check if phone1 is blank then move phone2 value to phone1. Can anyone please help me? Thanks
the end result should look like this
ID NAME PHONE1 PHONE2
1 KEVIN 911 988
2 TOM 897
3 LISA 485 485
1 KEVIN 911 988
2 TOM 897
3 LISA 485 485
Above is my table, I would like to write a vba script to check if phone1 is blank then move phone2 value to phone1. Can anyone please help me? Thanks
the end result should look like this
ID NAME PHONE1 PHONE2
1 KEVIN 911 988
2 TOM 897
3 LISA 485 485