Forum Discussion

MarleneCunliff's avatar
MarleneCunliff
Copper Contributor
Jun 24, 2021
Solved

Nested Formula

Good day I need help pleas   IF(M4>80,"7",(M4>70,"6",(M4>60,"5")))
  • JKPieterse's avatar
    Jun 24, 2021

    Place the numbers in a two-column table, similar to this:

      A  B
    1 60 5
    2 70 6
    3 80 7



    And use a formula like this:
    =VLOOKUP(M4,$A$1:$B$3,2,TRUE)

Resources