Digits Count

serge

Well-known Member
Joined
Oct 8, 2008
Messages
1,446
Office Version
  1. 2007
Platform
  1. Windows
Hello everyone,

I need help please, with a formula that will count the digits used in a series of 5 numbers that I formated/Number/Custom/00.in 5 different cell, without counting Duplicate.

A1 : 05
B1 : 07
C1 : 12
D1 : 29
E1 : 30

In G1 the formula should give me : 7 as result.

Thank you in advance. Serge.
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Thank you barry,

Sorry I stepped out for a while, but it Worked like a charm, Thank you so much!! Your a genius!!

Serge.
 
Upvote 0
Hi

For ranges with different numbers of cells, for ex. A1:J1, try also:

=SUM(0+(FREQUENCY(MOD(INT(A1:J1/{1;10}),10),{0,1,2,3,4,5,6,7,8,9})>0))
 
Upvote 0
Thank you pgc01, this formula work fine also.
Serge.
 
Upvote 0

Forum statistics

Threads
1,224,507
Messages
6,179,176
Members
452,893
Latest member
denay

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