Juggler_IN
Active Member
- Joined
- Nov 19, 2014
- Messages
- 358
- Office Version
- 2003 or older
- Platform
- Windows
I need help on a UDF shared by [MENTION]shg[/MENTION]
Is it possible to add a check of data validity in the range r. For example, if the data is:
[TABLE="class: cms_table, width: 128"]
<tbody>[TR]
[TD][X][/TD]
[TD][Y][/TD]
[/TR]
[TR]
[TD="align: right"]12[/TD]
[TD="align: right"]77[/TD]
[/TR]
[TR]
[TD="align: right"]15[/TD]
[TD="align: right"]98[/TD]
[/TR]
[TR]
[TD="align: right"]24[/TD]
[TD].[/TD]
[/TR]
[TR]
[TD="align: right"]12[/TD]
[TD="align: right"]93[/TD]
[/TR]
[TR]
[TD="align: right"]26[/TD]
[TD="align: right"]92[/TD]
[/TR]
</tbody>[/TABLE]
Currently function fails.
Can the code be modified to ignore the 3rd pair (and any other subsequent such pairs) and compute with the remaining 4 pairs?
HTML:
https://www.mrexcel.com/forum/excel-questions/499657-kendall-tau-test.html
Is it possible to add a check of data validity in the range r. For example, if the data is:
[TABLE="class: cms_table, width: 128"]
<tbody>[TR]
[TD][X][/TD]
[TD][Y][/TD]
[/TR]
[TR]
[TD="align: right"]12[/TD]
[TD="align: right"]77[/TD]
[/TR]
[TR]
[TD="align: right"]15[/TD]
[TD="align: right"]98[/TD]
[/TR]
[TR]
[TD="align: right"]24[/TD]
[TD].[/TD]
[/TR]
[TR]
[TD="align: right"]12[/TD]
[TD="align: right"]93[/TD]
[/TR]
[TR]
[TD="align: right"]26[/TD]
[TD="align: right"]92[/TD]
[/TR]
</tbody>[/TABLE]
Currently function fails.
Can the code be modified to ignore the 3rd pair (and any other subsequent such pairs) and compute with the remaining 4 pairs?