Hello,
In my score sheets, there are often blank spaces left in between other cells that need to be zero. I know of the find/replace function that can substitute blanks with zeros, but that will substitute any blank cell, even those that are after (to the right of) the last filled cell in each row (and the lenghts of the rows vary). For instance, in the table below, the cells I marked with "z" should be substituted with zero, but the cells at the end that I marked with "x" shouldn't.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]92[/TD]
[TD]88[/TD]
[TD]95[/TD]
[TD]z[/TD]
[TD]83[/TD]
[TD]89[/TD]
[TD]91[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]86[/TD]
[TD]89[/TD]
[TD]85[/TD]
[TD]91[/TD]
[TD]93[/TD]
[TD]98[/TD]
[TD]89[/TD]
[TD]90[/TD]
[TD]87[/TD]
[TD]96[/TD]
[/TR]
[TR]
[TD]93[/TD]
[TD]91[/TD]
[TD]z[/TD]
[TD]z[/TD]
[TD]88[/TD]
[TD]85[/TD]
[TD]90[/TD]
[TD]87[/TD]
[TD]90[/TD]
[TD]x[/TD]
[/TR]
</tbody>[/TABLE]
Any suggestions would be appreciated.
Thanks!
In my score sheets, there are often blank spaces left in between other cells that need to be zero. I know of the find/replace function that can substitute blanks with zeros, but that will substitute any blank cell, even those that are after (to the right of) the last filled cell in each row (and the lenghts of the rows vary). For instance, in the table below, the cells I marked with "z" should be substituted with zero, but the cells at the end that I marked with "x" shouldn't.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]92[/TD]
[TD]88[/TD]
[TD]95[/TD]
[TD]z[/TD]
[TD]83[/TD]
[TD]89[/TD]
[TD]91[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]86[/TD]
[TD]89[/TD]
[TD]85[/TD]
[TD]91[/TD]
[TD]93[/TD]
[TD]98[/TD]
[TD]89[/TD]
[TD]90[/TD]
[TD]87[/TD]
[TD]96[/TD]
[/TR]
[TR]
[TD]93[/TD]
[TD]91[/TD]
[TD]z[/TD]
[TD]z[/TD]
[TD]88[/TD]
[TD]85[/TD]
[TD]90[/TD]
[TD]87[/TD]
[TD]90[/TD]
[TD]x[/TD]
[/TR]
</tbody>[/TABLE]
Any suggestions would be appreciated.
Thanks!