Forum Discussion

bdterry's avatar
bdterry
Copper Contributor
May 21, 2019
Solved

Help with IF function

I have hit a brain block, I should be able to do this but I can't! I am calculating a formula where IF the cell = the value of any number from 1 through to 10, then return 1.5, otherwise return a 0 ...
  • Rich99's avatar
    May 21, 2019

    Hi bdterry , This should do it  =IF(AND(A2>=1,A2<=10),1.5,0)

Resources