R
Ravi
I have exported data which gives me details of invoices by
client, however the client column is populated just once,
while there can be more than one invoice per client. How
can I create a macro that fills in the client column
automatically up to the next client name and then
continues to full the column with this next client until
it finds no other client. I have tried to explain the
issue below
Column 1 Column 2
Client 1 Invoice 1
Invoice 2
Invoice 3
Client2 Invoice 4
Invoice 5
Clientn Invoice x
How can I populate the Column 1 with the client name until
it finds client2 and then uses client 2 to fill it up
until the next.
Many thanks
client, however the client column is populated just once,
while there can be more than one invoice per client. How
can I create a macro that fills in the client column
automatically up to the next client name and then
continues to full the column with this next client until
it finds no other client. I have tried to explain the
issue below
Column 1 Column 2
Client 1 Invoice 1
Invoice 2
Invoice 3
Client2 Invoice 4
Invoice 5
Clientn Invoice x
How can I populate the Column 1 with the client name until
it finds client2 and then uses client 2 to fill it up
until the next.
Many thanks