Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I have four text boxes in that values are like 10,20,30,40, like that and these values are changed automatically. but my req is place a new text box in that box show total values in all text box Like (90).
Your text boxes probably hold expressions, like
=Sum(Value)
=Count(ID)
Now, create a new text box using:
=Rangesum( Sum(Value), Count(ID )
from which dimension are all these values coming from in text boxes?
=Rangesum(Expression of Texbox 1, Expression of Texbox 2, Expression of Texbox 3)