I have the following if statements that I am trying to combine into one. If the first condition is not met then I am trying to have it leave the value blank and move on to the next if statement. Thanks


=IF(C7 =FrontEndApp!E7, IF(A8=Performance_Report!B83,C8))
IF(D7 =FrontEndApp!E7, IF(A8=Performance_Report!B83,D8))
IF(E7 =FrontEndApp!E7, IF(A8=Performance_Report!B83,E8))
IF(F7 =FrontEndApp!E7, IF(A8=Performance_Report!B83,F8))
IF(G7 =FrontEndApp!E7, IF(A8=Performance_Report!B83,G8))