<table style="border: 2px solid black; border-collapse: collapse; padding: 0.4em; background-color: rgb(255, 255, 255);" rules="all" width="85%" cellpadding="2.5px"><tbody><tr><td style="padding: 6px;">Worksheet Formulas<table style="border: 1px solid rgb(166, 170, 182); text-align: center; background-color: rgb(255, 255, 255); border-collapse: collapse;" rules="all" width="100%" cellpadding="2.5px"><thead><tr style="background-color: rgb(224, 224, 240); color: rgb(22, 17, 32);"><th width="10px">Cell</th><th style="text-align: left; padding-left: 5px;">Formula</th></tr></thead><tbody><tr><th style="background-color: rgb(224, 224, 240); color: rgb(22, 17, 32);" width="10px">E2</th><td style="text-align: left;">=COUNTIFS($C$2:$C$7,C2,$D$2:$D$7,">0")</td></tr><tr><th style="background-color: rgb(224, 224, 240); color: rgb(22, 17, 32);" width="10px">E3</th><td style="text-align: left;">=COUNTIFS($C$2:$C$7,C3,$D$2:$D$7,">0")</td></tr><tr><th style="background-color: rgb(224, 224, 240); color: rgb(22, 17, 32);" width="10px">E4</th><td style="text-align: left;">=COUNTIFS($C$2:$C$7,C4,$D$2:$D$7,">0")</td></tr><tr><th style="background-color: rgb(224, 224, 240); color: rgb(22, 17, 32);" width="10px">E5</th><td style="text-align: left;">=COUNTIFS($C$2:$C$7,C5,$D$2:$D$7,">0")</td></tr><tr><th style="background-color: rgb(224, 224, 240); color: rgb(22, 17, 32);" width="10px">E6</th><td style="text-align: left;">=COUNTIFS($C$2:$C$7,C6,$D$2:$D$7,">0")</td></tr><tr><th style="background-color: rgb(224, 224, 240); color: rgb(22, 17, 32);" width="10px">E7</th><td style="text-align: left;">=COUNTIFS($C$2:$C$7,C7,$D$2:$D$7,">0")</td></tr></tbody></table></td></tr></tbody></table>
This means that I should type it for every row in order to work. What if I have 1000 rows? How can I have for just one line only from 1 -1000 for example. THanks