Forum Discussion
Excel Rejects a my Custom Number Format
The only now you have text instead of number. Try SUM() on such cell(s), it returns zero.
All custom number formats you may apply to the cell are supported by TEXT().
- CrendentAug 30, 2023Copper Contributor
I am aware of this potential problem and it did not exactly arise when I used that formula. I figured it was handled since you can still add a number to the text and it's smart enough to recognize that you are looking at a number. I mostly was using it for generating ID's that were unique so I didn't need to sum them. Adding did work on individual cells though.
I think the work around for adding a sum is to create a separate column with the numerical values, then sum that column. It is unfortunate that such widely used and valuable software cannot get simple maintenance and attention from the developing team.
Text Column Math / Number Column 001 1 002 2 003 3 004 4 005 5 006 6 021 21 =TEXT(1+D18,"000") =NUMBERVALUE(D19) Hide this column