G
Guest
I'm trying to get this result from the formula below and
am ready to throw the computer out the window. If
Appendix B D8 is equal to 47780 and M8 is greater than O
or if Appendix d9 = C, P, or 53S and M8 is greater than O,
result should be -m8 if any are true, or 0 if all are
fals. I cannot figure it out and would be forever
thankful if you could help.
=IF(AND(('Appendix B'!D8="(47780)",M8>0))IF(or(ISNUMBER
(FIND("C",'Appendix B'!d9)),(ISNUMBER(FIND("P",'Appendix
B'!d9))),(ISNUMBER(FIND("53S",'Appendix B'!d9)))),-m8,0))
am ready to throw the computer out the window. If
Appendix B D8 is equal to 47780 and M8 is greater than O
or if Appendix d9 = C, P, or 53S and M8 is greater than O,
result should be -m8 if any are true, or 0 if all are
fals. I cannot figure it out and would be forever
thankful if you could help.
=IF(AND(('Appendix B'!D8="(47780)",M8>0))IF(or(ISNUMBER
(FIND("C",'Appendix B'!d9)),(ISNUMBER(FIND("P",'Appendix
B'!d9))),(ISNUMBER(FIND("53S",'Appendix B'!d9)))),-m8,0))