Is there a regional settings issue in this formula?

valmir

Board Regular
Joined
Feb 10, 2021
Messages
239
Office Version
  1. 365
Platform
  1. Windows
The formula in column O is not behaving the way it is supposed to. Can someone please check and be able to tell me why it is not working for me? The formula is supposed to sum the whole part and the decimal part of the number separately and then present the result separated by a comma. Somehow, when I try it, it is not showing the decimal parts of the sum. Please help!
ztest3.xlsx
GHIJKLMNO
17,125,22,10,114,0
27,125,22,10,114,0
355,0
40,0
50,10,0
Sheet1
Cell Formulas
RangeFormula
O1:O5O1=(TRUNC(G1,0)+TRUNC(I1,0)+TRUNC(K1,0)+TRUNC(M1,0))&","&IFERROR(VALUE(MID(G1-TRUNC(G1,0),FIND(".",G1-TRUNC(G1,0))+1,256)),0)+IFERROR(VALUE(MID(I1-TRUNC(I1,0),FIND(".",I1-TRUNC(I1,0))+1,256)),0)+IFERROR(VALUE(MID(K1-TRUNC(K1,0),FIND(".",K1-TRUNC(K1,0))+1,256)),0)+IFERROR(VALUE(MID(M1-TRUNC(M1),FIND(".",M1-TRUNC(M1))+1,256)),0)
Cells with Conditional Formatting
CellConditionCell FormatStop If True
G1:N2,O1:P5Cell Value=0textNO


This is what I'm getting:
 

Attachments

  • Untitled2.jpeg
    Untitled2.jpeg
    25.9 KB · Views: 4

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.

Forum statistics

Threads
1,215,233
Messages
6,123,772
Members
449,123
Latest member
StorageQueen24

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top