Hi Guys -
I have been trying to make this formula work for a very long time. Following is the formula:
=IF(AND(B2="Yes",X2="3000",AE2="SG&A"),"SG&A"),(IF(AND(AE2="R&D",AK2="Not Applicable"),"R&D -Non LOH"," "),(IF(AND(AE2="R&D",AK2="Yes-Yes"),"R&D - LOH"," ")))
There are multiple conditions to meet in this formula. All of these statements are working if I break these into three. But when I combine them it gives me #value error. Any help would be highly appreciate!!
Thanks in advance guys.
I have been trying to make this formula work for a very long time. Following is the formula:
=IF(AND(B2="Yes",X2="3000",AE2="SG&A"),"SG&A"),(IF(AND(AE2="R&D",AK2="Not Applicable"),"R&D -Non LOH"," "),(IF(AND(AE2="R&D",AK2="Yes-Yes"),"R&D - LOH"," ")))
There are multiple conditions to meet in this formula. All of these statements are working if I break these into three. But when I combine them it gives me #value error. Any help would be highly appreciate!!
Thanks in advance guys.