Hi,
Please help me. I've the following data in Column E.
is it possible to use a macro such that once the macro detects that it is a blank cell, it will automatically combine the adjacent Column C cell combined with Column H cell to give a value?
Here is my data.
<TBODY>
</TBODY>
Here is my desired results. Note that cell E3 has become monkey US.
Please note that i would have a different list daily with varying amount of data.
Thanks for your help!
<TBODY>
</TBODY>
Please help me. I've the following data in Column E.
is it possible to use a macro such that once the macro detects that it is a blank cell, it will automatically combine the adjacent Column C cell combined with Column H cell to give a value?
Here is my data.
A | B | C | D | E | F | G | H |
tiger | mary LN | LN | |||||
monkey | US | ||||||
dog | tom GB | GB |
<TBODY>
</TBODY>
Here is my desired results. Note that cell E3 has become monkey US.
Please note that i would have a different list daily with varying amount of data.
Thanks for your help!
A | B | C | D | E | F | G | H |
1 | tiger | mary LN | LN | ||||
2 | monkey | monkey US | US | ||||
3 | dog | tom GB | GB |
<TBODY>
</TBODY>