SUMPRODUCT CLARIFICATION
A88 20
C999 10
C099 2
E888 12
E98 4
Sum product will be A = 20, C=12,E=16 = total 48
Lets say a user inputs values like this
A88 20
C999 10
C099
2
E888 12
E98
4
Sum Product is A= 20, C = 10, E = 12 total = 42
Is there any way I can capture the blank value to match the sum in both cases
Thanks for reading this post.
A88 20
C999 10
C099 2
E888 12
E98 4
Sum product will be A = 20, C=12,E=16 = total 48
Lets say a user inputs values like this
A88 20
C999 10
C099
2
E888 12
E98
4
Sum Product is A= 20, C = 10, E = 12 total = 42
Is there any way I can capture the blank value to match the sum in both cases
Thanks for reading this post.