•1 min read•from Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community
How to remove blank cells as values in a ladder
Our take
Managing a tournament ladder can be challenging, especially when dealing with blank cells that skew your results. If your current formula for counting draws is inadvertently including blank spaces, there’s a straightforward solution. By adjusting your formula to check for blank cells, you can ensure that only actual game results are counted. This adjustment will provide a more accurate reflection of the matches played, allowing your draw column to reflect true outcomes.
I am making a ladder for a PE class tournament, and the wins and losses columns are done with a =if(B5<C5,1,0) to give points or not based on which value is larger, but the draws are giving me strife.
My current formula is =IF(B5=C5,1)+IF(B11=C11,1)+IF(F11=G11,1)+IF(F17=G17,1)+IF(B23=C23,1)+IF(B29=C29,1) to represent all the games the students will play, and if the soccer match ends in a draw, it adds 1 to the draw column. But when all of the cells are blank, the cell tracking draws has a 6 in it because the blank spaces are the same value. Is there a way to change my formula to exclude cell if the cells are blank?
[link] [comments]
Read on the original site
Open the publisher's page for the full experience
Tagged with
#AI formula generation techniques#Excel alternatives for data analysis#formula generator#rows.com#natural language processing for spreadsheets#generative AI for data analysis#Excel compatibility#cloud-based spreadsheet applications#financial modeling with spreadsheets#Excel alternatives#formula#IF function#ladder#blank#PE class#draws#tracking draws#tournament#Excel#current formula