Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Suggested answer

Sum text values

(0) ShareShare
ReportReport
Posted on by 21
Hi All, 
 
I'm trying to sum some  values in text fields. 
 
I keep getting the error message  "The value text can't be converted into a number".
 
I have the following formula:
 
 
What am I missing?
 
Thanks in advance
 
 
Categories:
  • WarrenBelz Profile Picture
    147,509 Most Valuable Professional on at
    Sum text values
    Try bypassing the Text field
    Text(
       Sum(
          Va1ue(AHNr.Text);
          Va1ue(ASNr.Text);
          Va1ue(AHäufigkeitNr.Text);
          Va1ue(ABNr.Text);
          Value(Left(ddOccurrence.Selected.Value;1))
       )
    )
     
    Please click Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it a Like.
    MVP (Business Applications)    Visit my blog Practical Power Apps    LinkedIn    Buy me a coffee
  • CU27091340-1 Profile Picture
    21 on at
    Sum text values
     
    It's a text field. In the text field I have the following formula Text(Left(ddOccurrence.Selected.Value;1)).
     
    The values of the dropdown ddOcurrence is  1-Yes, 2-likely Yes, likely No, 4-No.
     

     
  • WarrenBelz Profile Picture
    147,509 Most Valuable Professional on at
    Sum text values
    The message is suggesting that the contents of your Text Input ALNR is not a numeric value - can you please post a screenshot of this control.
  • Suggested answer
    Vahid Samimi Profile Picture
    41 on at
    Sum text values
    try this 
    Text(Sum(Value(AHNr.Text), Value(ASNr.Text), Value(AHäufigkeitNr.Text), Value(ABNr.Text), Value(ALNr.Text)))

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Leaderboard > Power Apps - Building Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 479 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 197

#3
stampcoin Profile Picture

stampcoin 166

Overall leaderboard