View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
James[_47_] James[_47_] is offline
external usenet poster
 
Posts: 10
Default Simple Macro to Auto fill Cells

Hi Everyone,

Hope you are all well :)


I have a very simple excel worksheets (Worksheet A and Worksheet B)
which has:

Column A: Empty
Column B: Has entry (First Name) on every cell till row 2000
Column C: Has entry (Last Name) on every cell till row 2000


I know how to get first and last name combined using
(=concatenate(B1," ",C1)) However I have no idea how I can make excel
do this in column A automatically upto row 2000 for worksheet A and B?

Can anyone please help?

Thank you for your help in advance.




James