A
amber12177
=IF(A4 is equal to or falls within the range of 6 to 7.75 then subtract .5) and (if A4 is equal to or falls within the range of 8 to 9.75 then subtract . 75) and if A4>=10, A4-1, but if A4 is less than 6 then it remains A4)
what i have is .......
IF(A4=[6;7.75],A4-.5,=IF(A4=[8;9.75],A4-.75,=IF(A4>9.75,A4-1,A4)))
........obviously wrong, as it doesn't work.......
suggestions??
what i have is .......
IF(A4=[6;7.75],A4-.5,=IF(A4=[8;9.75],A4-.75,=IF(A4>9.75,A4-1,A4)))
........obviously wrong, as it doesn't work.......
suggestions??