I have the following formula that works:
=IFERROR(IF(AND(D5="Y",E5="Y"),C5*$G$2,0),"")
I need to add an additional piece that says to look at a cell in B5 and if it says INACTIVE then multiple C5 with G1, otherwise I want it to do the original formula posted above.
I have not successfully been able to add this piece without an error.
=IFERROR(IF(AND(D5="Y",E5="Y"),C5*$G$2,0),"")
I need to add an additional piece that says to look at a cell in B5 and if it says INACTIVE then multiple C5 with G1, otherwise I want it to do the original formula posted above.
I have not successfully been able to add this piece without an error.