Hi,
I'm working with 3 columns in an excel spreadsheet; type, category, and score, and based on combinations of the 3, an overall field name is designated. In type, there are 2; type 1, and type 2. In category, there are 3; gold, silver and copper. In score, there are 5; 20, 21, 22, 23, and 24. In overall, there are various overall field names depending on the combination of type, category and score.
So for example, if column A is type 1, column B is silver, and column C is a score of 21, then the overall field name is 'middle'. I have the 3 pieces of information already populated in my spreadsheet; type, category, and score, but I need a formula in column D to look at these 3 fields, and decide what the overall field name should be. So - automatically populate the 'overall', based on the other 3.
I've seen this done before using a separate tab to map out the data...but I don't have the formula for reference, and I've tried many formulas without luck. Please let me know if you're able to help. Thank you so much to all that provide suggestions!
I've tried IF statements, but there are too many combinations.
I'm working with 3 columns in an excel spreadsheet; type, category, and score, and based on combinations of the 3, an overall field name is designated. In type, there are 2; type 1, and type 2. In category, there are 3; gold, silver and copper. In score, there are 5; 20, 21, 22, 23, and 24. In overall, there are various overall field names depending on the combination of type, category and score.
So for example, if column A is type 1, column B is silver, and column C is a score of 21, then the overall field name is 'middle'. I have the 3 pieces of information already populated in my spreadsheet; type, category, and score, but I need a formula in column D to look at these 3 fields, and decide what the overall field name should be. So - automatically populate the 'overall', based on the other 3.
I've seen this done before using a separate tab to map out the data...but I don't have the formula for reference, and I've tried many formulas without luck. Please let me know if you're able to help. Thank you so much to all that provide suggestions!
I've tried IF statements, but there are too many combinations.