ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   IF Then using a column of text and assigning a number to text (https://www.excelbanter.com/excel-discussion-misc-queries/199548-if-then-using-column-text-assigning-number-text.html)

dan

IF Then using a column of text and assigning a number to text
 
I have a column containing text. In that column (200 rows worth) there are
40 different words. I need to know how to do the correct formula to find all
the words that match and then place the number assigned to that word in the
column and row next to that word. i.e. my column contains oranges, apples,
etc orange=1, apples =2, etc. I need to have Excel go through the list and
asssign 1 to oranges 2 to apples, etc.

Bob Phillips[_3_]

IF Then using a column of text and assigning a number to text
 
=MATCH(A2,{"orange","apple","pear","banana"},0)

and copy down.

--
__________________________________
HTH

Bob

"Dan" wrote in message
...
I have a column containing text. In that column (200 rows worth) there are
40 different words. I need to know how to do the correct formula to find
all
the words that match and then place the number assigned to that word in
the
column and row next to that word. i.e. my column contains oranges,
apples,
etc orange=1, apples =2, etc. I need to have Excel go through the list
and
asssign 1 to oranges 2 to apples, etc.




dan

IF Then using a column of text and assigning a number to text
 
okay well that was what I had but it still just assigns a number that is
totally random
so you are saying
=MATCH(A2,{"orange","apple","pear","banana"......} ,1,2,3,4.....)

thats doesnt seem to work
"Bob Phillips" wrote:

=MATCH(A2,{"orange","apple","pear","banana"},0)

and copy down.

--
__________________________________
HTH

Bob

"Dan" wrote in message
...
I have a column containing text. In that column (200 rows worth) there are
40 different words. I need to know how to do the correct formula to find
all
the words that match and then place the number assigned to that word in
the
column and row next to that word. i.e. my column contains oranges,
apples,
etc orange=1, apples =2, etc. I need to have Excel go through the list
and
asssign 1 to oranges 2 to apples, etc.





Gord Dibben

IF Then using a column of text and assigning a number to text
 
On a separate sheet enter a column of words.

In an adjacent column enter a column of corresponding numbers.

On original sheet use VLOOKUP formula with the table range being sheet2
table.

=VLOOKUP(A1,Sheet2!$A$1:$B$40,2,FALSE)

Copy down 200 rows.


Gord Dibben MS Excel MVP


On Wed, 20 Aug 2008 12:25:02 -0700, Dan
wrote:

I have a column containing text. In that column (200 rows worth) there are
40 different words. I need to know how to do the correct formula to find all
the words that match and then place the number assigned to that word in the
column and row next to that word. i.e. my column contains oranges, apples,
etc orange=1, apples =2, etc. I need to have Excel go through the list and
asssign 1 to oranges 2 to apples, etc.



Bob Phillips[_3_]

IF Then using a column of text and assigning a number to text
 
You need the ,0 at the end as I showed.

--
__________________________________
HTH

Bob

"Dan" wrote in message
...
okay well that was what I had but it still just assigns a number that is
totally random
so you are saying
=MATCH(A2,{"orange","apple","pear","banana"......} ,1,2,3,4.....)

thats doesnt seem to work
"Bob Phillips" wrote:

=MATCH(A2,{"orange","apple","pear","banana"},0)

and copy down.

--
__________________________________
HTH

Bob

"Dan" wrote in message
...
I have a column containing text. In that column (200 rows worth) there
are
40 different words. I need to know how to do the correct formula to
find
all
the words that match and then place the number assigned to that word in
the
column and row next to that word. i.e. my column contains oranges,
apples,
etc orange=1, apples =2, etc. I need to have Excel go through the
list
and
asssign 1 to oranges 2 to apples, etc.







dan

IF Then using a column of text and assigning a number to text
 
Thanks Gord

"Gord Dibben" wrote:

On a separate sheet enter a column of words.

In an adjacent column enter a column of corresponding numbers.

On original sheet use VLOOKUP formula with the table range being sheet2
table.

=VLOOKUP(A1,Sheet2!$A$1:$B$40,2,FALSE)

Copy down 200 rows.


Gord Dibben MS Excel MVP


On Wed, 20 Aug 2008 12:25:02 -0700, Dan
wrote:

I have a column containing text. In that column (200 rows worth) there are
40 different words. I need to know how to do the correct formula to find all
the words that match and then place the number assigned to that word in the
column and row next to that word. i.e. my column contains oranges, apples,
etc orange=1, apples =2, etc. I need to have Excel go through the list and
asssign 1 to oranges 2 to apples, etc.





All times are GMT +1. The time now is 10:37 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com