Looking to insert vba code to update winning / no wins streak

sheet1 A78 if it >1 then that means win if=0 that means no win

sheet2 c7="Win" or "no win" is just text
Sheet2 c8 is a number of wins or losses

Trying to figure best way to incorporate code to look at sheet1 , see if value in a78 is greater / or equals 0 and then update the sheet2 c7:c8 accordingly. Trying to create a streak tally. But I also need it to adjust accordingly For example 3 wins in row, and then loss - means sheet2 c7="no win" and sheet2 c8 =1