Skip to main content

Notifications

Power Apps - Building Power Apps
Suggested answer

Formula Column - Using Sum on Text Columns

Posted on by 4
Hello,
 
I’m new to formula columns and could use some help.
 
I have a formula column that sums up several text columns containing numbers. It works perfectly for whole integers, but the formula breaks whenever a column contains a decimal value.
 
Here’s my current working code:
 
Sum(
    Value('1 Fee'),
    Value('2 Fee'),
    Value('3 Fee'),
    Value('4 Fee')   
)
 
 
Any help would be appreciated! Thanks!
 
Categories:
  • Suggested answer
    bscarlavai33 Profile Picture
    bscarlavai33 329 on at
    Formula Column - Using Sum on Text Columns
     
    "* The Text and Value functions only work with whole numbers, where no decimal separator is involved. The decimal separator varies across locales. Since formula columns are evaluated without locale knowledge, there's no way to properly interpret or generate the decimal separator."
     
    What if you just use Decimal() instead of Value()? You might have to use the language tag like Decimal( "123.456", "es-ES" )

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

November 2024 Newsletter…

November 2024 Community Newsletter…

Community Update Oct 28…

Power Platform Community Update…

Tuesday Tip #7 Community Profile Tips…

Welcome to a brand new series, Tuesday Tips…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 143,487

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 64,014

Leaderboard