Hi!
I have a Gallery which has a record of item prices. The records to the gallery are added from a form. I am trying to write a sum function that would display the total sum of item prices:

I used the following formula:
"Total Sum, Eur: "& Sum(ColStolenArticles, Value(Suma_lbl.Text))
However, I keep getting a blank outcome. Any help is much appreciated!