Hi All
Here is what I am trying to do.
x = (Q*U)*Q2
X2 = Sum(each instance of x)
Basically I am calculating a cost figure whic is x that is no problem but then if there is more than one x I want to add them together .
Any bright ideas. I have tried loops but it is hard to get a condition that works.
Here is what I am trying to do.
x = (Q*U)*Q2
X2 = Sum(each instance of x)
Basically I am calculating a cost figure whic is x that is no problem but then if there is more than one x I want to add them together .
Any bright ideas. I have tried loops but it is hard to get a condition that works.