Hi Everyone,
I am pretty new to Excel and VB (got some basics ).
I was wondering if someone can help.
So I have a column G containing cells of different values(times); some of those cells are blank. I also have an adjacent column F that doesn't have any blank values (all filled with time values)
What I am trying to do is use VBA or formula to fill in the empty cells in column G with the value of their adjacent column F cells. As below:
Column F Column G
11 Dec 2018 17:00 11 Dec 2018 18:40
26 Nov 2018 16:54 26 Nov 2018 18:40
18 Jan 2019 11:59
17 Jan 2019 17:06
17 Jan 2019 17:02 17 Jan 2019 17:58
16 Jan 2019 16:47 16 Jan 2019 16:50
I know it was mentioned before in this forum, but wanted someone to talk me through if possible.
Thanks in advance
I am pretty new to Excel and VB (got some basics ).
I was wondering if someone can help.
So I have a column G containing cells of different values(times); some of those cells are blank. I also have an adjacent column F that doesn't have any blank values (all filled with time values)
What I am trying to do is use VBA or formula to fill in the empty cells in column G with the value of their adjacent column F cells. As below:
Column F Column G
11 Dec 2018 17:00 11 Dec 2018 18:40
26 Nov 2018 16:54 26 Nov 2018 18:40
18 Jan 2019 11:59
17 Jan 2019 17:06
17 Jan 2019 17:02 17 Jan 2019 17:58
16 Jan 2019 16:47 16 Jan 2019 16:50
I know it was mentioned before in this forum, but wanted someone to talk me through if possible.
Thanks in advance