web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Paste value from Formu...
Power Automate
Answered

Paste value from Formula =SUM...

(0) ShareShare
ReportReport
Posted on by 566

Hello,

Ha have this formula below

=SUM($D$5:$D$10000)

Which gives me the Sum of weights like this:

0.52

1.25

23.52

Can we convert this formula to Value format weight 00.00 ?

I have the same question (0)
  • eetuRobo Profile Picture
    4,583 Super User 2026 Season 2 on at

    So do you mean that you want all those to be like:
    00.52
    01.25
    23.52
    Then you can just use Text() -function.
    Text(=yourVariable, "00.00")

    eetuRobo_0-1713969323216.png

     




  • Sormick Profile Picture
    566 on at

    @eetuRobo 

    No sorry not exactly like that.

    I need to get the total of all weights like this in format number 00:00

    The weights on my column are already in this format. Just need to convert my sum formula in format number 00:00, not in formula.

     

  • Sormick Profile Picture
    566 on at

    Please find a screenshot of my formula:

    Capture.JPG

    I dont want it to be this formula: =SOMME($D$5:$D$10000) . I need to be converted to be the value 45.05

  • eetuRobo Profile Picture
    4,583 Super User 2026 Season 2 on at

    Oh okay so you need the sum total of those numbers to be formatted so that the separator is colon :
    This is how I got it to work:

    eetuRobo_3-1714039010478.png


    Since power fx is in preview there are some bugs. It for what ever reason is not able to convert it straight up like this: =Text(Sum(sum1, sum2, sum3), "00:00")

    eetuRobo_1-1714038599966.png


    It can format with the text function like so: =Text(Sum(sum1, sum2, sum3), "00:")
    But not if the formatting has colon and numbers after that like ":00"
    So thats why you have to split the numbers and add them together again with colon as separator.
    Split the sum of the numbers with . as separator. and take the Last item of it.
    =Last(Split(Text(SumNumbers), "."))
    returns:

    eetuRobo_2-1714038874964.png

    Then format the sum with formatting "00:" and add the SumLast.Value
    =Text(Sum(sum1, sum2, sum3), "00:" & SumLast.Value)

    returns:

    eetuRobo_4-1714039040183.png

     

  • Sormick Profile Picture
    566 on at

    @eetuRobo 

    Thanks for your reply. Is there another way to simplify the conversion of this formula?

    Sometimes i have more than 100 weight values so if i add sum1, sum2, sum3 until sum100, this way too long.

  • Verified answer
    eetuRobo Profile Picture
    4,583 Super User 2026 Season 2 on at

    You can just use Read from Excel worksheet and read from the cell that has the total weights. Then it should store the total weight into ExcelData variable and use that instead of sum1, sum2, sum3 etc. Those were just examples.

    eetuRobo_1-1714040276805.png


    Test excel I created where it read the G3 cell value:

    eetuRobo_2-1714040344724.png

     

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 248 Super User 2026 Season 2

#2
trice602 Profile Picture

trice602 160 Super User 2026 Season 2

#3
11manish Profile Picture

11manish 142 Super User 2026 Season 2

Last 30 days Overall leaderboard