Hello,
I am trying to pull a result that has two conditions but I need it to do this twice based on what value is found in the first condition.
If C4 is the same as R8 and M7 has Henderson listed, pull R12, otherwise pull W12.
If C4 instead is the same as T8 and M7 has Henderson listed, pull T12, otherwise pull Y12
=IF(AND($C$4=$R$8,$M$7="Henderson"),R12,W12,(if(AND($C$4=$T$8,$M$7="Henderson"),T12,Y12)))
It's not working. If there is a fix to this formula or a suggestion for a better formula, I would really appreciate the help.
Thanks so much.
I am trying to pull a result that has two conditions but I need it to do this twice based on what value is found in the first condition.
If C4 is the same as R8 and M7 has Henderson listed, pull R12, otherwise pull W12.
If C4 instead is the same as T8 and M7 has Henderson listed, pull T12, otherwise pull Y12
=IF(AND($C$4=$R$8,$M$7="Henderson"),R12,W12,(if(AND($C$4=$T$8,$M$7="Henderson"),T12,Y12)))
It's not working. If there is a fix to this formula or a suggestion for a better formula, I would really appreciate the help.
Thanks so much.