Forum Discussion

Pam Laidler's avatar
Pam Laidler
Copper Contributor
Nov 07, 2022
Solved

NESTED IF and AND formula help please

Hi Excel Gurus  Its been a while since I worked on nested formulas and need help please.    In cell E7 I want to say if cell E6=a percentage then go off and do xxx OR if D6=a percentage and e6=TM...
  • HansVogelaar's avatar
    Nov 07, 2022

    Pam Laidler 

    Perhaps

     

    =IFERROR(IFS(E$6>0,B7*E$6,AND(E$6="TM",$D$6>0),CALCULATOR!$I18*CALCULATOR!$M15/CALCULATOR!$K15,AND(E$6="TM",$D$6="TM"),CALCULATOR!$I18*CALCULATOR!$M15/CALCULATOR!$K15-D7),0)

Resources