Favorite_Headache
New Member
- Joined
- Jun 9, 2014
- Messages
- 2
Dear Excel vba gurus,
A question about filling in a range for a vba newbie:
In column A of my sheet 1, I have a listing of 9000+ items, but
all of these are text, with no values. Also, all of these are
being drawn from a pool of around 300 unique items. I have
numbers that corresponds to each of the group of 300 that I want
to put into column J that corresponds to the column A text value.
For example, this is what I would like column J to look like when
I'm done:
Col-A Col-J
Open 3
Open 3
Open 3
Closed 1
Closed 1
New 4
New 4
Old 5
Old 5
I tried to do this with an IF formula at first, but that wouldn't
work for me, since I am dealing with 300 different IF statements. I'm sure that there is some way to use CASE SELECT to
accomplish this, but I'm not sure how to pull it together.
Thanks in advance for the help!
A question about filling in a range for a vba newbie:
In column A of my sheet 1, I have a listing of 9000+ items, but
all of these are text, with no values. Also, all of these are
being drawn from a pool of around 300 unique items. I have
numbers that corresponds to each of the group of 300 that I want
to put into column J that corresponds to the column A text value.
For example, this is what I would like column J to look like when
I'm done:
Col-A Col-J
Open 3
Open 3
Open 3
Closed 1
Closed 1
New 4
New 4
Old 5
Old 5
I tried to do this with an IF formula at first, but that wouldn't
work for me, since I am dealing with 300 different IF statements. I'm sure that there is some way to use CASE SELECT to
accomplish this, but I'm not sure how to pull it together.
Thanks in advance for the help!