i'm having trouble creating a formula for this:
if (cell) is less than (75), return (60)
if cell is greater than 75, but less than 101, return 80
if cell is greater than 101, return 100
i've tried the IF/AND statements, however, it will only return 2 results (one for false and one for true) -- i need the third result.
which fuction should i use or how can i modify the IF statement to make this work?
Bookmarks