List of data needs to be filled in using a copy routine

slamanager

Board Regular
Joined
Apr 20, 2007
Messages
129
Hi,

Very basic but for people who cannot code its **** hard.

list of data up to 20,000 rows may be more or less with three columns of data only column c if entirly filled in. Randomly in column a and b you will get a name showing there is never just a first name or surname these always match.

example
a1 first name
b1 surname
c1 data(scores)

but this is where it gets interesting ----

how do i fill all the gaps where there are no names against scores so i have a complete a column and a complete b column last time i did this my fingers fell off. There must be a easy macro loop

Many thanks
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.

Mel Smith

Well-known Member
Joined
Dec 13, 2005
Messages
979
Office Version
  1. 365
Platform
  1. Windows
Hi,

Have you tried "block"selecting your data and then do Ctrl+F, choose replace and in the top box leave it blank and in the 'replace with' box type some suitable text e.g. left blank, and then hit the Replace All button.

Crude, perhaps, but effective!

Mel
 
Upvote 0

slamanager

Board Regular
Joined
Apr 20, 2007
Messages
129
The reason I was looking for a code routine is that the data spans 20,000 rows and to go through say 1000 student names and copy then into all the blank cells is so time consuming.
 
Upvote 0

Forum statistics

Threads
1,191,179
Messages
5,985,146
Members
439,943
Latest member
bowlgud2

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Top