Forum Discussion

PamReynolds1's avatar
PamReynolds1
Copper Contributor
Oct 19, 2021
Solved

Can you create multiple IF formulas on one cell?

I am trying to create a formula so that when a certain number appears in the cells in Column F that the logic applies the correct PayPal fee in Column G.  The fee is not set percentage, so I can't ma...
  • Deleted's avatar
    Deleted
    Oct 19, 2021
    Hey,
    what version of Excel are you using?
    You could also try:
    =IFS(F1=45;1,39;F1=90;2,28;F1=135;3,18;F1=180;4,07)

Resources