Hi, all,
I have a large spreadsheet, with 2000+ rows/records. I categorized each record with a value of L, M, or H. At the top of the sheet (cell AM4), I want to report if an "H", an "M" or an "L" has been entered in the categorization column, in that order. In other words, I want to weigh-out or boil-up the category, so an "H" would outweigh an "M" or "L" and so on. The formula I have thought of (but obviously does not work) is:
=IF(AM5:AM2933="H","H")*IF(AM5:AM2933="M","M")*IF(AM5:AM2933="L","L")
I thought that if I strung the IF statements together, then each would report it's TRUE result (if found), or look to the next IF statement if the value was FALSE. Clearly, my logic was not sound.
Thank you in advance for anyone who may be able to help.
I have a large spreadsheet, with 2000+ rows/records. I categorized each record with a value of L, M, or H. At the top of the sheet (cell AM4), I want to report if an "H", an "M" or an "L" has been entered in the categorization column, in that order. In other words, I want to weigh-out or boil-up the category, so an "H" would outweigh an "M" or "L" and so on. The formula I have thought of (but obviously does not work) is:
=IF(AM5:AM2933="H","H")*IF(AM5:AM2933="M","M")*IF(AM5:AM2933="L","L")
I thought that if I strung the IF statements together, then each would report it's TRUE result (if found), or look to the next IF statement if the value was FALSE. Clearly, my logic was not sound.
Thank you in advance for anyone who may be able to help.
Last edited: