IF??

If I have a cell that I want to take total from another cell but cap it at 8 so anything greater than 8 shows as 8. How do I do this? tried this but no workie: =AU36,IF(AU36>8,"8")