Forum Discussion

mjosetectaamericacom's avatar
mjosetectaamericacom
Copper Contributor
Feb 21, 2023
Solved

IF Function Question

How do I combine a string of IF AND/OR commands? Example: =IF(AND(C4<25, 3.25)), IF(AND(C4>25,C4<50, 2.5)) I need to continue the command for 6 more 
  • mjosetectaamericacom's avatar
    mjosetectaamericacom
    Feb 27, 2023
    This one works:
    =IFS(C11<25, 3.25, C11<50, 2.5, C11<75, 2.25, C11<500, 1.9, C11<1000, 1.55, C11<2000, 1.45, C11<3000, 1.35, C11>=3000, 1.25)

Resources