default to specific value
Posted by Mike on July 30, 2001 3:14 PM
What is the formula to return this result
if columnA >= 85 then columnB is 1
if columnA >= 80 but < 85 then columnB is 0.75
if columnA >= 75 but < 80 then columnB is 0.50
if columnA <75 then columnB is 0