Hi,
I have done extensive searching for answers to this question and none of the solutions have been able to help me. Hopefully somebody here can
I am trying to create a formula to find the variance of a set of a numbers. I need to find the rightmost number in a row and subtract it from the leftmost number in the row. The twist is that the leftmost number may in some cases be a string of text, in which case I need to substitute the text string for the value 100.
Below is an example of what I am talking about. Hopefully it will make more sense when you see it.
So the end result for the bottom 3 rows should be 91, 99, and 91 respectively.
[TABLE="width: 624"]
<tbody>[TR]
[TD="class: xl109, width: 52"]Jan[/TD]
[TD="class: xl110, width: 52"]Feb[/TD]
[TD="class: xl109, width: 52"]Mar[/TD]
[TD="class: xl109, width: 52"]Apr[/TD]
[TD="class: xl109, width: 52"]May[/TD]
[TD="class: xl109, width: 52"]Jun[/TD]
[TD="class: xl109, width: 52"]Jul[/TD]
[TD="class: xl109, width: 52"]Aug[/TD]
[TD="class: xl109, width: 52"]Sep[/TD]
[TD="class: xl109, width: 52"]Oct[/TD]
[TD="class: xl109, width: 52"]Nov[/TD]
[TD="class: xl109, width: 52"]Dec
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 624"]
<colgroup><col span="12"></colgroup><tbody>[TR]
[TD] [/TD]
[TD] [/TD]
[TD]not in top 100[/TD]
[TD]not in top 100[/TD]
[TD]81[/TD]
[TD]10[/TD]
[TD]9[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD] [/TD]
[TD] [/TD]
[TD]not in top 100[/TD]
[TD]not in top 100[/TD]
[TD]5[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD] [/TD]
[TD] [/TD]
[TD]not in top 100[/TD]
[TD]not in top 100[/TD]
[TD]not in top 100[/TD]
[TD]20[/TD]
[TD]9[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance to anyone who tries to take this problem on!
I have done extensive searching for answers to this question and none of the solutions have been able to help me. Hopefully somebody here can
I am trying to create a formula to find the variance of a set of a numbers. I need to find the rightmost number in a row and subtract it from the leftmost number in the row. The twist is that the leftmost number may in some cases be a string of text, in which case I need to substitute the text string for the value 100.
Below is an example of what I am talking about. Hopefully it will make more sense when you see it.
So the end result for the bottom 3 rows should be 91, 99, and 91 respectively.
[TABLE="width: 624"]
<tbody>[TR]
[TD="class: xl109, width: 52"]Jan[/TD]
[TD="class: xl110, width: 52"]Feb[/TD]
[TD="class: xl109, width: 52"]Mar[/TD]
[TD="class: xl109, width: 52"]Apr[/TD]
[TD="class: xl109, width: 52"]May[/TD]
[TD="class: xl109, width: 52"]Jun[/TD]
[TD="class: xl109, width: 52"]Jul[/TD]
[TD="class: xl109, width: 52"]Aug[/TD]
[TD="class: xl109, width: 52"]Sep[/TD]
[TD="class: xl109, width: 52"]Oct[/TD]
[TD="class: xl109, width: 52"]Nov[/TD]
[TD="class: xl109, width: 52"]Dec
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 624"]
<colgroup><col span="12"></colgroup><tbody>[TR]
[TD] [/TD]
[TD] [/TD]
[TD]not in top 100[/TD]
[TD]not in top 100[/TD]
[TD]81[/TD]
[TD]10[/TD]
[TD]9[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD] [/TD]
[TD] [/TD]
[TD]not in top 100[/TD]
[TD]not in top 100[/TD]
[TD]5[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD] [/TD]
[TD] [/TD]
[TD]not in top 100[/TD]
[TD]not in top 100[/TD]
[TD]not in top 100[/TD]
[TD]20[/TD]
[TD]9[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance to anyone who tries to take this problem on!