Forum Discussion

jensor4's avatar
jensor4
Copper Contributor
Feb 10, 2023
Solved

ACTION TRACKING SHEET

I am trying to come up with formula that will appear in column G that depends on entries in columns  B and C. There are only 2 permissable entries in column B (A or B). There are 4 permissisable entr...
  • dscheikey's avatar
    dscheikey
    Feb 10, 2023

    jensor4 

    I would solve this with SWITCH(). There are certainly countless variations.

     

    =SWITCH(B4,"A",E4*(100*D4-100*F4-B$1),"B",SWITCH(C4,"P",E4*(100*F4-100*D4-B$1),"C",E4*(100*F4-100*D4-B$1),"S",E4*(F4-D4),"D",D4,""),"")

     

Resources