Hi there
I have a spreadsheet which has a column called 'Country'. Depending on the value of each cell in this column, another column on the row may need to be populated with another cell value (including the colour format) which is on the side of the page in a table format as below.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Country[/TD]
[TD]CODE[/TD]
[/TR]
[TR]
[TD]Ireland[/TD]
[TD]Green[/TD]
[/TR]
[TR]
[TD]England[/TD]
[TD]Red[/TD]
[/TR]
[TR]
[TD]Scotland[/TD]
[TD]Blue[/TD]
[/TR]
[TR]
[TD]Wales[/TD]
[TD]Yellow[/TD]
[/TR]
</tbody>[/TABLE]
So in the Country column, which is F3:F200, if cell F3 = 'Ireland' I want the Code column (cell H3) to automatically show 'Green' (including the red text as shown in the above table). If F4 = 'America' - which is not on the table - then leave H4 empty. If cell F5 = 'Wales' then show 'Yellow' in H5 and so on.
Could somebody please point me in the right direction for going about accomplishing something like this, without making a giant 'IF' chain (as there are more entries in the table than in the above example). Thank-you.
I have a spreadsheet which has a column called 'Country'. Depending on the value of each cell in this column, another column on the row may need to be populated with another cell value (including the colour format) which is on the side of the page in a table format as below.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Country[/TD]
[TD]CODE[/TD]
[/TR]
[TR]
[TD]Ireland[/TD]
[TD]Green[/TD]
[/TR]
[TR]
[TD]England[/TD]
[TD]Red[/TD]
[/TR]
[TR]
[TD]Scotland[/TD]
[TD]Blue[/TD]
[/TR]
[TR]
[TD]Wales[/TD]
[TD]Yellow[/TD]
[/TR]
</tbody>[/TABLE]
So in the Country column, which is F3:F200, if cell F3 = 'Ireland' I want the Code column (cell H3) to automatically show 'Green' (including the red text as shown in the above table). If F4 = 'America' - which is not on the table - then leave H4 empty. If cell F5 = 'Wales' then show 'Yellow' in H5 and so on.
Could somebody please point me in the right direction for going about accomplishing something like this, without making a giant 'IF' chain (as there are more entries in the table than in the above example). Thank-you.