i am setting up a spreadsheet for my bowling league sec. i have everything setup except for counting total points won. using formula =IF((D4+C4)>(L4+M4),"TRUE", IF((D4+C4)=(L4+M4), "HALF","FALSE")) to figure out if individual won, lost or tied. then i have =COUNTIF(D16:D20,"TRUE") to count the points won. it worked until i modified the first formula to calculate half's. how do i fix this?
Bookmarks