Hi guys, I am fairly new to excel so I don't know very much. I have done A LOT of googling and trying to figure things out - and so far I have succeeded pretty well. However, there are 2 things that I can't seem to find the answer to (and honestly I have a difficult time understanding some solutions). So I really need some help.
Question 1
In excel, there is an auto copy/fill feature that you can use by clicking/dragging down from the corner of a cell. E.g.:
[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
Will turn into
[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD]1[/TD]
[/TR]
[TR]
[TD]1[/TD]
[/TR]
[TR]
[TD]1[/TD]
[/TR]
[TR]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
Now let's imagine I had the word "Bob" in A1....and the word "Sally" in A3.....and the word "Terry" in A5. I would like to be able to drag down and get Bob to autofill in A1 and A2, and get Sally to autofill in A3 and A4....and so on. So for example:
[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD]Bob[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD]Sally[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD]Terry[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD]Bob[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[/TR]
[TR]
[TD]Sally[/TD]
[/TR]
[TR]
[TD]Sally[/TD]
[/TR]
[TR]
[TD]Terry[/TD]
[/TR]
[TR]
[TD]Terry[/TD]
[/TR]
[TR]
[TD]Terry[/TD]
[/TR]
</tbody>[/TABLE]
The reason I ask is because I am dealing with documents every day with over 1000 rows of names that I need to be autofilled going down. It is too time consuming to do it one name at a time - that is to say - to drag Bob down, then Sally, then Terry, and so on. Is it possible to do this in an easy way? The words change with each document and are rarely in the same order.
Question 2
Okay so I would like to know how I can turn specific words into specific numbers. For example the word "Bob" should turn into a 1. The word "Sally" into a 7. The word "Terry" into an 11. Also, I might have multiple different words that need to turn into the same number, so perhaps "Rachael" should also turn into an 11.
I have over a 100 different words which only need to turn into about 15 different numbers.
I would imagine that the answer lies in scripting/macros, but unfortunately it is far too much for my brain to handle.
Is anyone able to help? It would be GREATLY appreciated.
Question 1
In excel, there is an auto copy/fill feature that you can use by clicking/dragging down from the corner of a cell. E.g.:
[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
Will turn into
[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD]1[/TD]
[/TR]
[TR]
[TD]1[/TD]
[/TR]
[TR]
[TD]1[/TD]
[/TR]
[TR]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
Now let's imagine I had the word "Bob" in A1....and the word "Sally" in A3.....and the word "Terry" in A5. I would like to be able to drag down and get Bob to autofill in A1 and A2, and get Sally to autofill in A3 and A4....and so on. So for example:
[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD]Bob[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD]Sally[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD]Terry[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD]Bob[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[/TR]
[TR]
[TD]Sally[/TD]
[/TR]
[TR]
[TD]Sally[/TD]
[/TR]
[TR]
[TD]Terry[/TD]
[/TR]
[TR]
[TD]Terry[/TD]
[/TR]
[TR]
[TD]Terry[/TD]
[/TR]
</tbody>[/TABLE]
The reason I ask is because I am dealing with documents every day with over 1000 rows of names that I need to be autofilled going down. It is too time consuming to do it one name at a time - that is to say - to drag Bob down, then Sally, then Terry, and so on. Is it possible to do this in an easy way? The words change with each document and are rarely in the same order.
Question 2
Okay so I would like to know how I can turn specific words into specific numbers. For example the word "Bob" should turn into a 1. The word "Sally" into a 7. The word "Terry" into an 11. Also, I might have multiple different words that need to turn into the same number, so perhaps "Rachael" should also turn into an 11.
I have over a 100 different words which only need to turn into about 15 different numbers.
I would imagine that the answer lies in scripting/macros, but unfortunately it is far too much for my brain to handle.
Is anyone able to help? It would be GREATLY appreciated.