Hello All,
I have a seriously complex set of conditions that need to be represented in one cell in each row of a worksheet. Here's what I need to happen:
Is there a way to do this without a ridiculous amount of ORs, IFs and COUNTIFs?
Thanks in advance!
I have a seriously complex set of conditions that need to be represented in one cell in each row of a worksheet. Here's what I need to happen:
Rich (BB code):
If column D, Row x is Column K, Row x needs to be
Category A Same as Column G, Row x
Category B Same as Column G, Row x
Category C Same as Column G, Row x
Category D Column F, Row x * AVG(Column I where Column D = Category C)
Category E ((AVG(Column I where Column D = Category C) * Column F, Row x) / (1-(AVG(Column I where Column D = Category C)))
Category F Same as Column G, Row x
Category G Column F, Row x * AVG(Column I where Column D = Category F)
Category H (Column F, Row x * AVG(Column I where Column D = Category F)) / (1-(AVG(Column I where Column D = Category F)))
Is there a way to do this without a ridiculous amount of ORs, IFs and COUNTIFs?
Thanks in advance!