Hi,
I have several lists e.g.
Colors
Red
Blue
Green
Yellow
Shapes
Round
Square
Rectangular
Where I have named the cells so the first list is called Colors and the second list is called Shapes.
Then I have a table that looks like:
TYPE COST REVENUE
Round 15 45
Square 10 20
Green 8 16
I want to search in the column "TYPE" to see which list the "TYPE" text is part of so the result would be:
TYPE COST REVENUE CATEGORY
Round 15 45 Shape
Square 10 20 Shape
Green 8 16 Color
Can anyone help me with this?
Thanks
I have several lists e.g.
Colors
Red
Blue
Green
Yellow
Shapes
Round
Square
Rectangular
Where I have named the cells so the first list is called Colors and the second list is called Shapes.
Then I have a table that looks like:
TYPE COST REVENUE
Round 15 45
Square 10 20
Green 8 16
I want to search in the column "TYPE" to see which list the "TYPE" text is part of so the result would be:
TYPE COST REVENUE CATEGORY
Round 15 45 Shape
Square 10 20 Shape
Green 8 16 Color
Can anyone help me with this?
Thanks