I have a column of values that says White, Black, Red, Blue, etc. I would like that row to convert to the colours' ID instead of the colour name. For example, White will be 1, Black will be 2 and so on.
I have almost 20 such values of colours corresponding with their IDs and I've heard that nested IF statements in Excel doesn't go beyond 7 IFs. How can I populate that column with the values' IDs instead of the values themselves?
VLOOKUP(lookup_value,table_array,col_index_num,[range_lookup])andINDEX(array,MATCH(lookup_value,lookup_array,[match_type]). Now you need to show the example of your data to get the exact formula.